Difference between revisions of "I OpenEquity"

From MultiCharts
Jump to navigation Jump to search
m
 
Line 3: Line 3:
 
== Usage ==
 
== Usage ==
 
<syntaxhighlight>i_OpenEquity</syntaxhighlight>  
 
<syntaxhighlight>i_OpenEquity</syntaxhighlight>  
 
== Notes ==
 
* This function can only be used in studies.
 
 
   
 
   
 
== Example ==
 
== Example ==

Latest revision as of 12:22, 2 March 2021

Returns the current equity (netprofit + open position profit).

Usage

i_OpenEquity

Example

i_OpenEquity
  • Will return 100 if the current equity is 100.
  • Will return -100 if the current equity is -100.