New metatrader 4 compatible indicators - page 115
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dear Mladen
Would you please make attached indicator compatible with new build
Thanks in advance
secretcodesecretcode
Here you go : ml-trend_direction_amp_force_index_nmc.mq4
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
explain SupDem v2 setting plz
fadyshehata
What indicator exactly are you referring to?
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
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
thankscalisto77
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 !
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
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 itThank you, master
Thank you