For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Video based resource for Backtrader
-
Hey, I'm new to Backtrader and Python and wanted to know if there is a video based resource/course which covers all the aspect of backtrader?
-
@sid_vishnu said in Video based resource for Backtrader:
Hey, I'm new to Backtrader and Python and wanted to know if there is a video based resource/course which covers all the aspect of backtrader?
there aren't any.
If you want to learn how to use back trader, start with a simple SMA cross over strategy and then learn how orders are placed and executed.Then once you start seeing output from the strategy, verify the trades using real charts from trading view or your broker.
-
@sid_vishnu you will found severals backtrader vids on Part Time Larry channel. Hope this help.