For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Optimization with multiple feeds
-
Hey, is it possible to optimize with multiple feeds? I'm getting an error, I dont exactly see where it is so I assume it's because of multiple feeds.
-
@oakenstream said in Optimization with multiple feeds:
I dont exactly see where it is
Neither does the rest of us.
@oakenstream said in Optimization with multiple feeds:
Hey, is it possible to optimize with multiple feeds?
Yes, we can.
-
@backtrader said in Optimization with multiple feeds:
@oakenstream said in Optimization with multiple feeds:
I dont exactly see where it is
Neither does the rest of us.
I removed this optreturn and it worked:
cerebro = bt.Cerebro(optreturn=False)
@oakenstream said in Optimization with multiple feeds:
Hey, is it possible to optimize with multiple feeds?
Yes, we can.
Ok, thanks!