wnirwanuddin.wm:
Hi there,
can anybody tell me how to make indicator (stochastic) with alert message?
what i need is to indicate with this condition:
Stochastic setting:
K = 5
D = 3
slow = 3
Bull / oversold = 20
Bear / overbought = 80
signal line = red
main line = blue
[I think this is standard / default setting :) ]
condition with alert:
1. when main and signal line was crossing above bear or below bull zone alert will pop up.
hope somebody can help me..
thanks!
101_SOIHILO system
wnirwanuddin.wm@gmail.com
hi udin,
try this..
good luck..
ty
Files:
stoalert.mq4
3 kb
nbf28:
hi udin,
try this..
good luck..
ty
look @ the code again
bool stoSell = (stoMain_1>stoSignal_1 && stoMain_0<stoSignal_0 && stoMain_1>80 && stoSignal_1<80);

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
Hi there,
can anybody tell me how to make indicator (stochastic) with alert message?
what i need is to indicate with this condition:
Stochastic setting:
K = 5
D = 3
slow = 3
Bull / oversold = 20
Bear / overbought = 80
signal line = red
main line = blue
[I think this is standard / default setting :) ]
condition with alert:
1. when main and signal line was crossing above bear or below bull zone alert will pop up.
hope somebody can help me..
thanks!
101_SOIHILO system
wnirwanuddin.wm@gmail.com