Variables assigned to Data2 - 50 create errors

Questions about MultiCharts and user contributed studies.
trader39
Posts: 105
Joined: 08 Jan 2006
Has thanked: 8 times
Been thanked: 5 times

Variables assigned to Data2 - 50 create errors

Postby trader39 » 26 Feb 2006

Whenever I assign a variable to DataX, using the variable assignment statement Var:TestVar(0,DataX) where X is a number greater than 1, the PowerLanguage compiles but generates an error which reads:

The instruction at "0x

When the study is applied to a chart, even though series "X" is present on the chart.

trader39
Posts: 105
Joined: 08 Jan 2006
Has thanked: 8 times
Been thanked: 5 times

Exact Code

Postby trader39 » 26 Feb 2006

One example of the exact code I tried was:

Vars:X(0,Data3);

This one line PowerLanguage study generates the error message referenced above when applied to any and all charts with two data series present I have tried. Most recently I tried a chart with BRCM 1 min in Data1 and AAPL 1 min in Data2.

Please try to fix this.

User avatar
Alex Kramer
Posts: 834
Joined: 23 Feb 2006

Postby Alex Kramer » 27 Feb 2006

thanks for pointing out an issue, we're working on that.


Return to “MultiCharts”