fxcodebase-backup

Aroon Horn

Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=62171
Forum: 38 · Topic 62171 · 1 post(s)


Aroon Horn

Alexander.Gettinger · Thu Apr 30, 2015 10:24 am

Original LUA oscillators: viewtopic.php?f=17&t=60926.

Formula: AH = 10(Up-Dn)/Length, where Up[i] = 100(Length-MaxBar+i)/Length, Dn[i] = 100*(Length-MinBar+i)/Length, MaxBar, MinBar - positions of maximum and minimum prices at range from [i-Length+1] to [i].

Aroon_Horn_MQL.PNG

Download:

Aroon_Horn.mq4

Aroon Filter:

Aroon_Filter_MQL.PNG

Download:

Aroon_Filter.mq4