For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
how to access strategy class from main
-
When I test my strategy, I would like to run it on different stocks. Today I use stop function to print result. May I know how to access strategy class from main method? So that I can store some result info in strategy instance. Or if there is better way to handle this?
-
Se the section: Returning the Results. You get the strategy(ies) as the result of
cerebro.run
.