Home/Dovee/Function reference

aroonup

Aroon up

Reference/Trend/Function

aroonup(length)

How recently the highest high occurred, 0–100. Default 25. Sisters: aroondown, aroonosc.

Parameters

NameTypeDescription
lengthint
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

See also