You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.vscode | 1 year ago | |
auto_trading | 1 year ago | |
data | 1 year ago | |
docs | 1 year ago | |
scripts | 1 year ago | |
tests | 1 year ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
main.py | 1 year ago | |
requirements.txt | 1 year ago |
README.md
AutoTrading
Auto trading bot.
Principe
Il y a trois briques de base :
- Data broker : Recupere les données depuis un site web ou le simule via un CSV
- Strategie : Ce qui choisit si il faut acheter ou vendre des actions en fonction des données d'entrée
- Les indicateurs de la strategie sont calculés automatiquement sur les données d'entrée
- PTF : Ce qui permet d'acheter ou de vendre des actions, peut être interfacé avec une plateforme de trading ou tourner en local
Use it
# install
./scripts/install.sh
# run
python main.py
# test
./scripts/test.sh