Difference between revisions of "AvgEntryPrice at Broker"

From MultiCharts
Jump to navigation Jump to search
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
Returns a numerical value, indicating the average entry price at the broker for the symbol.  
 
Returns a numerical value, indicating the average entry price at the broker for the symbol.  
 
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</syntaxhighlight>  
 
<syntaxhighlight>AvgEntryPrice_at_Broker</syntaxhighlight>  
 
   
 
   
==== Notes ====
+
== Notes ==
This function can only be used in signals and functions.  
+
* This function can only be used in signals and functions. Use [[i_AvgEntryPrice_at_Broker]] for using it in indicators.
 
 
This function can only be used with Interactive Brokers, Patsystems, and Zen-Fire.  
 
 
   
 
   
==== 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</syntaxhighlight>
 +
Will return a value of 101 if there were three open entries for the current instrument at the broker with separate entry prices at 95, 105, and 103.
 
   
 
   
 
[[Category:Strategy Performance]]
 
[[Category:Strategy Performance]]

Latest revision as of 14:53, 26 July 2021

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

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

Usage

AvgEntryPrice_at_Broker

Notes

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

Will return a value of 101 if there were three open entries for the current instrument at the broker with separate entry prices at 95, 105, and 103.