put market order but it is placed as AMO ..WHy
-
params: Dict[str, Union[str, int, float]] = {
"variety": "NORMAL",
"tradingsymbol": f"{ticker}-EQ",
"symboltoken": token_lookup(ticker, instrument_list),
"transactiontype": buy_sell,
"exchange": exchange,
"ordertype": "MARKET",
"producttype": "INTRADAY", # Can change to CNC if delivery
"duration": "DAY",
"price": "0", # For MARKET order, broker ignores price
"squareoff": "0",
"stoploss": "0",
"quantity": quantity,
} -
@ananthapad all the orders placed after market go as AMO orders. You can read it here in the place orders section - https://smartapi.angelone.in/docs/Orders