Learn practical skills, build real-world projects, and advance your career

Volatile: your day-to-day trading companion.

Welcome to Volatile. Please run the code in the prescribed order by clicking the "Play" button on the left of each cell.

# specify path to current directory
%cd /content
# for clean installation, remove previous folders named "volatile", if any
%rm -rf volatile
# download Volatile's repository from GitHub
!git clone https://github.com/gianlucadetommaso/volatile.git
# access Volatile's main directory
%cd volatile