PureBytes Links
Trading Reference Links
|
Hi gang,
I have a line drawing indicator that uses the code...
if plots[xx,ii]>0 then TL_SetEnd(plots[xx,ii], d, t,
TL_GetValue(plots[xx,ii], d, t));
where the plots array stores the tl#s...to move the end point of tls every
bar to the current bar. For some reason, and only on one chart to date
(intraday @EMD.D) the TL_getvalue code causes a floating point numerical
overload error. I am baffled. Delete it and works fine. On a daily chart or
intraday on another market it works fine. Any ideas? TS8.
Thanks,
Chris
|