PureBytes Links
Trading Reference Links
|
Thanks for the reply Dennis. If you have TS4 or TS2000i, could you try this
on those versions?
I have a bit more testing to do. I intend to write a simple indicator which
will eliminate all possible extraneous operations. Incidentally, I've also
now encountered a second strange behavior, but I'm not yet quite ready to
point the finger of blame at TS. I'll keep you posted.
Best regards,
Carroll
> > I have a variable, N(10), and in the body of the strategy I access
CLOSE[N].
> > Now, most of the time the correct bar is accessed. For example, if the
> > current bar is number "I", then CLOSE[N] accesses bar I-N. However,
during
> > the first N bars of the day, CLOSE[N] accesses bar I-11, not bar I-10.
Just
> > in case it makes any difference, the chart is a 5-minute chart.
>
> YIKES! I've never seen anything like that in TS4 or TS2K. Carroll, have
> you tried a simple close[10] indicator to make sure it's a behavior of
> EL/TS6 rather than some quirk of your system code? I don't have TS6 so I
> can't check it myself.
>
> --
> Dennis
>
|