Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. ishank0goyal4
    I
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    ishank0goyal4

    @ishank0goyal4

    SmartAPI Group

    0
    Reputation
    2
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ishank0goyal4 Follow
    SmartAPI Group

    Best posts made by ishank0goyal4

    This user hasn't posted anything yet.

    Latest posts made by ishank0goyal4

    • RE: Getting error while placing MCX order

      I am also facing same problem is this solved?

      posted in General Discussion
      I
      ishank0goyal4
    • JSONDecodeError: Expecting value, DataException: Couldn't parse the JSON response received from the server: b''

      8e26d537-c97d-4ddf-a803-446abe3c9a74-image.png ![alt text](image url)

      I am getting this error while placing MCX order can anyone please help me

      orderparams = {
      "variety": "NORMAL",
      "tradingsymbol": "SILVERM23NOVFUT",
      "symboltoken": "248401",
      "transactiontype": "BUY",
      "exchange": "MCX",
      "ordertype": "MARKET",
      "producttype": "INTRADAY",
      "duration": "DAY",
      "price": "70,0000",
      "squareoff": "0",
      "stoploss": "0",
      "quantity": "5"
      }
      orderId= obj.placeOrder(orderparams)

      this is the code i'm running

      posted in Bugs
      I
      ishank0goyal4