Re: Making Vertex Indicator non-repaint

105
ionone wrote: Sat Jul 11, 2026 12:00 am I just made this Vertex indicator non repaint

I think it's one of the closest vertex that I've ever seen !
They said it couldn't be done.

Picture this.

A dimly lit cave...

Five old MT4 coders in robes gathered around a CRT monitor running Windows XP.

These users thanked the author Jimmy for the post (total 3):
Eis, Ogee, andrei-1
List of our most powerful reversal indicators | Guide to the "All Averages" Filters (ADXvma, Laguerre etc.)
Using Fibonacci "numbers" for indicator settings 💡
How to draw Fibonacci Extensions easily | The best way to draw Support & Resistance

Re: Making Vertex Indicator non-repaint

106
ionone wrote: Sat Jul 11, 2026 12:00 am I just made this Vertex indicator non repaint

I think it's one of the closest vertex that I've ever seen !
The MTF iCustom calls use the wrong input order, omit NBars, and pass returnBars into bars, shifting all parameters and producing invalid output.
It is not truly NRP because it reads the forming HTF candle (y=0) and repaints closed LTF bars; also set buffers as series and add history/warm-up bounds.

Tell me if you want me to fix it.

Cheers.
These users thanked the author Cagliostro for the post:
kudrpenk
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro

Re: Making Vertex Indicator non-repaint

107
Cagliostro wrote: Sat Jul 11, 2026 8:21 pm The MTF iCustom calls use the wrong input order, omit NBars, and pass returnBars into bars, shifting all parameters and producing invalid output.
It is not truly NRP because it reads the forming HTF candle (y=0) and repaints closed LTF bars; also set buffers as series and add history/warm-up bounds.

Tell me if you want me to fix it.

Cheers.
Yes please. MTF is not my forté
I didn't change the code with MTF in mind
These users thanked the author ionone for the post:
kudrpenk
Scalping the Century TimeFrame since 1999

Re: Making Vertex Indicator non-repaint

110
ionone wrote: Sat Jul 11, 2026 11:22 pm Yes please. MTF is not my forté
I didn't change the code with MTF in mind
Here you go, added optional MTF interpolation too.
It should be ok now, please check.
These users thanked the author Cagliostro for the post (total 13):
ujtrader, rudiarius, Pucmola, Jimmy, boytoy, TransparentTrader, Krunal Gajjar, kudrpenk, ionone, global, emanuelmb10, saugio15, specialkey
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro