Indicators with alerts/signal - page 1223
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
mladen/mrtools can you take a look. What i did wrong and correct it. I tried to make an alert. But i think something went wrong.
clon_tron
You are assigning 0 to color buffers when you do not want to see it and testing for EMPTY_VALUE. 0 and EMPTY_VALUE are different values (EMPTY_VALUE is equal to 2147483647)
The other thing is that you have to move one "}" to the end of function
Try this one : ma_2.mq4
hi mladen / mrtoolsWould you please be so kind to addsignal_mantapz_v1 arrows+candle bar+alertsto this indicatorhttps://www.mql5.com/en/forum/180648
hi mladen / mrtoolsWould you please be so kind to addsignal_mantapz_v1 arrows+candle bar+alertsto this indicatorhttps://www.mql5.com/en/forum/180648
I am afraid I do not understand
Would you mind elaborating? To what indicator?
mladen can you also take a look to this indicator. It gives signal but one bar later. Can you please make an alert on open bar/current bar?
mladen can you also take a look to this indicator. It gives signal but one bar later. Can you please make an alert on open bar/current bar?
clon_tron
Just change "1" in these lines
if(ExtMapBuffer1[1] > 0) Alert("LONG: " + Symbol());
if(ExtMapBuffer2[1] > 0) Alert("SHORT: " + Symbol());
to "0" and it will alert on current bar
Dear mladen ..Signal_Mantapz_v1 arrows+alerts.mq4Indicator that Can you change for the
candle bar
arrows+alerts.clon_tron
Just change "1" in these lines
if(ExtMapBuffer1[1] > 0) Alert("LONG: " + Symbol());
if(ExtMapBuffer2[1] > 0) Alert("SHORT: " + Symbol());
to "0" and it will alert on current barBy the way, mladen. What about arrows. They are far from the candle. How can i bring closer?
It doesn't give me any signal. Can you please check it once again?
By the way, mladen. What about arrows. They are far from the candle. How can i bring closer?
Hi Clone_tron
you can clone those arrows here,how you want/like...lol,
regards
clon_tron
Just change "1" in these lines
if(ExtMapBuffer1[1] > 0) Alert("LONG: " + Symbol());
if(ExtMapBuffer2[1] > 0) Alert("SHORT: " + Symbol());
to "0" and it will alert on current barDear mladen. I did as you described. But still silence. Can you please take a look?
Hi mladen and/or MrTools,
can you please add an alert when the Dots change from red to Blue, and from Blue to Red.
Thank you very much.
Greet
wpr_t3.ex4wpr_t3.mq4