Page 232 of 389

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 2:12 am
by Deez
mrtools wrote: Sun Jul 10, 2022 1:46 am Fixed the shift function, now instead of using close <> ma you have a choice of price.
Thankx again MrTools..new toy to test on Monday - 2 x ma (7,21) on 1HR timeframe seems to show nice trend :thumbup:

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 2:35 am
by Deez
;)

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 7:10 am
by talaate
Dear mrtools
Is it possible to add the indicators line colores and line width to the input setting, and if possible to add alerts when all indicator lines have the same color and price closes either above or below all lines (which have the same color)
Thanks

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 2:05 pm
by ChuChu Rocket
Deez wrote: Sun Jul 10, 2022 2:12 am Thankx again MrTools..new toy to test on Monday - 2 x ma (7,21) on 1HR timeframe seems to show nice trend :thumbup:
Image
Nice one Deez. Looks good you can easily see the intermediate trend on that 1M chart now 🙂

Re: Moving Average indicators for MT4

Posted: Sun Jul 10, 2022 5:59 pm
by maroka
mrtools wrote: Sat Jul 09, 2022 7:52 am Added limited bars the only way I know, but with all the lines of code not sure how much it helped.
Image
Could you please add MTF and push alerts?

Re: Moving Average indicators for MT4

Posted: Mon Jul 11, 2022 5:11 am
by schenkthetank42
Hello,
I'm looking for a very simple indicator that will allow me to place any type of MA I want from any TF onto a chart, with the ability to choose the color of each MA.

I have 4 MAs that I love using. I use them on every timeframe, but I don't like going back and forth between every timeframe. I would much rather stay on the M1 or M5 and see all 4 MAs from each and every timeframe on the chart. If I switch to another timeframe I can still see all of them (though it would be harder to see an M1 MA on an H4 chart, that's still fine.

I use these MAs for entries and exits and other things as well. Being able to place them all in one box sounds better to me. I would like to test it before using it.

Please let me know if such a thing exists. If not, do you think you can build one?

Thanks!

Re: Moving Average indicators for MT4

Posted: Mon Jul 11, 2022 5:21 am
by thomdel
schenkthetank42 wrote: Mon Jul 11, 2022 5:11 am Hello,
I'm looking for a very simple indicator that will allow me to place any type of MA I want from any TF onto a chart, with the ability to choose the color of each MA.

I have 4 MAs that I love using. I use them on every timeframe, but I don't like going back and forth between every timeframe. I would much rather stay on the M1 or M5 and see all 4 MAs from each and every timeframe on the chart. If I switch to another timeframe I can still see all of them (though it would be harder to see an M1 MA on an H4 chart, that's still fine.

I use these MAs for entries and exits and other things as well. Being able to place them all in one box sounds better to me. I would like to test it before using it.

Please let me know if such a thing exists. If not, do you think you can build one?

Thanks!


Hi,

These are the averages Indi with mtf, arrows, alerts.

Thanks.

Re: Moving Average indicators for MT4

Posted: Mon Jul 11, 2022 6:11 am
by mrtools
maroka wrote: Sun Jul 10, 2022 5:59 pm Could you please add MTF and push alerts?
Added mtf and the ability to change the color and line width with external parameters, not sure about arrows and alerts because running out of room in the iCustom call for mtf (only allowed 63 characters) and am right at 60 now.

Re: Moving Average indicators for MT4

Posted: Mon Jul 11, 2022 6:26 am
by maroka
mrtools wrote: Mon Jul 11, 2022 6:11 am Added mtf and the ability to change the color and line width with external parameters, not sure about arrows and alerts because running out of room in the iCustom call for mtf (only allowed 63 characters) and am right at 60 now.
Image
If you undo the MTF, will you be able to add alerts?

Re: Moving Average indicators for MT4

Posted: Mon Jul 11, 2022 6:29 am
by schenkthetank42
thomdel wrote: Mon Jul 11, 2022 5:21 am Hi,

These are the averages Indi with mtf, arrows, alerts.

Thanks.
Hello,
These are really neat, but not exactly what I am looking for. I am looking for the ability to just place an H4 200EMA and H4 6SMMA and M5 20SMA, and so many more onto an M1 chart.

The settings for these make it hard to ensure that you can properly have proper color codes per TF. However, I do like how I can toggle the MTF MAs to turn on and off. This would be seriously helpful.


Thanks!