MACD Multi-Timeframe

Discuss MACD Multi-Timeframe (an MTF panel indicator with alerts to work with multiple timeframes) for MT4 in this thread. You can ask any questions about this indicator here.
Excellent. I currently have most timeframes open, since my strategy is to use the M15 and M30 MACD histograms to detect an incline or a decline moving together, in a step-wise fashion. This is especially critical in a reversal from the opposite direction maybe three candles prior. Once this detection is made, I check the M1 and the M5 for a move in the direction of M15 and the M30, identifying this as a pull back. Once M1 and M5 histograms tuen and line up with M15 and M30 direction, I have a possible entry in line with the direction of M15 and M30. (using mt4)

Is it possible to program (a) to detect when M15 MACD histogram reverses on a current candle from say a 3 candle ascension or descension prior, and (b) tp detect the current direction status only of the M30, whether in sync with the current direction of M15; and (c) when (a) & (b) are established at the current candle, if it's then possible to detect the current Stochastic status of M1 at the same time, both its direction and whether it is below or above the lower 20 percentile, or below of above the 80 percentile. This is enough information to notify me that a setup is in play, especially if an alert is programmed to sound out if (a), (b) and (c) are coinciding, at the current candle..

thanks for your time and expertise.

Gilles
 
Excellent. I currently have most timeframes open, since my strategy is to use the M15 and M30 MACD histograms to detect an incline or a decline moving together, in a step-wise fashion. This is especially critical in a reversal from the opposite direction maybe three candles prior. Once this detection is made, I check the M1 and the M5 for a move in the direction of M15 and the M30, identifying this as a pull back. Once M1 and M5 histograms tuen and line up with M15 and M30 direction, I have a possible entry in line with the direction of M15 and M30. (using mt4)

Is it possible to program (a) to detect when M15 MACD histogram reverses on a current candle from say a 3 candle ascension or descension prior, and (b) tp detect the current direction status only of the M30, whether in sync with the current direction of M15; and (c) when (a) & (b) are established at the current candle, if it's then possible to detect the current Stochastic status of M1 at the same time, both its direction and whether it is below or above the lower 20 percentile, or below of above the 80 percentile. This is enough information to notify me that a setup is in play, especially if an alert is programmed to sound out if (a), (b) and (c) are coinciding, at the current candle..

thanks for your time and expertise.

Gilles
No, this indicator cannot do any of that.
 
Discuss MACD Multi-Timeframe (an MTF panel indicator with alerts to work with multiple timeframes) for MT4 in this thread. You can ask any questions about this indicator here.
Works great. I only need an alert, on the chart it is attached to (5min) and by way of audio alarm, when 1,5,15 and 30 TM MACDs align in one direction or the other. I suspect that's possible. Currently the alerts you set up in the latest version don't supply that. Although, I could be mistaken.

A fine piece of work indeed.

I use multiple SC MTF MACD for 1,5,15 and 30 MACD lines on the 5 MIN chart.

1763840062069.png

Gilles
 
Works great. I only need an alert, on the chart it is attached to (5min) and by way of audio alarm, when 1,5,15 and 30 TM MACDs align in one direction or the other. I suspect that's possible. Currently the alerts you set up in the latest version don't supply that. Although, I could be mistaken.

A fine piece of work indeed.

I use multiple SC MTF MACD for 1,5,15 and 30 MACD lines on the 5 MIN chart.

View attachment 35081

Gilles
If you enable only those timeframes that you need and turn on notifications, it should do exactly that. Please let me know if it isn't working for some reason.
 
If you enable only those timeframes that you need and turn on notifications, it should do exactly that. Please let me know if it isn't working for some reason.
Alerts only come when timframes align on one side of the 0.0 level or the other, but not when they align when MACD is higher or lower than previous candle. It's this latter alignment that is of interest to me, although it's nice to know when 0.0 changes are taking place.

Gilles
 
Alerts only come when timframes align on one side of the 0.0 level or the other, but not when they align when MACD is higher or lower than previous candle. It's this latter alignment that is of interest to me, although it's nice to know when 0.0 changes are taking place.

Gilles
& I would like to modify the notifications, if possible, so that the 0.0 level alerts can be muted, to isolate the the higher or lower than previous candle alert. The reason is that if I have too many alerts, it defeats the purpose of having an alert to signal my setup.
 
Alerts only come when timframes align on one side of the 0.0 level or the other, but not when they align when MACD is higher or lower than previous candle. It's this latter alignment that is of interest to me, although it's nice to know when 0.0 changes are taking place.

Gilles
& I would like to modify the notifications, if possible, so that the 0.0 level alerts can be muted, to isolate the the higher or lower than previous candle alert. The reason is that if I have too many alerts, it defeats the purpose of having an alert to signal my setup.
I see... I will consider this for the next version of this indicator. You could probably try to make those changes yourself if you know some MQL4 coding or with the help of an AI.
 
I see... I will consider this for the next version of this indicator. You could probably try to make those changes yourself if you know some MQL4 coding or with the help of an AI.
I have considered that. Likely simply inserting code to the notifications I suspect. Will take a look and inform you of any success in that department.