Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asgeir-s/ml-trading-experimentation
https://github.com/asgeir-s/ml-trading-experimentation
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asgeir-s/ml-trading-experimentation
- Owner: asgeir-s
- Created: 2020-03-29T09:45:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T14:44:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T20:00:02.601Z (7 months ago)
- Language: Jupyter Notebook
- Size: 886 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 modeImplemented models:
- LightGBM
- SVM
- xgBoost
- LSTM (using Tensorflow)
- Reinforcement learning