enzoampil / fastquant

fastquant — Backtest and optimize your ML trading strategies with only 3 lines of code!
MIT License
1.53k stars 239 forks source link

Read Backtrader quickstart guide #14

Open enzoampil opened 4 years ago

enzoampil commented 4 years ago

This is the onboarding issue for new contributors to fastquant :smile:

Please read through the references below and feel free to ask for help in the issues or slack channel!

Tutorials on the fastquant website:

https://enzoampil.github.io/fastquant-blog/

fastquant example notebooks:

https://nbviewer.jupyter.org/github/enzoampil/fastquant/tree/master/examples/

Intro to backtrader Reference:

https://algotrading101.com/learn/backtrader-for-backtesting/

Quickstart backtrader guide:

https://www.backtrader.com/docu/quickstart/quickstart/

ghost commented 4 years ago

Will do a reading of this as well so R can port well to Python and backtrader.