+1 888 340 6572

MaxContractsHeld: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value, indicating the maximum number of contracts or shares held at any one time. ==== Usage ==== <syntaxhighlight>MaxContractsHeld</syntaxhighlight> ...")
 
mNo edit summary
 
Line 1: Line 1:
Returns a numerical value, indicating the maximum number of contracts or shares held at any one time.   
Returns a numerical value, indicating the maximum number of contracts or shares held at any one time.   


==== Usage ====
== Usage ==
<syntaxhighlight>MaxContractsHeld</syntaxhighlight>  
<syntaxhighlight>MaxContractsHeld</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==
This function can only be used in signals.  
* This function can only be used in signals.  
   
   
==== Example ====
== Example ==
<syntaxhighlight>MaxContractsHeld will return a value of 10 if a maximum of ten contracts were held at any one time</syntaxhighlight>
<syntaxhighlight>MaxContractsHeld</syntaxhighlight>
Will return a value of 10 if a maximum of ten contracts were held at any one time.
   
   
[[Category:Strategy Performance]]
[[Category:Strategy Performance]]

Latest revision as of 19:42, 14 February 2012

Returns a numerical value, indicating the maximum number of contracts or shares held at any one time.

Usage

MaxContractsHeld

Notes

  • This function can only be used in signals.

Example

MaxContractsHeld

Will return a value of 10 if a maximum of ten contracts were held at any one time.