Page 1 of 1

AFL Winner oscillator

PostPosted: Thu Feb 28, 2013 4:54 pm
by Alexander.Gettinger
This indicator is a ported MQL5 indicators from http://www.mql5.com/en/code/1492

Formulas:
HBuff[i]=MA(rsv),
LBuff[i]=MA(HBuff), where
rsv[i]=100*(pa[i]-min)/(max-min),
min, max - minimum and maximum values of pa in the range from (i-Periods) to i,
pa[i]=SumCost[i]/SumVolume[i],
SumCost - sum of Volume*[Weighted price] in the range from (i-Average) to i,
SumVolume - sum of Volume in the range from (i-Average) to i.

AFLWinner.PNG


Download:
AFL_Winner.lua
(4.96 KiB) Downloaded 958 times


For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).

AFL Winner Bars.lua
(5.08 KiB) Downloaded 560 times

Re: AFL Winner oscillator

PostPosted: Tue May 09, 2017 5:41 am
by Apprentice
Indicator was revised and updated.

Re: AFL Winner oscillator

PostPosted: Sat Sep 15, 2018 7:50 am
by Apprentice
AFL Winner Bars.lua added.