For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Running Backtrader on multiple symbols
-
Are there any examples of running a strategy on multiple symbols at once, for examples i want to run the strategy on 20 symbols, with each symbol having indicators etc, independent of each other.
Is there a best practice way of doing this? -
from the "quickstart" page you give a data feed, but you never specify which symbol its for, so how does backtrader know what symbol its trading?
so if i scale to hundreds of symbols, how will backtrader know the symbols for reporting
-