Re: MT4 Indicator requests and ideas

19427
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.
These users thanked the author mrtools for the post (total 2):
naluvs01, simon_n3z

Re: MT4 Indicator requests and ideas

19429
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.
These users thanked the author mrtools for the post:
mohsen1208

Re: MT4 Indicator requests and ideas

19430
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?
Probability is Key!