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) |
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