@premesh-patel can we do it to 100s or more??
S
st2024
@st2024
0
Reputation
4
Posts
1
Profile views
0
Followers
0
Following
Best posts made by st2024
This user hasn't posted anything yet.
Latest posts made by st2024
-
Only 1 quantity squared off
netpos = obj.position() if netpos['data'] != None : for o in netpos['data'] : if int(o['netqty']) != 0 : transactiontype = "SELL" if int(o['netqty']) > 0 else "BUY" place_order(o['symboltoken'],o['tradingsymbol'],o['lotsize'],transactiontype,'MARKET',0,'NORMAL',o['exchange'],int(o['netqty']) time.sleep(0.2)
Hey @admin , in the above code, if i have more than 1 quantity of a position, then too only 1 quantity is squared off.
can you please check?? -
Live data of banknifty
Is there any way by which we can fetch live data (OHLC) of banknifty In 1 second timeframe. @admin