Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Order not booked due to order price exceeding circuit limit

    General Discussion
    0
    3
    8
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rohit4417k last edited by

      Hi @Moderator_1 @Moderator_2 @Moderator_3 ,
      I was trying to place a order using the placeOrder method of python sdk. The method returned the booked orderId. But in the app, it showed order was not executed due to orderPrice exceeds circuit limit.
      Here is the params body :
      orderParam1 = {
      "variety": "NORMAL",
      "tradingsymbol": symbol1, //BANKNIFTY26JUN2452900CE
      "symboltoken": str(name_to_token[symbol1]),
      "transactiontype": "SELL",
      "exchange": "NFO",
      "ordertype": "MARKET",
      "producttype": "CARRYFORWARD",
      "duration": "DAY",
      "price": str(currCE),
      "squareoff": "0",
      "stoploss": "0",
      "quantity": "15"
      }
      What is the cause? Why cannot I place a order at current price??

      M 1 Reply Last reply Reply Quote 0
      • M
        Moderator_3 @rohit4417k last edited by

        Hello @rohit4417k

        Could you please provide the orderId and clientId So that we can have a look in to it

        Regards,
        SmartAPI Team

        R 1 Reply Last reply Reply Quote 0
        • R
          rohit4417k @Moderator_3 last edited by

          Hi @Moderator_3,
          The order was placed when I set the "price" : "0". Earlier the price was set at the current LTP.
          Still you can have a look.
          Order id: 240626000912964
          Client id: B454713

          1 Reply Last reply Reply Quote 0
          • First post
            Last post