For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Taking positions on options based on futures
-
Hey all, I am new to Backtrader and Python... I would like to thank the community for this amazing stuff...
My strategy involves using technical indicators on Future prices and take positions on options accordingly when certain parameters are satisfied. I have the future data as a csv and real time data is obtained from the web, for options I will need only real time data which is obtained from the web! Can I implement and backtest it using back trader?
Thanks!