+1 888 340 6572

Margin: Difference between revisions

From MultiCharts
(Created page with "Returns a dollar value that indicates the margin value per contract. ==== Usage ==== <syntaxhighlight>Margin</syntaxhighlight> ==== Notes ==== The margin value may not b...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Returns a dollar value that indicates the margin value per contract.   
Returns a dollar value that indicates the margin value per contract, as specified in the [[Operating_Symbol_List|symbol settings]] in the QuoteManager.   


==== Usage ====
== Usage ==
<syntaxhighlight>Margin</syntaxhighlight>
==== Notes ====
The margin value may not be returned for all types of the securities. The margin value is returned for futures and options.
==== Example ====
<syntaxhighlight>Margin</syntaxhighlight>  
<syntaxhighlight>Margin</syntaxhighlight>  
   
   
== Notes ==
* The margin value may not be returned for all types of the securities. The margin value is returned for futures and options.
== Example ==
<syntaxhighlight>Margin;</syntaxhighlight>
Will return a value of 500 if the margin for the instrument has been set to $500.


[[Category:Strategy Properties]]
[[Category:Strategy Properties]]

Latest revision as of 09:08, 9 February 2012

Returns a dollar value that indicates the margin value per contract, as specified in the symbol settings in the QuoteManager.

Usage

Margin

Notes

  • The margin value may not be returned for all types of the securities. The margin value is returned for futures and options.

Example

Margin;

Will return a value of 500 if the margin for the instrument has been set to $500.