Sma
Adaptive to TF SMA – indicator MetaTrader 5
If a trader opens MN1 chart the indicator will automatically configure the period equal to 12 comparing current price to average year price based on bars in a year. If a trader opens W1 the MA will be automatically configured to 52 period which is equal to weekly bars in year. The indicator will calculate … Read more
EA based on indicator SAR, ADX and SMA 100 – EA MetaTrader 5
This EA is in MQL5 language and is based on: SMA (Simple Moving Average) with period 100 bar, ADX (Average Directional Movement Index) period 14 bar, SAR (Parabolic SAR) indicator. I’m testing it now on period over 15 min in various crosses. EA based on indicator SAR, ADX and SMA 100 – expert for MetaTrader … Read more
EA based on indicator SAR, ADX and SMA 100 – EA MetaTrader 4
This EA is in MQL4 language and is based on: SMA (Simple Moving Average) with period 100 bar, ADX (Average Directional Movement Index) period 14 bar, SAR (Parabolic SAR) indicator. I’m testing it now on period over 15 min in various crosses. EA based on indicator SAR, ADX and SMA 100 – expert for MetaTrader … Read more
Example of Heiken Ashi + SMA Automated – EA MetaTrader 4
Real Author: Mohammad Soubra This is unpaid version of Trading Robots. Just it is a source code for coders who see it helpful for them. Showing how to trade FX market trend using the (SMA: Simple Moving Average) with the Japanese indicator Heiken Ashi. All trades get the ATR(14) shift(1) as Take Profit. Recommendations: This … Read more
EMA to SMA MACD – indicator MetaTrader 5
Theory : The idea comes from another trading platform. They called it differently there, but the name here reflects exactly what it is all about. The idea is simple : we are counting on a fact that EMA (Exponential Moving Average) is “faster” from SMA (Simple Moving Average). That way a “MACD” is constructed using … Read more
EMA to SMA MACD – extended – indicator MetaTrader 5
Theory : The idea comes from another trading platform. They called it differently there, but the name here reflects exactly what it is all about. The idea is simple : we are counting on a fact that EMA (Exponential Moving Average) is “faster” from SMA (Simple Moving Average). That way a “MACD” is constructed using … Read more
EMA to SMA MACD – on chart – indicator MetaTrader 5
Theory : This version is made to show exactly what is the true nature of the EMA to SMA MACD. What you are seeing is the pure essence of the MACD and it makes it easy to visualize how exactly a MACD (any MACD) is actually calculated Usage : You can use color changes as … Read more
This ia an rainbow MA indicator based on SMA – indicator MetaTrader 4
This indicator uses various SMA to indicate a possible reversal point. This ia an rainbow MA indicator based on SMA – indicator MetaTrader 4
ATR adaptive SMA – indicator MetaTrader 5
Basics : One of the moving averages that is not often made adaptive is SMA (Simple Moving Average). The reason for that is that it is bound to bars values (unlike, for example EMA – that is used in numerous adaptive averages – that can use fractional periods too) and that makes the calculations a … Read more