For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Data Backfilling Issue
-
Hi guys. I want to perform backfilling with the platform.
I have read the document about backfilling Example : Oanda Backfilling, but it seems only support with specific broker (right?).
Can I perform backfilling without any broker? For example, I pass 50 bars to
cerebro
at the beginning, then another 50 bars, until the end of the CSV file.Thanks!
-
If this is simply for backtesting (you mention until the en of the CSV file) you'd be better of chaining the data. See
cerebro.chaindata
Just give it as many data feeds as you wish.