New metatrader 4 compatible indicators - page 115

 
secretcode:
Dear Mladen

Would you please make attached indicator compatible with new build

Thanks in advance

secretcode

secretcode

Here you go : ml-trend_direction_amp_force_index_nmc.mq4

 
mladen:
secretcode Here you go : ml-trend_direction_amp_force_index_nmc.mq4

Thank you very much Mladen for nmc version

Best Regards

secretcode

 

explain SupDem v2 setting plz

 
fadyshehata:
explain SupDem v2 setting plz

fadyshehata

What indicator exactly are you referring to?

 
carbonmimetic:
Hi Mladen, need your help to make nmc this indicator:

bump & thx for help

 

can I have your advice please

I'm looking for an indicator that can be used to show est turn times

anchor it to one bar and adjust the spacing ( vertical lines ) between est turn times--- an attempt to show static ,harmonic cycles

I've searched some names but no luck so far

i'm a new member, so please excuse my posting here if the wrong place

thanks

 
calisto77:
can I have your advice please

I'm looking for an indicator that can be used to show est turn times

anchor it to one bar and adjust the spacing ( vertical lines ) between est turn times--- an attempt to show static ,harmonic cycles

I've searched some names but no luck so far

i'm a new member, so please excuse my posting here if the wrong place

thanks

calisto77

Did you check this thread : https://www.mql5.com/en/forum/178842 or any of the Goertzel browser versions?

 

Hello gurus,

Can someone have a look at this fractal indicator, because currently the fractal appear on the current highs or lows, and so moves with the highs or lows. It's so disturbing ...

Can you modify it, to show AFTER the candles appears to qualify the fractals.

So, the fractal show with late.

Thanks !

 
Big Joe:
Hello gurus,

Can someone have a look at this fractal indicator, because currently the fractal appear on the current highs or lows, and so moves with the highs or lows. It's so disturbing ...

Can you modify it, to show AFTER the candles appears to qualify the fractals.

So, the fractal show with late.

Thanks !

Joe

Change this line :

for(i=limit; i>=0; i--)

to this

for(i=limit; i>0; i--)

and it will do as you need it

 
mladen:
Joe

Change this line :

for(i=limit; i>=0; i--)

to this

for(i=limit; i>0; i--)

and it will do as you need it

Thank you, master

Thank you

Reason: