×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

RejectedOrderAction

152 bytes added, 16:58, 30 June 2017
no edit summary
==Usage==
<syntaxhighlight>RejectedOrderAction</syntaxhighlight>
 
The following values can be returned:
:'''0''' - No rejected order event
==Notes==
This function can only be used in signals.<br>This function is executed only when the "Order Rejected" event is enabled in Strategy Properties - Auto Trading tab.
==Example==
Assign a value, indicating the action of the rejected order, to Value1 variable:
<syntaxhighlight>Value1= RejectedOrderAction;</syntaxhighlight>
 
[[Category:Strategy_Events]]