Page 379 of 389
Re: Moving Average indicators for MT4
Posted: Thu Mar 27, 2025 12:21 am
by FXMann
FXMann wrote: Mon Nov 18, 2024 11:42 pm
Hi mrtools,
Could you make a version of this indicator for MT5?
avgs cross histo (mtf + alerts + arrows)
Thanks
FXMann
Hi mrtools,
Could you make a version of this indicator for MT5?
Half Trend MTF with alerts
Half Trend MTF with alerts (histo)
Could you also add an on/off button?
Re: Moving Average indicators for MT4
Posted: Thu Mar 27, 2025 12:59 am
by mrtools
FXMann wrote: Thu Mar 27, 2025 12:21 am
Hi mrtools,
Could you make a version of this indicator for MT5?
Half Trend MTF with alerts
Half Trend MTF with alerts (histo)
Could you also add an on/off button?
Found this one, think the claim is it doesn't repaint but don't know for sure.
Re: Moving Average indicators for MT4
Posted: Thu Mar 27, 2025 1:28 am
by FXMann
mrtools wrote: Thu Mar 27, 2025 12:59 am
Found this one, think the claim is it doesn't repaint but don't know for sure.
Doesn't work at all.
Re: Moving Average indicators for MT4
Posted: Thu Mar 27, 2025 2:35 am
by mrtools
FXMann wrote: Thu Mar 27, 2025 1:28 am
Doesn't work at all.
Downloaded the version I posted put it on a chart and get this.
Re: Moving Average indicators for MT4
Posted: Thu Mar 27, 2025 2:52 am
by FXSurf
FXMann wrote: Thu Mar 27, 2025 1:28 am
Doesn't work at all.
Seems ok to me....
Re: Moving Average indicators for MT4
Posted: Sat Mar 29, 2025 4:48 am
by RodrigoRT7
mrtools wrote: Mon Jun 03, 2024 2:20 am
MT4 Moving Averages with MT5 timeframes
This is an averages indicator where you can use the timeframes available on mt5. Indicator besides mtf, has all the prices, you can
filter price, the ma value, or both, and also has a double smooth option.
A histogram version is now available as well, here:
MT4 Moving Averages with MT5 timeframes Histogram.
Timeframes available include:
Code: Select all
enum enTimeFrames
{
tf_cu = 0, // Current time frame
tf_m1 = 1, // 1 minute
tf_m2 = 2, // 2 minutes
tf_m3 = 3, // 3 minutes
tf_m4 = 4, // 4 minutes
tf_m5 = 5, // 5 minutes
tf_m6 = 6, // 6 minutes
tf_m10 = 10, // 10 minutes
tf_m12 = 12, // 12 minutes
tf_m15 = 15, // 15 minutes
tf_m20 = 20, // 20 minutes
tf_m30 = 30, // 30 minutes
tf_h1 = 60, // 1 hour
tf_h2 = 120, // 2 hours
tf_h3 = 180, // 3 hours
tf_h4 = 240, // 4 hours
tf_h6 = 360, // 6 hours
tf_h8 = 480, // 8 hours
tf_h12 = 720, // 12 hours
tf_d1 = 1440, // daily
tf_w1 = 10080, // weekly
tf_mn = 43200 // monthly
};
Good afternoon Mr Tools!! As your AVG kit has expanded over the days, could you please update this indicator including the RMAs?
thanks a lot in advance!!
Re: Moving Average indicators for MT4
Posted: Sat Mar 29, 2025 7:26 am
by mrtools
RodrigoRT7 wrote: Sat Mar 29, 2025 4:48 am
Good afternoon Mr Tools!! As your AVG kit has expanded over the days, could you please update this indicator including the RMAs?
thanks a lot in advance!!
Hello, updated the averages, just for information some of the newer averages are requiring a larger average period to work.
Re: Moving Average indicators for MT4
Posted: Sat Mar 29, 2025 8:00 pm
by Malen9966
kvak wrote: Thu Jan 19, 2023 11:46 am
In case of experimenting, this is subwindow version of XUma...
Hi Mr. Kvak,
Is there any button version for this indicator? or could you help to add button please?
Thanks you,
Malen
Re: Moving Average indicators for MT4
Posted: Mon Mar 31, 2025 6:09 am
by kvak
Malen9966 wrote: Sat Mar 29, 2025 8:00 pm
Hi Mr. Kvak,
Is there any button version for this indicator? or could you help to add button please?
Thanks you,
Malen
Probably yes, but don't find it, posted it one more time here.
Re: Moving Average indicators for MT4
Posted: Mon Mar 31, 2025 8:06 am
by vvFish