Indicators with alerts/signal - page 1223

 
clon_tron:
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

Files:
ma_2.mq4  9 kb
 

hi mladen / mrtoolsWould you please be so kind to addsignal_mantapz_v1 arrows+candle bar+alertsto this indicatorhttps://www.mql5.com/en/forum/180648

 
ukpjd:
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?

Files:
macd.mq4  4 kb
 
clon_tron:
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.

 
mladen:
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

By 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?

 
clon_tron:
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

Files:
change_here.png  130 kb
eurusdh1_2.png  39 kb
 
mladen:
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. 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

Files:
wpr_t3.ex4  11 kb
wpr_t3.mq4  6 kb
Reason: