Indicators: Aroon Oscillator

 

Aroon Oscillator:

The oscilator rapidly discovers the end of the price trend and the beginning of the price movement in a horizontal interval and reverse.

Author: Collector

 

Hello, I would like to know how can I use this indicator in my Expert Advisor?

For example, when I want to use a Moving Average I put something like this in my code:

double MA10_1 = iMA(NULL,0,10,0,MODE_EMA,PRICE_CLOSE,1);

if(MA10_1 > 10 do something

And about this indicator? How can I do the same thing?

 
"Time Frame How" do you suggest?