Pmms strategy pause
From MultiCharts
This function denies order sending for the strategy with StrategyIndex number (all orders of the strategy will be deleted from Raw Orders Collection).
Usage
pmms_strategy_pause(StrategyIndex)
Parameters:
- StrategyIndex - numeric variable.
Notes
This function can only be used in signals intended to be used with the Portfolio Trader.
Example
pmms_strategy_pause(0);