Difference between revisions of "AvgEntryPrice at Broker for The Strategy"

From MultiCharts
Jump to navigation Jump to search
Line 1: Line 1:
 
Returns a numerical value, indicating the average entry price at the broker for the strategy.  
 
Returns a numerical value, indicating the average entry price at the broker for the strategy.  
 +
 
A positive value indicates a long position and a negative value indicates a short position.  
 
A positive value indicates a long position and a negative value indicates a short position.  
  
 
A zero ('0') is returned when the current position is flat, or if Automated Trading is not turned on.  
 
A zero ('0') is returned when the current position is flat, or if Automated Trading is not turned on.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>AvgEntryPrice_at_Broker_for_The_Strategy</syntaxhighlight>  
 
<syntaxhighlight>AvgEntryPrice_at_Broker_for_The_Strategy</syntaxhighlight>  
 
   
 
   
==== Notes ====  
+
== Notes ==
This function can only be used in signals and functions.  
+
* This function can only be used in signals and functions.  
 
   
 
   
==== Important ====  
+
== Important ==
 
If Automated Trading was manually turned off by the user, the value returned by the keyword stops changing, and may remain unequal to '0'.  
 
If Automated Trading was manually turned off by the user, the value returned by the keyword stops changing, and may remain unequal to '0'.  
 
   
 
   
==== Example ==== 
+
== Example ==
 
+
<syntaxhighlight>AvgEntryPrice_at_Broker_for_The_Strategy</syntaxhighlight>
 +
Will return a value of 101 if there were three open entries at the broker at 95, 105, and 103 by the calling strategy.
  
 
[[Category:Strategy Performance]]
 
[[Category:Strategy Performance]]

Revision as of 20:00, 14 February 2012

Returns a numerical value, indicating the average entry price at the broker for the strategy.

A positive value indicates a long position and a negative value indicates a short position.

A zero ('0') is returned when the current position is flat, or if Automated Trading is not turned on.

Usage

AvgEntryPrice_at_Broker_for_The_Strategy

Notes

  • This function can only be used in signals and functions.

Important

If Automated Trading was manually turned off by the user, the value returned by the keyword stops changing, and may remain unequal to '0'.

Example

AvgEntryPrice_at_Broker_for_The_Strategy

Will return a value of 101 if there were three open entries at the broker at 95, 105, and 103 by the calling strategy.