| 
 PureBytes Links 
Trading Reference Links 
 | 
list,
Can  I  not reference  historical  values  on  an  array?   I am
fighting a bug in TS 7.1 and am going out of my mind!
For example:
Array: MyMP[42](0);
var:j(0);
for j = 1 to 41 begin
        if MyMP[j] <> MyMp[j][1] then  xxxxxxxx;
end;
where MyMp[j][1] references the last bar's value of MyMp[j].
Regards,
Ernie
ebonugli@xxxxxxxx
 |