Skip to main content

Aroon Oscillator for Metastock

carla over 15 years ago Metastock

  • Rating:
    0 / 5 (Votes 0)
  • Tags:
    metastock, oscillator

The Aroon Oscillator is simply the difference between the Aroon-Up and Aroon-Down indicators. The Aroon-Up and Aroon-Down indicator are usually plotted together for easy comparison, alternatively you can view the difference between these two indicators with the Aroon Oscillator. This indicator fluctuates between -100 and +100 with zero as the middle line. An upward trend bias is present when the oscillator is positive, while a downward trend bias exists when the oscillator is negative.

Screenshots

Files

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;
aroonosc 

0 comments

Leave Comment

Please login here to leave a comment.