Page 1 of 1

Moving Average Envelopes Percentage (MAE%)

PostPosted: Fri Dec 07, 2018 2:43 pm
by Alexander.Gettinger
The oscillator shows Prices as percentage of MAE channels.
Formula:
MAE[i] = 100*(Price[i]-dn)/(up-dn), where
up = MA*(1+Offset/1000),
dn = MA*(1-Offset/1000),
MA - MVA(Price) with [Length] number of periods.

MAE%.PNG


Download:
MAE%_JS.jsl
(2.78 KiB) Downloaded 436 times