[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EasyLanguage Questions



PureBytes Links

Trading Reference Links

Questions, questions, questions ...

Does anyone know what causes the PowerEditor to diagnose
a "Unresolvable Data Number" error?

Also, is it possible to reference values of an array element
at a previous bar?

eg,

Vars:  MyVar(0)
Array: MyArray[10](0);

MyVar = MyArray[5][2];
{ Value of MyArray[5] not now but 2 bars ago? }