How to Add More Symbols in Indicator

Questions about MultiCharts .NET and user contributed studies.
uprz23
Posts: 12
Joined: 27 Oct 2012
Has thanked: 2 times

How to Add More Symbols in Indicator

Postby uprz23 » 01 May 2016

Hi,

I would like to add 10+ stock symbols (data series) into an indicator using C# and display some kind of plot based on those symbols.

How would I go about doing this?

Thanks!

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

Re: How to Add More Symbols in Indicator

Postby Henry MultiСharts » 02 May 2016

Hello uprz23,

There are multiple ways to achieve this goal:
1) DataLoader
2) CustomInstrument (MC .NETver. 9.0 or higher)
3) add the required data series to your chart and access their values from the code.


Return to “MultiCharts .NET”