Hi Inquisitive voyager and afl expert reinsley Can you please provide code lines for this condition
1 stochastics goes below 20 and comes back above 20 (down and up hook) 2. stochastics goes above 80 and goes below 80 (up and down hook) I tried buy = stochk(15,3)< 20 and stochk(15,3)> 20 ; sell = stochk(15,3)> 80 and stochk(15,3)< 80 ; But the code is not working. one observation is the down cross occurs at one time and then after a long time delay,up cross occurs. similarly for up and dn hook,time delay is quite some value between up and dn cross locations If an arrow is coded , how the code looks like? thanks in advance rv
