Re: Jurik Smoothed Indicators for MT4

561
ionone wrote: Sun Apr 28, 2024 8:43 pm in the meantime I added a "repaint" value
mrtools wrote: Mon Apr 29, 2024 4:52 am RSX with TMA
Try!
Thanks to Jeff & Mrtools this is a good open source code which includes a some neat features that novice coders can use as a guide for their own projects:
  • Repainting vs Non-repainting eg:
    • Repainting (note the minus index in the code)
      if (TmaApplyTo==0)
      sum += k*rsx[i-j];
      else sum += k*signal[i-j];
      sumw += k;
    • Non-repainting (default)
      if (TmaApplyTo==0)
      sum += k*rsx[i+j];
      else sum += k*signal[i+j];
      sumw += k;
  • Hidden & Classic Divergences
  • Alert code
  • Multi-timeframe code
  • Interpolation (remove jagged steps) for MTF
Nice one 👍
These users thanked the author Jimmy for the post (total 2):
kvak, boytoy
Guide to the "All Averages" Filters (ADXvma, Laguerre etc.) 🆕
Use Fibonacci numbers for indicator settings + How to draw Fibonacci Extensions
An easy trick for drawing Support & Resistance


Re: Jurik Smoothed Indicators for MT4

563
Mickey Abi wrote: Thu May 02, 2024 2:56 am I tested this Indi.. and it seems to hangs the platform when one switches on the MTF .. Also can it get an alert for the divergence..

Thanks
Posted the fixed mtf version at the original post. If you want the divergence alerts can post a version but it will have to be ex4.
These users thanked the author mrtools for the post (total 6):
Jimmy, RodrigoRT7, talaate, Mickey Abi, moey_dw, boytoy




Who is online

Users browsing this forum: Ahrefs [Bot], alextschem, Amazon [Bot], Bing [Bot], DotNetDotCom [Bot], Grapeshot [Bot], IBM oBot [Bot], Jimmy, MayaxatL, muhammadFarooq2k20, Proximic [Bot], Telegram [Bot], YeungKwan and 146 guests