@tonystark 1) what if there are multiple scrips? what should I change in the above code?
2) how to use this data stored in dataframes to create ohlc 15min candles
I am writing the data to SQL table every 10 sec from WebSocket, for a 15min candle, keeping open = 1st ltp, close = last ltp, changing high and low with 'if condition' without using 1min candles
Is it efficient?
2) does API support "Bracket order w…
let us say current price of IRB is 215.5. I want to place a bracket order when it hits 217 (intraday).
To make it happen, I have to make use of trigger price or place a limit order.
but right now the trigger price for BO isn't working and when I …