Page 355 of 429

Re: MT4 Indicators with alerts/signals

Posted: Wed Apr 21, 2021 7:00 am
by Riddick
Hi Coders!

I have an indicator that's supposed to be non-repainting which is true to a point, the latest signal provided can re-paint/re-calculate when the chart gets refreshed or when the chart is refreshed a new signal will appear as shown in the example;

Please can you check the coding to see if there's an error as to why this is happening and if you can correct the coding to make sure the latest signal appears and stays on the chart and it alerts the trader?

thank you for your time

Re: MT4 Indicators with alerts/signals

Posted: Thu Apr 22, 2021 10:17 am
by mrtools
Riddick wrote: Wed Apr 21, 2021 7:00 am Hi Coders!

I have an indicator that's supposed to be non-repainting which is true to a point, the latest signal provided can re-paint/re-calculate when the chart gets refreshed or when the chart is refreshed a new signal will appear as shown in the example;

Please can you check the coding to see if there's an error as to why this is happening and if you can correct the coding to make sure the latest signal appears and stays on the chart and it alerts the trader?

thank you for your time

super-arrow-indicator.mq4
Would need the original source code the version posted is decompiled.

Re: MT4 Indicators with alerts/signals

Posted: Thu Apr 22, 2021 7:22 pm
by Josan70
mrtools wrote: Thu Apr 22, 2021 10:34 am Please try these out, can't verify they are working at the time.
Hello Mrtools. Thank you very much for taking the trouble. If you could review it at another time, please
The lower band does not appear even if the numbers are changed, and the arrows or circles of the alarms do not appear
when the candle touches the top or bottom.

Re: MT4 Indicators with alerts/signals

Posted: Sat Apr 24, 2021 12:51 am
by Alphonse91
太虚一毫 wrote: Thu Mar 18, 2021 5:52 pm Two years ago, are you still using this indicator? How's the effect?
Hey, sorry to reply this late, the indi is a flop, as good as a repainting indi, not worth it.

Re: MT4 Indicators with alerts/signals

Posted: Sun Apr 25, 2021 2:49 pm
by BeatlemaniaSA
Hi Mrtools,

As I am no coder I would greatly appreciate it if you could add "push notifications" to the following indicator:
I would love for the community to test it and give their feedback. I've tested it and in my opinion it is a great indicator on the higher time frames. However, on the lower time frames i.e. 1min, 5min and 15min it repaints. Despite this I am still prepared to use it for trading ONLY on the higher time frames.

Thanks :-D

Re: MT4 Indicators with alerts/signals

Posted: Sun Apr 25, 2021 4:50 pm
by ionone
BeatlemaniaSA wrote: Sun Apr 25, 2021 2:49 pm Hi Mrtools,

As I am no coder I would greatly appreciate it if you could add "push notifications" to the following indicator:

forex-reversal-indicator.ex4
forex-reversal-indicator.mq4

I would love for the community to test it and give their feedback. I've tested it and in my opinion it is a great indicator on the higher time frames. However, on the lower time frames i.e. 1min, 5min and 15min it repaints. Despite this I am still prepared to use it for trading ONLY on the higher time frames.

Thanks :-D
it's decompiled code. nobody will touch that

Re: MT4 Indicators with alerts/signals

Posted: Sun Apr 25, 2021 6:49 pm
by thomdel
@mrtools

Respected Sir, Please see this request.

Please Try to Add these Params : Line Width, Arrows ( Arrow Code, Arrow Size, Arrow Colour, Arrow Gap ), Colour Candles ( Candle Body Width, Wick Width, Candle Colour )



Thanks for your Generosity. Thanks

Re: MT4 Indicators with alerts/signals

Posted: Mon Apr 26, 2021 12:25 am
by BeatlemaniaSA
ionone wrote: Sun Apr 25, 2021 4:50 pm it's decompiled code. nobody will touch that
Apologies. I'm not a coder so was not aware it's decompiled code.

Re: MT4 Indicators with alerts/signals

Posted: Mon Apr 26, 2021 12:57 am
by Jimmy
BeatlemaniaSA wrote: Mon Apr 26, 2021 12:25 am Apologies. I'm not a coder so was not aware it's decompiled code.
Please have a read of this guide on how to spot a decompiled code :)

Re: MT4 Indicators with alerts/signals

Posted: Mon Apr 26, 2021 9:01 pm
by branco
Halo all, @mrtools ...
Please help me to fix this arrow indicator.
problem: This arrow not disappear at candle closed if not meet criteria.
I must refresh the indicator to make sure the arrow.
after refresh it, if not meet criteria the arrow will dissapear.

I need it:
-Arrow, alert at current . auto dissapear if not meet criteria.
i hope there is setting that i can choose: allert at current, alert candle closed.
-Arrow gap setting.

Many thanks