Hello, I am totally frustrated with bad ticks getting through on my 1 minute bars and messing up my indicators. I decided to try cleaning them up on my own by running a 5 second database (instead of 1 minute) and cleaning up the bad ticks with a Median(c,2) statement --I would have used ticks, but I can only get a couple of hours worth of ticks in 100,000 bars of SPY and I need several days of 24 hour data.
I filtered the 5 second data, assigned it to OHLC, and then used the TimeFrameSet(60) to create clean OHLC arrays. I have to leave the overall timeframe at 5 seconds all the time for the filter to work, but I want to display and work in 1 minute bars. When I plot it out, the bars are 1 minute bars, but the time scale at the bottom of the chart is set for 5 seconds per bar. I want to know how I can also get the time scale to display in 1 minute bars? Or is there a completely different approach that is better? Thanks, Dennis
