For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Automating multiples strategy testings
-
Hey guys,
I would like to test our strategy at multiple indicator thresholds.
Say, from SMA 20 to 40, and I would like to automate this, so that the strategy is tested 21 times against different values programatically.What's the most elegant way to of doing this?
Thanks a lot!
-
Check out optimization part here - Docs - Let's optimize
-
Beautiful!
Thanks! -
In addition to the link provided by @ab_trader you may also check these
-
Where you can find the documentation for
Cerebro
and the methodsoptstrategy
andrun
, which end up controlling optimization
And this
-
-
This post is deleted!