Difference between revisions of "I OpenEquity"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the current equity (netprofit + openpositionprofit) ==== Usage ==== <syntaxhighlight>i_OpenEquity</syntaxhighlight> ==== Notes ==== This function can only be...")
(No difference)

Revision as of 14:55, 24 January 2012

Returns the current equity (netprofit + openpositionprofit)

Usage

i_OpenEquity

Notes

This function can only be used in studies.

Example

i_OpenEquity will return 100 if the current equity is 100. 

i_OpenEquity will return -100 if the current equity is -100.