Combined MA Signal MetaTrader 4 Forex Indicator
DOWNLOAD INDICATOR

Combined MA Signal MetaTrader 4 Forex Indicator

For the higher chart timeframes: H4, D1, W1 using Slow = false (0), and for smaller chart timeframes: H1, M30, M15, M5 set Slow = true (1). Arrows appear.

If Signal = 3 (the best is 8), it calculates the Moving Average as 1×2 + 2×2 + 3×2 (minus) 1×3 – 2×3 – 3×3, less than separate.

     while(count>0)       {        dif=iMA(NULL,0,(count*2),0,3,0,i)-            iMA(NULL,0,(count*3),0,3,4,i)+            iMA(NULL,0,(count*2),0,3,4,i)-            iMA(NULL,0,(count*3),0,3,1,i);        if(count>=Signal/2)ExtGreenBuffer[i]+=dif;        if(dif!=0.0)dif/=(count+1)/2;        if(count+1<=Signal)ExtSilverBuffer[i]+=dif;        count–;

Combined MA Signal MetaTrader 4 Forex Indicator

This can be used as Buffer 2 [Method 2] (if> 0.0) = Buy, Buffer 3 [Method 3] (if <0.0) = Sell.

Entry: Combination of D1 with H4 with H1 is good and can be a signal, if all of them received the same signal, it must not be on the same bar.

Exit : If H1 or H4 changes – it is a signal to close the position.

Combined MA Signal MetaTrader 4 Forex Indicator

The optimization parameters for the indicator can be used during the optimization of this indicator. Do not set more than a day, otherwise it would freeze for a long time when set to 5-10-15 or more minutes. Read in the file.

Combined MA Signal MetaTrader 4 Forex Indicator

Combined MA Signal MT4 Indicator – Download Instructions

In order to transform accumulated history data, you need to install a MetaTrader 4

Combined MA Signal – it is a MetaTrader 4 indicator that allows you to detect several changes and dynamics in price that many traders can’t estimate or see without an indicator, which highlights its essence and usage.

Accordingly, traders can draw conclusions and make estimates about how the prices will change based on the information they have and then they can modify their strategy for better trading.

How To Install Combined MA Signal MT4 indicator for MetaTrader 4.mq4?

Download indicator for MetaTrader 4.mq4
Copy Combined MA Signal MT4 to Directory / experts / indicators /
Start or restart your Metatrader 4 Client
Select Chart and Timeframe where you want to test your mt4 indicator
Search “Custom Indicators” in your Navigator mostly left in your Metatrader 4 Client
Right click on Combined MA Signal MT4 for MetaTrader 4.mq4
Attach to a chart
Modify settings or press ok
Indicator for MetaTrader 4.mq4 is available on your Chart

How to remove Combined MA Signal MT4 Indicator for MetaTrader 4.mq4 from your Metatrader 4 Chart?

Select the Chart where is the Indicator running in your Metatrader 4 Client
Right click into the Chart
“Indicators list”
Select the Indicator and delete

Related Indicator: ind Profitunity Bars MetaTrader 4 Forex Indicator

Questions about this indicator? Ask our community

Download Combined MA Signal MetaTrader 4  Indicator

DOWNLOAD INDICATOR