[amibroker] Re: IQFeed volume issues

 

Yes wait for backfill is always turned on.

I'ved tried multiple scans thinking that might be an issue however.This is the one I run first thing. Simplest I tried was a filter =1 .
//Percent change today\\
 
pchng = ROC( C, 1 );
VAVG = MA( Volume, 90 );
Vpchng = V / Vavg - 1;
YesterdayClose = Ref( C, -1 );

Filter = 1;

AddTextColumn( FullName(), "Company Name" );
AddColumn( Close, "Close Price", 1.2 );
AddColumn( pchng, "Percent Change", 1.2 );
AddColumn( yesterdayclose, "Yesterday's Close", 1.2 );
AddColumn( Volume, "Volume", 1 );
AddColumn( VAVG, "Volume 90 SMA", 1 );
AddColumn( Vpchng, "Volume % Above 90 ", 1.2 );
AddTextColumn( SectorID( 1 ), "Sector" );
AddRankColumn();


This morning premarket resulted in 0 values for 75% or more of my symbols. Restarted Amibroker after market open and everything seems correct now. Volume numbers for yesterday from the handful I've checked seem all in line.

__._,_.___

Posted by: brandon.richard03@yahoo.com
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (13)

Check out the automatic photo album with 1 photo(s) from this topic.
waitforbackfill.png

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.

**** 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/


.

__,_._,___


EmoticonEmoticon