Indicator referencing more symbols

Questions about MultiCharts .NET and user contributed studies.
ThomasVestergaard
Posts: 5
Joined: 20 Sep 2013
Has thanked: 1 time

Indicator referencing more symbols

Postby ThomasVestergaard » 20 Sep 2013

When creating a indicator, is it possible to get data from symbols other than the one the indicator is placed upon?

Also my apologies if this has already been discussed, but I cannot seem to find much on this.

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Indicator referencing more symbols

Postby JoshM » 20 Sep 2013

When creating a indicator, is it possible to get data from symbols other than the one the indicator is placed upon?
Yes, this can be done with the DataLoader. An example for that can be found here.

ThomasVestergaard
Posts: 5
Joined: 20 Sep 2013
Has thanked: 1 time

Re: Indicator referencing more symbols

Postby ThomasVestergaard » 20 Sep 2013

Awesome, I'll look into that!

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

Re: Indicator referencing more symbols

Postby Henry MultiСharts » 20 Sep 2013

That is also possible to reference data from a subchart (ex. current close from second data series):

Code: Select all

BarsOfData(2).Close
Example of how to make the function calculated on data2 can be found here.


Return to “MultiCharts .NET”