Last updated:
There are three adjustable parameters:
- Period – calculation period;
- Overbought – overbought level;
- Oversold – oversold level.
Calculation:
Aroon Up[i] = 100 * (Period - i + PosMax) / Period Aroon Dn[i] = 100 * (Period - i + PosMin) / Period
where:
PosMax, PosMin – numbers of bars for the highest and lowest prices within the predefined Period.
Enter Your Email Address below, download link will be sent to you.
Get Download Link


