Help Quintuple Exponential Moving Average
Forums › ProRealTime forum Italiano › Supporto ProBuilder › Help Quintuple Exponential Moving Average
- This topic has 5 replies, 3 voices, and was last updated 7 years ago by enzo_52.
-
-
01/22/2017 at 2:47 PM #2202701/22/2017 at 6:58 PM #2206101/23/2017 at 12:05 PM #2212601/23/2017 at 2:08 PM #22137
Thanks supertiti, but these files are compiled and source code cannot be read.
I found FXCM TS2 formula for the Quadruple Exponential Moving Average indicator:
QEMA=5*MA1-10*MA2+10*MA3-5*MA4+MA5, where
MA1=Moving Average(Price),
MA2=Moving Average(MA1),
MA3=Moving Average(MA2),
MA4=Moving Average(MA3),
MA5=Moving Average(MA4).and adapted the Metatrader5 formula to make the Quintuple Exponential Moving Average indicator which formula is this one:
Pema=8*Ema1-28*Ema2+56*Ema3-70*Ema4+56*Ema5-28*Ema6+8*Ema7-Ema8
These 2 indicators have been posted in the prorealtime code Library, you can find them here:
https://www.prorealcode.com/prorealtime-indicators/quadruple-exponential-moving-average-indicator/
https://www.prorealcode.com/prorealtime-indicators/pentuple-exponential-moving-average/
01/28/2017 at 6:20 PM #2286201/28/2017 at 8:03 PM #22867 -
AuthorPosts