For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
can BT be used to backtest multiple tickers?
-
I've been going through documentation and I think all the examples are about backtesting on a single ticker. Is there a way of feeding it a custom csv consisting of multiple tickers? For example, every single ticker in a universe I'm interested in.
Thanks,
-
Please take a look at the following post: https://backtest-rookies.com/2017/08/22/backtrader-multiple-data-feeds-indicators/
Is it what you was looking for?
-
Thank you! Exactly what I'm looking for!