Stochastic Oscillator Indicator (SOI)

 

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

 

additional data for 17 Jan 2011..

:) only one thing..even 12 win only 1 loss

im so tired waiting for good signal..

hope somebody can fix my problem right now..

 
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);

Reason: