Difference between revisions of "Slippage"

From MultiCharts
Jump to navigation Jump to search
m
 
Line 5: Line 5:
 
   
 
   
 
== Notes ==  
 
== Notes ==  
This function can only be used in signals.  
+
* This function can only be used in signals.
+
 
 
== Example ==
 
== Example ==
 
<syntaxhighlight>Slippage;</syntaxhighlight>
 
<syntaxhighlight>Slippage;</syntaxhighlight>

Latest revision as of 09:08, 9 February 2012

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

Usage

Slippage

Notes

  • This function can only be used in signals.

Example

Slippage;

Will return a value of 0.25 if the slippage has been set to $0.25.