PureBytes Links
Trading Reference Links
|
Anyone ever run into this?
What would cause this scenario:
value1=1;
for jj = 0 to value1 begin
misc code...
end;
Indicator does not loop past "0", however if I hard load 1 instead of
value1, it works.
I have checked the varible values at the begin and end of the code,
everything seems correct, but it just doesn't work. Furthermore, this issue
did not arise until I changed a completely unrelated hardloaded number.
Change that # back and it works again. I am baffled.
Thanks,
Chris
|