Page 359 of 389
Re: Moving Average indicators for MT4
Posted: Tue Jul 02, 2024 6:22 am
by dmnik
Need source code!
Does anyone have the source code for this UOPMovingAverage indicator?
Or tell me its original name who has met it!
Re: Moving Average indicators for MT4
Posted: Sat Jul 06, 2024 1:08 am
by blissforex
kvak wrote: Wed Jun 26, 2024 4:50 am
Hello.
This indicator working, maybe try read
THIS if it is not this bug....
Thanks for the reply sir. .
Sir I am not seeing anything. . . on the chart.., the window looks completely blank.
i sent screenshot plss check AND also attach file
It is may possible that the file you have is different from the one I have.
THANK U SIR FOR CO-OPERATION
Re: Moving Average indicators for MT4
Posted: Sat Jul 06, 2024 2:40 am
by mrtools
blissforex wrote: Sat Jul 06, 2024 1:08 am
Thanks for the reply sir. .
Sir I am not seeing anything. . . on the chart.., the window looks completely blank.
i sent screenshot plss check AND also attach file
It is may possible that the file you have is different from the one I have.
THANK U SIR FOR CO-OPERATION
Make sure to allow dll imports and install this dll file(attached) in both your libraries folder.
Re: Moving Average indicators for MT4
Posted: Sat Jul 06, 2024 3:07 am
by blissforex
mrtools wrote: Sat Jul 06, 2024 2:40 am
Make sure to allow dll imports and install this dll file(attached) in both your libraries folder.
Sir.. Thank you once again
Sir, I think the file I have is different from your indicator file, that is why it is not visible, if I am not wrong then this might be the reason.
I have sent the screenshots, please have a look.
Re: Moving Average indicators for MT4
Posted: Sat Jul 06, 2024 3:15 am
by mrtools
blissforex wrote: Sat Jul 06, 2024 3:07 am
Sir.. Thank you once again
Sir, I think the file I have is different from your indicator file, that is why it is not visible, if I am not wrong then this might be the reason.
I have sent the screenshots, please have a look.
In an open chart go to file/open data folder/mql4/library. Install the dll file also install it in your regular mql4 folder, then restart your terminal.
Re: Moving Average indicators for MT4
Posted: Sat Jul 06, 2024 3:46 am
by blissforex
mrtools wrote: Sat Jul 06, 2024 3:15 am
In an open chart go to file/open data folder/mql4/library. Install the dll file also install it in your regular mql4 folder, then restart your terminal.
OHHH THANK U SIR . . .
JUST NOW I M RESTART THE TERMINAL..., NOW IT START

NEW INDI.. (mrtools)
Posted: Sat Jul 06, 2024 4:39 am
by blissforex
hello sir mrtools. .
Sir this new indicator is repaintable.., can it be made non-repaintable from your side ??
(EATA INDICATOR) PLS LOOK AT ONCE - ITS REPAINT BADLY Can this be fixed?
THANK YOU SIR
Re: NEW INDI.. (mrtools)
Posted: Sat Jul 06, 2024 5:41 am
by mrtools
blissforex wrote: Sat Jul 06, 2024 4:39 am
hello sir mrtools. .
Sir this new indicator is repaintable.., can it be made non-repaintable from your side ??
(EATA INDICATOR) PLS LOOK AT ONCE - ITS REPAINT BADLY Can this be fixed?
THANK YOU SIR
Try
here
Re: Moving Average indicators for MT4
Posted: Wed Jul 10, 2024 7:42 am
by kvak
Regularized Moving Averages Channel
Moving average indicator with regularized ma.
6-th types.
Re: Moving Average indicators for MT4
Posted: Wed Jul 10, 2024 1:18 pm
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
};
Hello Mr Tools, once again thank you very much for the various indicators.
Could you include RMA + Lambda in ATF AVGs? It can be on the chart or on Histo, whichever is simpler.
thank you so much again