Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sirbradflies/algotrading

Trading algorithms for QuantConnect platform
https://github.com/sirbradflies/algotrading

machine-learning python quantconnect trading trading-bot

Last synced: 3 months ago
JSON representation

Trading algorithms for QuantConnect platform

Awesome Lists containing this project

README

        

# Quant Connect Algorithms
First experiments on the [Quantconnect](https://www.quantconnect.com/) platform based on Machine Learning.
Currently there are two algorithms:
1) QCTechnicalML: Technical algorithm, predicting the next period returns based on the last n returns
2) QCTechnicalCryptoML: Technical algorithm like number 1 but for BitCoin
3) QCValueML: Fundamental algorithm, predicting then next period returns based on few fundamental indicators

There is also a notebook I used to explore the technical algo with some simple analyses.

Implementation is rough and naive so comments and suggestions are welcome.