OpenProfit from indicators

Questions about MultiCharts .NET and user contributed studies.
User avatar
fx1
Posts: 26
Joined: 20 Mar 2013

OpenProfit from indicators

Postby fx1 » 02 Jul 2013

Hi,

i understand that OpenProfit may not be used from indicators but how can i get this information from an indicator? I want to draw Open Equity curve to chart.

Is there a way to share information with signals and studies internally somehow?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: OpenProfit from indicators

Postby Henry MultiСharts » 02 Jul 2013

Hello fx1,

You can use this code for that:

Code: Select all

plot1.Set(StrategyInfo.OpenEquity);


Return to “MultiCharts .NET”