For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Multi-Broker
-
Hi,
I still trying to optimize my simulation runs.
Optstrategy is good but I still have the issue with memory leaks and if it crashes all results are lost, so could split up and let run multiple of them but still...What I was thinking was to create a Broker, that handles multiple other Broker, so that at each next a strategy with it's own account (broker) is called.
I don't got enough inside into the interplay of cerebro and broker if that would be an option.