Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

CA - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources

author EAcpu | 3 reads | 0 comments |

CA - indicator for MetaTrader 5

CA (modified average) indicator, also known as the best moving average. The benefit of this indicator is that the current value of the time series must exceed the current threshold, which depends on the volatility of the price followed by the indicator line, thus avoiding false signals in the trend.

The indicator has three configurable parameters:

 CA = PrevCA + k * (MA-PrevCA)

Where:

 MA - MA (applicable price, period, method)

If diff2 > Dev:

 k=1-Dev/diff2

otherwise:

 k = 0
 Deviation = Standard Deviation * Standard Deviation StdDev - Standard Deviation (Apply Price, Period)
Difference 2=Difference*Difference,
diff=PrevCA-MA 

CA - indicator for MetaTrader 5


Attachment download

📎 ca.mq5 (8.89 KB)

Source: MQL5 #21160

Verification code Refresh