Aroon Oscillator for Metastock
this is a good trend indicator
Indicator / Formula
Copy & Paste Friendly
OKRES:=Input("okres",2,100,14);
aroonupc:=((okres-HHVBars(H,okres+1))/okres)*100;
aroondownc:=((okres-LLVBars(L,okres+1))/okres)*100;
aroonosc:=aroonupc-aroondownc;
aroonosc2 comments
Leave Comment
Please login here to leave a comment.
Does not work, kindly rectify the same and repost
Not working