1. CurrentDayOHL() does not always return values that match actual price movements:
Using YM today as an example, session time 0930-1600EST, Range 25 ticks, candle stick style. The first bar has a tail with low of 13259 which is the value returned by CurrentDayOHL().CurrentLow, however the price has not been down there since the night before.
2. That 1st bar has time stamp of 0930 but contains volume (8074 on my chart). Then the next 3 bars are "phantoms" as the gap open is filled which also have time stamp of 0930, and have zero volume. Should the first bar also have zero volume?

Comment