Page 377 of 389

Re: Moving Average indicators for MT4

Posted: Mon Mar 03, 2025 7:44 am
by YeungKwan
mrtools wrote: Mon Mar 03, 2025 6:20 am Added a signal line, also modernized the code a bit.

I love it! Thanks again!

Re: Moving Average indicators for MT4

Posted: Mon Mar 03, 2025 7:44 am
by YeungKwan
mrtools wrote: Mon Mar 03, 2025 6:20 am Added a signal line, also modernized the code a bit.
Thank you for your help

Re: Moving Average indicators for MT4

Posted: Mon Mar 03, 2025 8:35 pm
by boytoy
YeungKwan wrote: Mon Mar 03, 2025 7:44 am I love it! Thanks again!
mrtools wrote: Mon Mar 03, 2025 6:20 am Moving Average Distance indicator with Signal Line
Good indicator the signal line makes a big difference

Re: Moving Average indicators for MT4

Posted: Tue Mar 04, 2025 12:02 am
by Dremorah
mrtools wrote: Mon Jul 20, 2020 5:31 pm Yep found a bug in the step calculation, and added the custom time frames and the different interpolation types.
Dear Mr. Tools,
I have a bit of an issue with the indicator step nema (mtf + alerts + arrows) which i like very much, regarding resources consumption, when a higher time frame is used .
The power usage increases so much that it slows my pc (which is old, i admit that).
If i close the MT4 platform and try to open it again, it freezes, while i have an active template that uses step nema with higher time frame calculation.
On current time frame i have no problems.
Could you please investigate the code and see if something can be improved about pc resource consumption ?
Other indicators that allow to use a higher time frame don't generate this problem.

Thank you very much.



Image

Re: Moving Average indicators for MT4

Posted: Tue Mar 04, 2025 5:21 am
by mrtools
Dremorah wrote: Tue Mar 04, 2025 12:02 am Dear Mr. Tools,
I have a bit of an issue with the indicator step nema (mtf + alerts + arrows) which i like very much, regarding resources consumption, when a higher time frame is used .
The power usage increases so much that it slows my pc (which is old, i admit that).
If i close the MT4 platform and try to open it again, it freezes, while i have an active template that uses step nema with higher time frame calculation.
On current time frame i have no problems.
Could you please investigate the code and see if something can be improved about pc resource consumption ?
Other indicators that allow to use a higher time frame don't generate this problem.

Thank you very much.



Image
Thanks for testing, could you try this version when you get a chance please.

Re: Moving Average indicators for MT4

Posted: Wed Mar 05, 2025 12:29 am
by Dremorah
mrtools wrote: Tue Mar 04, 2025 5:21 am Thanks for testing, could you try this version when you get a chance please.
Thank you very much for the fast response.

I tested the new version of the indicator and no more problems regarding the resources consumption.

Still i have to mention something: the new indicator behaves different on charts.

Old indicator
Image



New indicator

Image

I like more the new indicator behaviour because it looks more precise.

I tested it on Gold 1 minute and i didn't see any repainting. (i was affraid of repainting because it seemed too good ).

Thank you again for this nice indicator !

Re: Moving Average indicators for MT4

Posted: Sun Mar 16, 2025 8:20 am
by kvak
Moving Average with Trend Filtering using a higher timeframe

Here is my experiment.
This indicator plots two moving averages in current timeframe and choosable timeframe.
Then trend is filtered with higher timeframe.
Indicator have average pack, alerts and arrows.

EDIT: I found bug in my code, I am forget update prices function and some averages have problems with it. Redownload new fixed version.

Re: Moving Average indicators for MT4

Posted: Sun Mar 16, 2025 10:02 am
by kvak
kvak wrote: Sun Mar 16, 2025 8:20 am Here is my experiment.
This indicator plots two moving averages in current timeframe and choosable timeframe.
Then trend is filtered with higher timeframe.
Indicator have average pack, alerts and arrows.

EDIT: I found bug in my code, I am forget update prices function and some averages have problems with it. Redownload new fixed version.
I found bug in my code, I am forget update prices function and some averages have problems with it. Redownload new fixed version from post above.

Re: Moving Average indicators for MT4

Posted: Sun Mar 16, 2025 6:47 pm
by Jimmy
kvak wrote: Sun Mar 16, 2025 8:20 am Here is my experiment.
This indicator plots two moving averages in current timeframe and choosable timeframe.
Then trend is filtered with higher timeframe.
Indicator have average pack, alerts and arrows.
Perfect Moving Average combination for filtering entries where traders using a top-down (higher timeframe analysis) approach.

As this uses higher timeframe for filtering signals, traders must note there will be a slight delay in signals as it relies on the higher timeframe's Moving Average position to be decided.

I really like this new indicator and idea to combine these elements into one chart screen👍

Re: Moving Average indicators for MT4

Posted: Sun Mar 16, 2025 6:56 pm
by boytoy
kvak wrote: Sun Mar 16, 2025 8:20 am Moving Average with Trend Filtering using a higher timeframe

Here is my experiment.
This indicator plots two moving averages in current timeframe and choosable timeframe.
Then trend is filtered with higher timeframe.
Indicator have average pack, alerts and arrows.

EDIT: I found bug in my code, I am forget update prices function and some averages have problems with it. Redownload new fixed version.
For many this is the only indicator you will need for trading into the big trend's direction what a fantastic idea 👏