Access to more than one symbol in a chart

Questions about MultiCharts .NET and user contributed studies.
Jeff
Posts: 1
Joined: 12 Aug 2012

Access to more than one symbol in a chart

Postby Jeff » 12 Aug 2012

If I have inserted two symbols in one chart, how can I access to the second symbol?

I could write in Powerlanguage:

Code: Select all

Plot1(Close); //First symbol
Plot2(Close Data2); //Second symbol
In powerlanguage.net:

Code: Select all

Output.Write(Bars.CloseValue); //First symbol
//Second symbol ?

bluejack
Posts: 42
Joined: 02 Aug 2012
Has thanked: 25 times
Been thanked: 27 times

Re: Access to more than one symbol in a chart

Postby bluejack » 13 Aug 2012

Did you try BarsOfData(x)? I saw it in the help.


Return to “MultiCharts .NET”