%Change Exploration for Amibroker (AFL)
shshingala almost 13 years ago Amibroker (AFL)
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
Leave Comment
Please login here to leave a comment.
\\\\\\\SHOWS CHANGES IN PERCENTAGE///////
Select this AFL
\\\\\\\SHOWS CHANGES IN PERCENTAGE///////
Select this AFL analysis and Run…
You can get the top gainers and top loosers….
\\\\\\\SHOWS CHANGES IN PERCENTAGE///////
good afl for check gainer looser
Hi friend….
i m part time trader in stock market….using amibroker software
anyone give me option best AFL
Try “TSL&MetaTSL for Amibroker (AFL)” from this site, as trading system.
You can change “Parameters” as you like.
hello,
how can we have 100 days % change?