SmartAPI - book orders
-
hi @admin and all,
can you please share running code using smartapi for below:
- book/modify/cancel optionticker orders
- Get existing open positions
- get order book of live bid/ask for option tickers
i am using the below for get LTP for options:
data = smartApi.ltpData(exch_seg, symbol, token)thanks in advance
Sukhwant -
@Sukhwant280 said in SmartAPI - book orders:
can you please share running code using smartapi for below:
book/modify/cancel optionticker orders
Get existing open positions
get order book of live bid/ask for option tickersi am using the below for get LTP for options:
data = smartApi.ltpData(exch_seg, symbol, token)
thanks in advance
Sukhwantplease follow below link
https://smartapi.angelbroking.com/topic/1194/basic-smartapi-integration-using-python -
@admin thanks a lot
-
@admin how to find bid and ask live trades for a particular token/symbol of options.
orderbook = obj.orderBook() is not solving that request of mine
thanks in advance
-
@Sukhwant280 Any Luck @admin on Bid/Ask query code?
thanks
-
HI Admin,
please provide a running code in python to get Live Bid/Ask for a trading symbol.
appreciate your help in this
thanks
Sukhwant -
@Sukhwant280 said in SmartAPI - book orders:
@Sukhwant280 @admin
HI Admin,
please provide a running code in python to get Live Bid/Ask for a trading symbol.
appreciate your help in this
thanks
SukhwantYou have to pass task as dp in websocket code to get the Bid/Ask .