Is it possible to get candles of less than 1 minute ?
Nope!
The standard candlesticks are 1 Min, 3 Min, 5 Min, 10 Min, 15 Min, 30 Min, 1 Hour, 1 Day, 1 Week and 1 Month.
1 min candle is also formed from 5 seconds data. So leave the standards my question is still “is it possible to get 5 seconds candlesticks?”
Nope 5 secs candlestick is not possible.
If you have subscribed to websockets on kite connect, then you can build any period candlestick. You have write custom code to build candlesticks using the ticks that are received over websockets. E.g start of the five second, store the tick that comes in as open price. Track highest tick in the next 5 seconds over the web socket as the high. Similarly, for low. For close, take the last tick just before the 5 seconds is up as the code and that’s you candlestick for you.
thanks buddy
Angel broking provides a great platform in which you can set any TF in seconds.