Re: Various Indicators - (MT5)

464
kvak wrote: Sat Jun 27, 2026 8:03 am Conversion of this MT4 indicator
See this posts for informations about this indicator.
It is first testing version, I still haven't resolved some things from the MT4 version.
Hi Kvak, this is exactly the result I’d managed to achieve. The problem is that I haven’t been able to fix the issue with the repeated arrows and other objects, which are actually the very essence of the indicator’s concept. The key feature of this indicator is precisely its readability in MT4.
Thank you for this first version! Please see if, drawing on your experience, you can resolve this readability issue. Thank you again for your efforts!
These users thanked the author lukgoku for the post:
kvak
The best things in life are free!

Re: Various Indicators - (MT5)

465
lukgoku wrote: Sat Jun 27, 2026 3:45 pm Hi Kvak, this is exactly the result I’d managed to achieve. The problem is that I haven’t been able to fix the issue with the repeated arrows and other objects, which are actually the very essence of the indicator’s concept. The key feature of this indicator is precisely its readability in MT4.
Thank you for this first version! Please see if, drawing on your experience, you can resolve this readability issue. Thank you again for your efforts!
It is look that it is now like MT4 version... test it...
For details in code, I dont use inbuild MT5 function iMA, iADX, IRSI, iFORCE...etc...but I am made it as standalone function inside this indicator.
These users thanked the author kvak for the post (total 3):
lukgoku, Jimmy, Krunal Gajjar
"fear moves faster than greed"

Re: Various Indicators - (MT5)

467
kvak wrote: Sun Jun 28, 2026 5:15 am It is look that it is now like MT4 version... test it...
For details in code, I dont use inbuild MT5 function iMA, iADX, IRSI, iFORCE...etc...but I am made it as standalone function inside this indicator.
Thanks, Kvak, I knew you’d manage it, and thanks for the tip about the code. I’ll be very keen to test it out – thanks again!
These users thanked the author lukgoku for the post:
kvak
The best things in life are free!

Re: Various Indicators - (MT5)

468
Banzai wrote: Sun Apr 14, 2024 12:06 pm Gap Momentum

I'm not sure if this was posted.
This indicator was in the January 2024 TASC magazine
i tried this and it didn't work, it missed the move several times, i think there may need to be some averages or cutting out of the calculations
paste this
gap = open[i + j] - close[i + j - 1];
on line 104
on settings 10 10 you will see the difference
but that only fixes part of it now the latest bars arent there

seems more like a high volume area finder than a entry filter to me
“The Money Is Coming”