Hi, I can calculate the ATR according to the time period i.e. Time Period = 10. Also taken the multiplier = 3. Got the formula to calculate the Up and Down value.
Up = ((high + low) / 2) + (multiplier x ATR) Down = ((high + low) / 2) - (multiplier x ATR)
Now, when to generate the Buy / Sell signal, according to the above calculation.
Kite Connect is purely an execution platform. We don't provide support or solution to write or develop strategies.