PureBytes Links
Trading Reference Links
|
ok here one with a volume filter...
just edit the numbers after volume to
suit
/*
File: Gap Guru
Commentary** Requirements: AmiBroker 3.0 (AFL 1.1)** Last
Modified: David 14 jan,2001*/
"Review of " + name() +" as of
"+date();
buy = gapup() And volume >50000;sell =
gapdown() AND volume >50000;
"Watch out for sucker Gaps when a stock goes ex
dividend"; "or Common Gaps where stocks trade under normal low Volumes where
liquidity is poor ";
|