+1 888 340 6572

I ClosedEquity: Difference between revisions

From MultiCharts
(Created page with "Returns the profit or loss realized when a position has been closed. ==== Usage ==== <syntaxhighlight>i_ClosedEquity</syntaxhighlight> ==== Notes ==== This function can ...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Returns the profit or loss realized when a position has been closed.  
Returns the profit or loss realized when a position has been closed.  


==== Usage ====
== Usage ==
<syntaxhighlight>i_ClosedEquity</syntaxhighlight>  
<syntaxhighlight>i_ClosedEquity</syntaxhighlight>  
   
   
==== Notes ====
== Example ==
This function can only be used in studies.
<syntaxhighlight>i_ClosedEquity</syntaxhighlight>
Will return 100 if the closed equity is 100.
==== Example ====
<syntaxhighlight>i_ClosedEquity will return 100 if the closed equity is 100.</syntaxhighlight>
   
   
[[Category:Strategy Performance]]
[[Category:Strategy Performance]]

Latest revision as of 12:20, 2 March 2021

Returns the profit or loss realized when a position has been closed.

Usage

i_ClosedEquity

Example

i_ClosedEquity

Will return 100 if the closed equity is 100.