PureBytes Links
Trading Reference Links
|
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
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|