Include indicator inside signal for different symbol  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
gvandenbosch
Posts: 30
Joined: 24 Oct 2013
Has thanked: 9 times
Been thanked: 3 times

Include indicator inside signal for different symbol

Postby gvandenbosch » 16 Dec 2013

Hi,

I am using the AddIndicator function to use an indicator inside my signal.
This is for the same symbol and works pretty good.

Now I was wondering if it was possible to add an indicator for a different symbol?

If not possible, is it then the best way to load data for different symbol using the dataloader and replicate the indicator code?

Cheers,
Gerard

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

Re: Include indicator inside signal for different symbol  [SOLVED]

Postby Henry MultiСharts » 17 Dec 2013

Hello Gerard,

At the moment there is no direct way to do that. We will consider AddIndicator interface extension for subchart indicator calculation.

That is possible to plot a subchart and calculate the study on it, or use the data loader to load the data. In order to transfer the data into a signal you need to use GlobalVariables/Native C# Solution for Global Storage.

gvandenbosch
Posts: 30
Joined: 24 Oct 2013
Has thanked: 9 times
Been thanked: 3 times

Re: Include indicator inside signal for different symbol

Postby gvandenbosch » 18 Dec 2013

Hi Henry

Thank you for considering would be very helpfull feature.

I think I can work around it now with the information supplied.

Thanks.

Gerard


Return to “MultiCharts .NET”