Page 1 of 1

Variables assigned to Data2 - 50 create errors

Posted: Feb 26 2006
by trader39
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.

Exact Code

Posted: Feb 26 2006
by trader39
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.

Posted: Feb 27 2006
by Alex Kramer
thanks for pointing out an issue, we're working on that.