Difference between revisions of "Pmms Strategy Maxiddrawdown"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value representing max drawdown of the strategy with StrategyIndex number. == Usage == <syntaxhighlight>pmms_strategy_maxiddrawdown(StrategyIndex)</synta...")
 
Line 13: Line 13:
  
 
== Example ==
 
== Example ==
<syntaxhighlight>Value1 = pmms_strategy_maxiddrawdown(0)</syntaxhighlight>
+
<syntaxhighlight>Value1 = pmms_strategy_maxiddrawdown(0);</syntaxhighlight>

Revision as of 15:40, 24 July 2014

Returns a numerical value representing max drawdown of the strategy with StrategyIndex number.

Usage

pmms_strategy_maxiddrawdown(StrategyIndex)

Parameters

StrategyIndex - numeric variable.

Notes

This function can only be used in signals intended to be used with the Portfolio Trader.

The value is returned in the currency specified in Portfolio Trader: Portfolio Settings -> Base Currency.

Example

Value1 = pmms_strategy_maxiddrawdown(0);