Accessing indicator from signal  [SOLVED]

Questions about MultiCharts and user contributed studies.
evdl
Posts: 401
Joined: 19 Jan 2011
Location: Netherlands
Has thanked: 85 times
Been thanked: 124 times

Accessing indicator from signal

Postby evdl » 29 May 2013

When searching the forum for info on accessing indicator (values) from a signal, I came across a post in the MC.net part of the forum.

http://www.multicharts.com/discussion/v ... o+function

Henry replied that for MC.Net it will probably will be implemented in version 9.

Is this also the case for the normal MC to be implemented in version 9. Or is this already possible in some way.

sptrader
Posts: 742
Joined: 09 Apr 2010
Location: Texas
Has thanked: 483 times
Been thanked: 274 times
Contact:

Re: Accessing indicator from signal

Postby sptrader » 29 May 2013

I think you could do it by using a global variable..

evdl
Posts: 401
Joined: 19 Jan 2011
Location: Netherlands
Has thanked: 85 times
Been thanked: 124 times

Re: Accessing indicator from signal

Postby evdl » 30 May 2013

Thanks for your reply, Sptrader.

This was also mentioned in the other post I think. You can also use ADE.

But the problem with using these solutions is that optimization is not possible when using GV or ADE. Therefor I now duplicate the indicator code to the signal.

And it would be much easier to call a function (of indicator values) in a signal. Maybe also the use of plotting and other "indicator" reserved words would be possible in a signal.

That's why I was wondering if this is already implemented in normal MC or that it is scheduled for next versions just like the MC.net version.

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

Re: Accessing indicator from signal  [SOLVED]

Postby Henry MultiСharts » 30 May 2013

Hello evdl,

We are going to add similar functionality for PowerLanguage in MultiCharts 9.0 as well.

evdl
Posts: 401
Joined: 19 Jan 2011
Location: Netherlands
Has thanked: 85 times
Been thanked: 124 times

Re: Accessing indicator from signal

Postby evdl » 30 May 2013

Ok, thanks Henry.


Return to “MultiCharts”