+1 888 340 6572

Commission: Difference between revisions

From MultiCharts
(Created page with "Returns the commission currency value entered in the Strategy Properties window. ==== Usage ==== <syntaxhighlight>Commission</syntaxhighlight> ==== Notes ==== This func...")
 
mNo edit summary
Line 1: Line 1:
Returns the commission currency value entered in the Strategy Properties window.   
Returns the commission currency value entered in the [[Strategy_Properties|Strategy Properties]] window.   


==== Usage ====
== Usage ==
<syntaxhighlight>Commission</syntaxhighlight>  
<syntaxhighlight>Commission</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==  
This function can only be used in signals.  
This function can only be used in signals.  
   
   
==== Example ====
== Example ==
<syntaxhighlight>Commission will return a value of 10.00 if the commission has been set to $10</syntaxhighlight>
<syntaxhighlight>Commission;</syntaxhighlight>
Will return a value of 10.00 if the commission has been set to $10.


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

Revision as of 06:40, 9 February 2012

Returns the commission currency value entered in the Strategy Properties window.

Usage

Commission

Notes

This function can only be used in signals.

Example

Commission;

Will return a value of 10.00 if the commission has been set to $10.