+1 888 340 6572

Pmms strategy deny exits: Difference between revisions

From MultiCharts
(Created page with "This function denies exit orders for strategy with StrategyIndex number (exit orders will be deleted from Raw Orders collection). ==Usage== <syntaxhighlight>pmms_strategy_d...")
 
No edit summary
 
Line 11: Line 11:
   
   
==Example==
==Example==
<syntaxhighlight>pmms_strategy_deny_exits(0</syntaxhighlight>)
<syntaxhighlight>pmms_strategy_deny_exits(0)</syntaxhighlight>  
   
   


[[Category:Portfolio Money Management]]
[[Category:Portfolio Money Management]]

Latest revision as of 11:40, 2 November 2016

This function denies exit orders for strategy with StrategyIndex number (exit orders will be deleted from Raw Orders collection).

Usage

pmms_strategy_deny_exits(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_deny_exits(0)