Search found 1 match

by Jeff
12 Aug 2012
Forum: MultiCharts .NET
Topic: Access to more than one symbol in a chart
Replies: 1
Views: 2288

Access to more than one symbol in a chart

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 ?

Go to advanced search