Re: MT4 Indicator requests and ideas
19422Hi 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
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

Re: MT4 Indicator requests and ideas
19423Hi 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!!!!
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!!!!
Probability is Key!
Re: MT4 Indicator requests and ideas
19424Posted a version heretraderokey 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
- These users thanked the author mrtools for the post (total 2):
- traderokey, RodrigoRT7
Re: MT4 Indicator requests and ideas
19426Looking at the code looks like it repaints.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![]()
- These users thanked the author mrtools for the post:
- mohsen1208
Re: MT4 Indicator requests and ideas
19427Seems to be working for me.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!!!!
Re: MT4 Indicator requests and ideas
19428i 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
19429Sorry but there is no way this doesn't repaintmohsen1208 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.
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];
- These users thanked the author mrtools for the post:
- mohsen1208
Re: MT4 Indicator requests and ideas
19430I 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?
Probability is Key!