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 get backtest drawdown and other statistics
-
Hi,
How can I get strategy backtest statistics, like:
Drawdown
Num of buy/sell orders
...I red that there are analyzers,
Is there a code sample for that?Thanks,
Arik -
Yes, using analyzers. See the documentation
There are multiple samples. For example
The sources, blog and documentation contain more.