[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange goings on



PureBytes Links

Trading Reference Links

At 5:09 PM -0400 7/15/02, 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.

If you run an Indicator or ShowMe with the MaxBarsBack setting at
"Auto-detect", it runs at least twice to find the proper setting and
prints on each run.

This could explain out of sequence dates/times.

Try running it with same predetermined value and then it will only
run once.

Bob Fulks