Project made by :
for our 2nd year of engineering school at Epitech.
The goal of this project is to create a trading algorithm to trade crypto-currencies on a simulated market. (see AI Bot Workspace)
git clone [email protected]:FoxaxeWasTaken/The-Wolf-Of-Wall-Street.git
pip install -r requirements.txt
`Use AI Bot Workspace to run the project
or
Test the script results with the given testing utility
tests/get_algo_results.py
See Algorithm
We simply didn't work enough on the project to get the best results possible, so we focused on making a simple strategy but to do it well. We implemented many of the required features to build a good strategy (multiple indicators, TP/SL, trailing stops), but we didn't have enough time to test it and to improve it.