Difference between revisions of "AvgEntryPrice"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value, indicating the average entry price for all open entries in a pyramided position. ==== Usage ==== <syntaxhighlight>AvgEntryPrice</syntaxhighlight>...")
 
Line 8: Line 8:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>AvgEntryPrice will return a value of 101 if there were three open entries at 95, 105,  
+
<syntaxhighlight>AvgEntryPrice will return a value of 101 if there were three open entries at 95, 105, and 103</syntaxhighlight>  
and 103</syntaxhighlight>  
 
 
   
 
   
 
[[Category:Strategy Performance]]
 
[[Category:Strategy Performance]]

Revision as of 14:42, 24 January 2012

Returns a numerical value, indicating the average entry price for all open entries in a pyramided position.

Usage

AvgEntryPrice

Notes

This function can only be used in signals.

Example

AvgEntryPrice will return a value of 101 if there were three open entries at 95, 105, and 103