fredmontet / tars

A crypto trading bot for research and developers
MIT License
7 stars 3 forks source link

Reinforcement learning strategy with Koker #2

Open fredmontet opened 3 years ago

fredmontet commented 3 years ago

The goal is to implement a reinforcement learning strategy using the Koker algorithm as defined in https://teddykoker.com/2019/06/trading-with-reinforcement-learning-in-python-part-ii-application/

fredmontet commented 3 years ago

I already started this issue. If someone wants to continue this, I created a branch called 2-koker-strategy and you can find some code in the notebook called strategy-koker.ipynb.