iStochastic - help needed

 

hello,

 i"m tring to use the iStochastic oscillator function in a way that i will know when the Signal line is crossing the Main line

any suggestions how to do that?

 Thanks in advance

 

ic

 
idanc15:

hello,

 i"m tring to use the iStochastic oscillator function in a way that i will know when the Signal line is crossing the Main line

any suggestions how to do that?

 Thanks in advance

 

ic

 


make an Alert inside the code allerting moment you have your cross
 

thanks 

 

if i want to know ween the Signal is larger or smaller then the main?

 

idan 

 
idanc15:

thanks 

 if i want to know ween the Signal is larger or smaller then the main?

Read the documentation, it tells you how to get the Signal value and the Main value,  then just compare them
 

i read it for 10 tiems and still didnt understand how

 

if you can explain i will be glad

 thanks

ic 

 
idanc15:

i read it for 10 tiems and still didnt understand how

 

if you can explain i will be glad

 thanks

ic 

Use   MODE_MAIN   for Main and  MODE_SIGNAL  for Signal  for the  int  mode  parameter in your iStochastic() call
 

thanks!

 

dont know i missed it! 

Reason: