Skip to main content

%Change Exploration for Amibroker (AFL)

shshingala almost 13 years ago Amibroker (AFL)

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

Shows Changes in Percentage………..

Indicator / Formula

Copy & Paste Friendly
//pchng = (C - Ref(C,-1)) /( Ref(C,-1) * 100);
pchng=ROC(C,1);
Filter = pchng;
AddColumn(Close, "Close Price",1.2 );
AddColumn(pchng, "Percent Change",1.2 );

6 comments

almost 13 years ago

\\\\\\\SHOWS CHANGES IN PERCENTAGE///////

Select this AFL analysis and Run…

You can get the top gainers and top loosers….

almost 13 years ago

\\\\\\\SHOWS CHANGES IN PERCENTAGE///////

good afl for check gainer looser

4. Ajay_My
almost 13 years ago

Hi friend….

i m part time trader in stock market….using amibroker software

anyone give me option best AFL

5. morgen
almost 13 years ago

Try “TSL&MetaTSL for Amibroker (AFL)” from this site, as trading system.
You can change “Parameters” as you like.

Leave Comment

Please login here to leave a comment.