Pmms strategy is paused

From MultiCharts
Revision as of 11:48, 2 November 2016 by Angelina (talk | contribs) (Created page with "Returns true/false value indicating if order sending is paused for the strategy with StrategyIndex number. ==Usage== <syntaxhighlight>pmms_strategy_is_paused(StrategyIndex)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns true/false value indicating if order sending is paused for the strategy with StrategyIndex number.

Usage

pmms_strategy_is_paused(StrategyIndex)

Parameter:

StrategyIndex - numeric variable.

Notes

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

Example

Condition1=pmms_strategy_is_paused(0);