This bot is a fourth year eptiech project. The goal of this project is to develop an algorithm able to trade on the forex market and win money automatically. This tool should be totaly automated and doesn't require any interaction.
These instructions will help you to start to work with our tool in the best conditions
git clone git@github.com/thmarinho/market-trading
cd market-trading
pip install -r requirement.txt
python3 app.py
python3
pip
We choose Python for for several reasons
First of all, Python is an easy to use language.
Moreover, this language is made for mathematics and, I wish you know, this project is largely made of mathematics.
And last but not least, a big part of this project is based on algorithm and python has a large choise of data processing library
