stochastic oversold/overbought
-
is there a condition i can put if the price is on overbought not to buy or in oversold not to sell?? the only thing i see in the mode is only main and signal line.
-
put a condition block before buy/sell block
condition: stoch > 20 to sell
condition: stoch < 80 to buyit is up to you which line you choose, main line or signal
-
in the condition on the left side i choose stochastic , on the right side where do i set the 20 or 80? i go to VALUE-NUMERIC-20???
-
thats right
-
thank you!