PureBytes Links
Trading Reference Links
|
Thanks Steve, Putting that code into every indicator that uses
volume is going to be a drag but I guess that's the only choice. Is
there a way to permanently embedd the corrected volume for that day
into Amibroker's database so that it overrides the data that it mis-
reads in Telechart?
--- In amibroker@xxxxxxxxxxxxxxx, "Steve Dugas" <sjdugas@xxx> wrote:
>
> Hi - Can't tell you why it happens but you could try this as a band-
aid...
>
> MyVolume = IIf( DateNum() == 1071108, Volume / 100, Volume );
> Plot( MyVolume, "MyVol", colorRed, styleHistogram );
>
> Steve
>
> ----- Original Message -----
> From: "wernerg97" <wernerg97@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Monday, January 12, 2009 8:13 PM
> Subject: [amibroker] Re: Telechart Volume Data Error when read by
Amibroker
>
>
> > Does anyone have any ideas on how to fix this in Amibroker? A
factor
> > of 100 is a huge error and screws up any attempt to use time
average
> > volume-based indicators for backtesting. I can't imagine why
only this
> > one day shows the error on all stocks unless a format change for
> > Telechart volume occured on that day and Amibroker assumes it was
one
> > day later.
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "wernerg97" <wernerg97@> wrote:
> >>
> >> I have Telechart Gold newly reinstalled (after about two years
> >> hiatus). When I look at Telechart stock data in Amibroker, the
> > volume
> >> for all stocks on Nov 8, 2007 is higher than Telechart's data by
a
> >> factor of 100. I've only looked back over a few years but Nov 8,
> > 2007
> >> appears to be the only day for which this happens.
> >>
> >> The database settings for the Telechart database in Amibroker
are set
> >> to not save data locally so Amibroker appears to read the data
> >> incorrectly every time.
> >>
> >> Has anyone else seen this?
> >>
> >> Werner
> >>
> >
> >
> >
> > ------------------------------------
> >
> > **** IMPORTANT ****
> > This group is for the discussion between users only.
> > This is *NOT* technical support channel.
> >
> > *********************
> > TO GET TECHNICAL 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
> >
> >
> >
> >
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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/
|