i'm trying this indi for riding bear or bull (trend following)
How can i change the parameters of Math method indicators and MA_Method indicators?
This is a discussion on AllAbsoluteMarket within the Trading tools forums, part of the Trading Forum category; i'm trying this indi for riding bear or bull (trend following) How can i change the parameters of Math method ...
i'm trying this indi for riding bear or bull (trend following)
How can i change the parameters of Math method indicators and MA_Method indicators?
MathMode = 0; // Math method: 0-RSI; 1-Stoch; 2-DMI; 3-MACD
MA_Method = 3; // See list below
List of MAs:
// MA_Method= 0: SMA - Simple Moving Average
// MA_Method= 1: EMA - Exponential Moving Average
// MA_Method= 2: Wilder - Wilder Exponential Moving Average
// MA_Method= 3: LWMA - Linear Weighted Moving Average
// MA_Method= 4: SineWMA - Sine Weighted Moving Average
// MA_Method= 5: TriMA - Triangular Moving Average
// MA_Method= 6: LSMA - Least Square Moving Average (or EPMA, Linear Regression Line)
// MA_Method= 7: SMMA - Smoothed Moving Average
// MA_Method= 8: HMA - Hull Moving Average by Alan Hull
// MA_Method= 9: ZeroLagEMA - Zero-Lag Exponential Moving Average
// MA_Method=10: DEMA - Double Exponential Moving Average by Patrick Mulloy
// MA_Method=11: T3_basic - T3 by T.Tillson (original version)
// MA_Method=12: ITrend - Instantaneous Trendline by J.Ehlers
// MA_Method=13: Median - Moving Median
// MA_Method=14: GeoMean - Geometric Mean
// MA_Method=15: REMA - Regularized EMA by Chris Satchwell
// MA_Method=16: ILRS - Integral of Linear Regression Slope
// MA_Method=17: IE/2 - Combination of LSMA and ILRS
// MA_Method=18: TriMAgen - Triangular Moving Average generalized by J.Ehlers
// MA_Method=19: VWMA - Volume Weighted Moving Average
// MA_Method=20: JSmooth - Smoothing by Mark Jurik
// MA_Method=21: SMA_eq - Simplified SMA
// MA_Method=22: ALMA - Arnaud Legoux Moving Average
// MA_Method=23: TEMA - Triple Exponential Moving Average by Patrick Mulloy
// MA_Method=24: T3 - T3 by T.Tillson (correct version)
// MA_Method=25: Laguerre - Laguerre filter by J.Ehlers
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
i mean changing the sma, rsi etc. parameters
My test experience for finding the best combination
MathMode = 0; // Math method: 0-RSI (only rsi other math methods later)
MA_Method = 0-1-2-3.........25; // All of them
MathMode = 0; // Math method: 0-RSI
1.MA_Method=15: REMA - Regularized EMA by Chris Satchwell (is best combination that i found)
2.MA_Method=17: IE/2 - Combination of LSMA and ILRS
3.MA_Method=25: Laguerre - Laguerre filter by J.Ehlers (needs optimization, after 3 bars later shows)
4.MA_Method= 2: Wilder - Wilder Exponential Moving Average
Last edited by levonisyas; 10-19-2013 at 10:39 AM. Reason: added 1.2.3.4.
Is this compatible with 600+?
Hi Igorad,can you please update the indicator,it's not working in 600+ version
Hi Darren Wcw,
Please check out the updated AllAbsoluteMarket indicator for the new MT4.
Attachment 7991
Regards,
Igor
Thanks a lot.
Hi,
Please check out the fixed and updated AllAbsoluteMarket_v2.2 with ability to calculate the MACD mode (MathMode = 3).
Attachment 11759
Regards,
Igor
Hi,
Please check out the updated AllAbsoluteMarket indicator with the new set of prices and with the advanced popup/email/push alerts for each market condition.
Attachment 24290
Regards,
Igor
Bookmarks