dear frieds 
   following is the meta formula , new to ami how can i convert this 
in to ami afl any one can help me? as i understood scanning thorugh 
ami is much easier than metastock
CCI(20)
 colA__
 LONG
 0 > CCI(20) > -100  AND 0 > CCI(6) > -300 AND CCI(6) > Ref(CCI(6),-
1) AND CCI(6) < 0.8 * CCI(20) AND C > 20 AND V > 100000
 short
 0 < CCI(20) < 100  AND 0 < CCI(6) < 300 AND CCI(6) < Ref(CCI(6),-1) 
AND CCI(6) > 1.2 * CCI(20) AND C > 20 AND V > 100000

 Col d
 C / Ref(C,-1)
 V
 V / Mov(V,10,S)
 FILTER
 colA OR colB

WITH REGARDS
RAVI

Reply via email to