{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "name": "Volatile.ipynb", "provenance": [], "collapsed_sections": [] }, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.6" } }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "qw0v71YRo2K5" }, "source": [ "# Volatile: your day-to-day trading companion.\n", "Welcome to **Volatile**. Please run the code in the prescribed order by clicking the \"Play\" button on the left of each cell. " ] }, { "cell_type": "code", "metadata": { "id": "hUM0i6Kuj0x8" }, "source": [ "# specify path to current directory\n", "%cd /content" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "f-aXK39Qkj2D" }, "source": [ "# for clean installation, remove previous folders named \"volatile\", if any\n", "%rm -rf volatile" ], "execution_count": 2, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "IwtldhGDP_vf" }, "source": [ "# download Volatile's repository from GitHub\n", "!git clone https://github.com/gianlucadetommaso/volatile.git" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "qbTwP-iSficL" }, "source": [ "# access Volatile's main directory\n", "%cd volatile" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "5qph0CC87qa0" }, "source": [ "# run Volatile. Files may be saved in the current directory. Click on the folder \n", "# icon on the left and follow the current path to access them.\n", "!python volatile.py" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "UIgG4x73o254" }, "source": [ "# run the bot-tournament. Files may be saved in the current directory. Click on the folder \n", "# icon on the left and follow the current path to access them.\n", "!python tournament.py" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "oJWoncOT0Gt6" }, "source": [ "" ], "execution_count": null, "outputs": [] } ] }