PureBytes Links
Trading Reference Links
|
Read up on Quick AFL, paying particular attention to the image at the bottom of the article:
http://www.amibroker.com/kb/2008/07/03/quickafl/
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "Chaitanya" <kcityg@xxx> wrote:
>
>
> Trying to debug some problem i ended up seeing that a simple program
> showing BarCount shows wrong count. I have about 10years of EOD data on
> A. When i try to printout the BarCount value it shows it as 387 in some
> program and as 707 in another; i expect it to be around 1800 and when i
> copy paste all the quotes into excel it does show more than 2000 rows;
> which is about right.
>
> Why doesnt AB's BarCount show me correct values? Program is here:
>
>
> Plot( MA(C,200), " Barcount: " + BarCount , colorBlue );
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
|