AroonU(Period) as Array

AroonU returns an array containing the selected period Aroon Up indicator.

 

This function has one parameter:
Period   Enter the period to use to calculate the Aroon Up indicator.

 

Example:

' This is an indicator
' Aroon Oscillator
Sub Main()
  SetIndic(Substract(AroonU(14), AroonD(14)))
End Sub