Page 1943 of 2170

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 04, 2023 6:52 pm
by ebson05
Where can I get the bottom indicators please?

Re: MT4 Indicator requests and ideas

Posted: Wed Oct 04, 2023 6:59 pm
by mohsen1208
Hi mr. tools
can you please add these options to this indicator?

1- zero cross signal and color change on zero cross
2- alert option on signal
3- visible arrow on chart for signals

thank you so much <3

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 05, 2023 2:04 am
by naluvs01
Hi Mr Tools and Coders respectively,

This indicator use to work as of last week and for some unknown reason, it doesn't anymore. It measures each currency against itself as the day, week, etc progresses. If you could fix it, that would be great. Thank you for your consideration!!!!

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 05, 2023 5:06 am
by mrtools
traderokey wrote: Wed Oct 04, 2023 11:14 am Hi Mrtools,

Could you also please add on/off button to this Synthetic RSI indicator?

Thanks







!!Synthetic averages smoothed RSI.ex4
Posted a version here

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 05, 2023 5:16 am
by traderokey
mrtools wrote: Thu Oct 05, 2023 5:06 am Posted a version here

Thanks Mrtools

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 05, 2023 6:54 am
by mrtools
mohsen1208 wrote: Wed Oct 04, 2023 6:59 pm Hi mr. tools
can you please add these options to this indicator?

1- zero cross signal and color change on zero cross
2- alert option on signal
3- visible arrow on chart for signals

thank you so much <3
Looking at the code looks like it repaints.

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 05, 2023 7:00 am
by mrtools
naluvs01 wrote: Thu Oct 05, 2023 2:04 am Hi Mr Tools and Coders respectively,

This indicator use to work as of last week and for some unknown reason, it doesn't anymore. It measures each currency against itself as the day, week, etc progresses. If you could fix it, that would be great. Thank you for your consideration!!!!
Seems to be working for me.

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 05, 2023 8:53 am
by mohsen1208
mrtools wrote: Thu Oct 05, 2023 6:54 am Looking at the code looks like it repaints.
i checked this on forward-test and back-test and with repaint checker tools on this forum, it doesn't repaint.

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 05, 2023 10:48 am
by mrtools
mohsen1208 wrote: Thu Oct 05, 2023 8:53 am i checked this on forward-test and back-test and with repaint checker tools on this forum, it doesn't repaint.
Image

Image
Sorry but there is no way this doesn't repaint

Code: Select all

oc = (close[i-1]-open[i-1]);  
      oc_2 = GetClsOpn(oc);
      ss = c1*(oc_1+oc_2)/2.+c2*ExtFMBuffer[i-1]+c3*ExtFMBuffer[i-2]; 
Anyway tried adding coloring to it and not working. Going to try and do a non-repainting version for us here.

Re: MT4 Indicator requests and ideas

Posted: Thu Oct 05, 2023 4:21 pm
by naluvs01
mrtools wrote: Thu Oct 05, 2023 7:00 am Seems to be working for me.
Image
I figured it out. I deleted a lot of indicators that I was no longer using and it appeared. Before, MT4 would just hang showing a spinning ball and state program not responding. Anyways, thanks for your time!!!!

P.S. Also, is there a way to may this indicator load faster without compromising the efficacy?