aroonup
Aroon up
aroonup(length)
How recently the highest high occurred, 0–100. Default 25. Sisters: aroondown, aroonosc.
Parameters
| Name | Type | Description |
|---|---|---|
length | int default 25 | Lookback in bars. Default 25. |
Return value
series
Example
oscillator plot aroonup(25) as "Aroon up" green plot aroondown(25) as "Aroon down" red when aroonup(25) crosses above aroondown(25) then buy