Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asgeir-s/ml-trading-experimentation


https://github.com/asgeir-s/ml-trading-experimentation

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# A framework for trading system experimentation in Python

- backtesting / simulation
- machine learning models
- strategies (how to act on data from models)
- data loader (Binance)
- live execution mode

Implemented models:
- LightGBM
- SVM
- xgBoost
- LSTM (using Tensorflow)
- Reinforcement learning