PureBytes Links
Trading Reference Links
|
On Mon, 15 Jul 2002, Jerry War wrote:
> I wrote a showme study and inserted a print statement to debug it. Printed
> the Date and time to the debug window. I cleared the debug window and then
> did a verify all to recompile and run the study. When scrolling thru the
> output I noticed a string of dates out of sequence.
> Does anyone have a clue what is going on? The study references two different
> time frame data items, can this be the problem.
>
> thanks
>
When you replot a window TS will first run one indicator from the beginning
of time to the current, then the next indicator, etc. Could this be
what you're seeing?
|