I am a new user to Amibroker and I'm trying to recreate a scan I used
on market in out.
ad = AccDist();
Filter = ad > HHV(ad,13)*0.9 AND Close == HHV( Close, 13);
AddColumn(Close, "Close");
AddColumn( ad, "AccDist");
AddColumn( HHV(ad,13), "accDist high");
The code above for example is meant to find accumulation/distribution
bullish divergence vs price in the last 13 days.
These symbols are not showing with the above scan and should because
there is bullish divergence. What am I doing wrong with the code?
CRND.L
JEO.L
ACMG.L
Thanks Very much!
on market in out.
ad = AccDist();
Filter = ad > HHV(ad,13)*0.9 AND Close == HHV( Close, 13);
AddColumn(Close, "Close");
AddColumn( ad, "AccDist");
AddColumn( HHV(ad,13), "accDist high");
The code above for example is meant to find accumulation/distribution
bullish divergence vs price in the last 13 days.
These symbols are not showing with the above scan and should because
there is bullish divergence. What am I doing wrong with the code?
CRND.L
JEO.L
ACMG.L
Thanks Very much!