The main difference of this indicator from its standard equivalent is the possibility to change the smoothing algorithm by selecting ...
Showing posts with label Smoothing. Show all posts
Showing posts with label Smoothing. Show all posts
Metatrader 5 Indicator | ATR without iATR() with smoothing Wilder by William210.mq5
0
Metatrader 5 Indicator | ATR without iATR() with smoothing Wilder by William210.mq5
RobotFX
23.10.25
Good morning. If this code malfunctions for whatever reasons, forgetting or MQL5 upgrades, let me know so I can correct it, thank you You...
MetaTrader 4 Expert Advisor | Smoothing Average
0
This EA is based on 1 moving average indicator, the exit and entry points are determined by a "smoothing factor"; a fixed a...
MetaTrader 5 Indicator | Holt's double exponential smoothing
0
The name of the indicator might be a bit misleading. Holt's double exponential smoothing is mostly used for forecasting, not as a...
MetaTrader 4 Indicator | Holt's double exponential smoothing (mt4 version)
0
The name of the indicator might be a bit misleading. Holt's double exponential smoothing is mostly used for forecasting, not as ...
MetaTrader 4 Indicator | Holt's double exponential smoothing trend
0
Holt's double exponential smoothing, but showing only the trend component Even though the Holt's double exponential smoothin...
MetaTrader 5 Indicator | Holt's double exponential smoothing trend
0
Holt's double exponential smoothing, but showing only the trend component. Even though the Holt's double exponential smoothin...
MetaTrader 5 Indicator | Schaff trend cycle - adjustable smoothing
0
Well known Schaff trend cycle is, no doubt, useful indicator. But it has some things that can be changed. One is that it has a fixed ...
MetaTrader 4 Indicator | Schaff trend cycle - adjustable smoothing
0
Well known Schaff trend cycle is, no doubt, useful indicator. But it has some things that can be changed. One is that it has a fixed...
MetaTrader 5 Expert Advisor | Smoothing Average
0
Idea by: Rietsuiker Code mq5 by: barabashkakvn The EA trades on iMA (Moving Average, MA). It holds no more than one position in th...
MetaTrader 5 Indicator | RSI Custom Smoothing
0
The following settings are now available as input parameters: color of the indicator main line width of the indicator main line valu...
MetaTrader 4 Indicator | ATR with Smoothing
0
This Indicator is based on the True Range which is the maximum of (High - Low), Abs(High - Close[1]) and Abs(Low - Close[1]), with Ab...