Skip to main content

Volum Scan for Amibroker (AFL)

vantatrung almost 16 years ago Amibroker (AFL)

  • Rating:
    3 / 5 (Votes 2)
  • Tags:
    amibroker, exploration

Scan stocks with immediate volume increase

Indicator / Formula

Copy & Paste Friendly
Periods =Param("Periods",7,2,100);
Change=Volume*100/Ref(MA(Volume,Periods),-1);
Filter=Change>=200;
AddColumn(Volume,"Khoi luong",format=1.0);
AddColumn(Ref(MA(Volume,Periods),-1),"KLBQ " +Periods +" Days" ,format=1.0);
AddColumn(Change,"Change %",format=1.2);

0 comments

Leave Comment

Please login here to leave a comment.