How to buy an order on market price
-
How to buy an order on market price. I am using the below params for buying on market price.
orderparams = {
"variety": "NORMAL",
"tradingsymbol": shareName + "-EQ",
"symboltoken": "3045",
"transactiontype": "BUY",
"exchange": "NSE",
"ordertype": "LIMIT",
"producttype": "INTRADAY",
"duration": "DAY",
"squareoff": "0",
"stoploss": "0",
"quantity": "1"
} -
Thanks, I am able to get the data
-