PureBytes Links
Trading Reference Links
|
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/
__,_._,___
|