×

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

IntraBarOrderGeneration

1,156 bytes added, 13:45, 17 January 2012
no edit summary
Toggles intra-bar order generation flag on or off.
==== Usage ====
<syntaxhighlight>[IntrabarOrderGeneration = LogicalValue]</syntaxhighlight>
 
Where: <syntaxhighlight>LogicalValue</syntaxhighlight> - a true/false value; True = Enable; False = Disable
 
 
If the attribute is not present in the study's code, intra-bar order generation can be set by the user in the Calculations tab of the Format Signal window.
 
If set to True, "Enable intra-bar order generation and calculation" check box will be checked and grayed out, and the radio buttons will be available.
 
If set to False, "Enable intra-bar order generation and calculation" check box will be unchecked and grayed out, and the radio buttons disabled.
==== Notes ====
Intra-bar order generation is currently supported for single-data series charts only. Intra-bar order generation for multiple-data series charts will be implemented in the next release of the platform.
 
Attributes are applied at the time of compilation and cannot be changed at run-time.
==== Example ====
Enable intra-bar order generation:
 
<syntaxhighlight>[IntrabarOrderGeneration = True];</syntaxhighlight>
 
 
 
 
[[Category:Attributes]]
Anonymous user