
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
Option to show arrows added : price_zone_1.04_mtf_amp_alerts_amp_arrows_nmc.mq4 Happy trading
Dear Mladen
I think there is small error in this indicator " Price Zone 1.04 mtf & alerts & arrows nmc.mq4", any way it is not important for me since I am disable arrows.
in line 83: this
SetIndexBuffer(6,arrowDn); if (arrowsVisible) { SetIndexStyle(6,DRAW_ARROW,0,arrowSize); SetIndexArrow(6,arrowCodeDown);} else SetIndexStyle(
5
,DRAW_NONE);should be:
SetIndexBuffer(6,arrowDn); if (arrowsVisible) { SetIndexStyle(6,DRAW_ARROW,0,arrowSize); SetIndexArrow(6,arrowCodeDown);} else SetIndexStyle(
6
,DRAW_NONE);would you please at least change alert to be when the centerline change its color
Talaat E
Dear Mladen
I think there is small error in this indicator " Price Zone 1.04 mtf & alerts & arrows nmc.mq4", any way it is not important for me since I am disable arrows.
in line 83: this
SetIndexBuffer(6,arrowDn); if (arrowsVisible) { SetIndexStyle(6,DRAW_ARROW,0,arrowSize); SetIndexArrow(6,arrowCodeDown);} else SetIndexStyle(
5
,DRAW_NONE);should be:
SetIndexBuffer(6,arrowDn); if (arrowsVisible) { SetIndexStyle(6,DRAW_ARROW,0,arrowSize); SetIndexArrow(6,arrowCodeDown);} else SetIndexStyle(
6
,DRAW_NONE);would you please at least change alert to be when the centerline change its color
Talaat EYep
You are right (as usual)
Here is a corrected version : price_zone_1.05_mtf_amp_alerts_amp_arrows_nmc.mq4
Happy trading
Yep
You are right (as usual)
Here is a corrected version : price_zone_1.05_mtf_amp_alerts_amp_arrows_nmc.mq4
Happy tradingDear the king

thanks
Talaat E
Прикрепленные Файлы
пожалуйста, стрел, когда индикатор выходит за границы
CCI pre-filtered averages fl.mq4
Thank you, but I would like to hand comes out when the indicator moves out of range)
Gyazo - cb4729660086c6c9790e2f0889389924.png
Hull variation % envelopes nmc.mq4
Gyazo - 0ab68e21e0a209ac22bdaf40b637ddd8.png
Can make that light was in reverse, that is, to deploy to the contrary was all, like an inverted screen)
I'm not an artist, but he tried to draw)
Thank you, but I would like to hand comes out when the indicator moves out of range) Gyazo - cb4729660086c6c9790e2f0889389924.png
Alibydubby, this version draws the arrows as cci leaves upper/lower levels.
Прикрепленные Файлы
пожалуйста, стрел, когда индикатор выходит за границы
CCI pre-filtered averages fl.mq4Alibydubby, added arrows to the nmc version.
Hi MrTools
would you please change alert and arrows to be when the centerline change its color
Thanks
Talaat E
Price Zone 1.05 mtf & alerts & arrows nmc.mq4
Hi MrTools
would you please change alert and arrows to be when the centerline change its color
Thanks
Talaat E
Price Zone 1.05 mtf & alerts & arrows nmc.mq4Hi Talaate E, changed it to center line alerts and arrows.