Hi There. I am working on a strategy and need help to develop a strategy by using StochRSI as my entry for long and short. below is the code, conditionbuy = ta.crossover(k,d) and (k < 20) conditionsold = ta.crossover(d,k) and (k > 80) i have using the above code to combine it with my ema crossover b...