Strategy Equity Indicator

Questions about MultiCharts and user contributed studies.
ofthomas
Posts: 5
Joined: 24 Jan 2011
Has thanked: 2 times

Strategy Equity Indicator

Postby ofthomas » 02 Feb 2011

I cant search the forum, as it keeps crashing complaining about a table, thus I apologize if this is a duplicate question.

I would like to graph my strategy equity similar to how I have seen it charted on some NT strategies. How can I accomplish this? is there an indicator that already exists?

please advise.. thanks!

SUPER
Posts: 646
Joined: 03 Mar 2007
Has thanked: 106 times
Been thanked: 84 times

Re: Strategy Equity Indicator

Postby SUPER » 03 Feb 2011

Try this indicator: Close Equity

Value1=i_closeEquity;

Plot1(Value1,"CloseEquity");

or

Value1=i_closeEquity + i_openEquity;

Plot1(Value1,"CurrentEquity");


Return to “MultiCharts”