+1 888 340 6572

Slippage: Difference between revisions

From MultiCharts
(Created page with "Returns the slippage currency value entered in the Strategy Properties window. ==== Usage ==== <syntaxhighlight>Slippage</syntaxhighlight> ==== Notes ==== This function...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Returns the slippage currency value entered in the Strategy Properties window.   
Returns the slippage currency value entered in the [[Strategy_Properties|Strategy Properties]] window.   


==== Usage ====
== Usage ==
<syntaxhighlight>Slippage</syntaxhighlight>  
<syntaxhighlight>Slippage</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==  
This function can only be used in signals.  
* This function can only be used in signals.
 
==== Example ====
== Example ==
<syntaxhighlight>Slippage will return a value of 0.25 if the slippage has been set to $0.25</syntaxhighlight>
<syntaxhighlight>Slippage;</syntaxhighlight>
Will return a value of 0.25 if the slippage has been set to $0.25.
   
   
[[Category:Strategy Properties]]
[[Category:Strategy Properties]]

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.