Indicators with alerts/signal - page 142

 

hi all, can somebody help me, i need indicator when moving average 10 cross up moving average 50 give me a signal for buy, and when MA 10 cross down MA 50 give me signal for sell. Thank you

 

It should be few indicators with MAs/EMAs/and so on crossing with arrows and alert on this thread https://www.mql5.com/en/forum/general

And this one is interesting (with alert as well) https://www.mql5.com/en/forum/175990

 
newdigital:
It should be few indicators with MAs/EMAs/and so on crossing with arrows and alert on this thread https://www.mql5.com/en/forum/general And this one is interesting (with alert as well) https://www.mql5.com/en/forum/175990

Thank you Newdigital, now i have what i want...

 

???????

newsdigital can you make alert for this indicator.so when stoch 14,3,3 cross line 76.4,50,23.6 there will be pop up window that says"euro/usd stoch cross line 76.4 from up"

"gbp/jpy stoch cross line 76.4 from down""usd/jpy stoch cross line 23.6 from up""stoch cross line 23.6 from down"."gbp/chf stoch crossline 50 from up"

"."gbp/chf stoch crossline 50 from up"

with currency detail like above.maybe can be add is time frame details.

such"eur/usd 30min stoch cross 76.4 line from below"

can you make it and what i hope is not late signal means the alert is on time.

 

Hello

I need an alert for this, would be cool if someone can do this...

Alert sould come if 70 or 30 line is crossed..

Regards

 
heartnet:
newsdigital can you make alert for this indicator.so when stoch 14,3,3 cross line 76.4,50,23.6 there will be pop up window that says"euro/usd stoch cross line 76.4 from up"

"gbp/jpy stoch cross line 76.4 from down""usd/jpy stoch cross line 23.6 from up""stoch cross line 23.6 from down"."gbp/chf stoch crossline 50 from up"

"."gbp/chf stoch crossline 50 from up"

with currency detail like above.maybe can be add is time frame details.

such"eur/usd 30min stoch cross 76.4 line from below"

can you make it and what i hope is not late signal means the alert is on time.

you allready have this allert in this indi

set overbought / oversold levet to any number you like

extern string note9 = "OverSold/OverBought Level";

overSold = 0,

overBought = 0;

if (alertsOn)

if (KFull[0]>overBought && KFull[1]<overBought) doAlert(" *Maxing Going Up*");

if (KFull[0]overBought) doAlert(" *Reversing Down*");/

if (KFull[0]overSold) doAlert(" *Maxing Going Down*");

if (KFull[0]>overSold && KFull[1]<overSold) doAlert(" *Reversing Up*");

 

???????

fxbs:
you allready have this allert in this indi

set overbought / oversold levet to any number you like

extern string note9 = "OverSold/OverBought Level";

overSold = 0,

overBought = 0;

if (alertsOn)

if (KFull[0]>overBought && KFull[1]<overBought) doAlert(" *Maxing Going Up*");

if (KFull[0]overBought) doAlert(" *Reversing Down*");/

if (KFull[0]overSold) doAlert(" *Maxing Going Down*");

if (KFull[0]>overSold && KFull[1]<overSold) doAlert(" *Reversing Up*");

thats not what I wants check this...this is what I wants:

1)https://www.mql5.com/en/forum/173060/page73

2)https://www.mql5.com/en/forum/173060/page73

 
tonghoe:
Appreciate it if someone can help on this. I need a display on my chart which constantly monitors the difference of the current price versus the 5 EMA in terms of no of pips. A positive value would indicate that it is higher than the EMA and vice versa. It would even be better if anything over 10 pips would be displayed as red whereas 10 and below is displayed as blue. It should also allow me the choose the MA that I want.

I posted this question a few days ago, can any kind souls out there help?

 

MA Distancing indicator

tonghoe:
I posted this question a few days ago, can any kind souls out there help?

Hi TongHoe,

I have quickly put this indicator together for you. It has a few options to so you can adjust as required.

All the best,

Hiachiever

 

That's was fast. Really appreciate it very much. Just one more request - Can you include an option to choose where to place the indicator on the chart?

Reason: