Navigation

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

    AB Trader

    @mangeshraut27

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

    mangeshraut27 Follow

    Best posts made by mangeshraut27

    • RE: Multiple orders missing in orderbook API response

      @Moderator_2
      Client code is S982956
      May I know your email? I can share orderbook response json as well.

      posted in Bugs
      M
      mangeshraut27

    Latest posts made by mangeshraut27

    • RE: Multiple orders missing in orderbook API response

      @Moderator_2 Thank you team.

      posted in Bugs
      M
      mangeshraut27
    • RE: Multiple orders missing in orderbook API response

      @Moderator_2 I tried executing angelbroking order API in postman and orders were missing there too. Hence it will not be related to local code.
      However I can suggest the scenario.

      1. Place order of any stock (not index).
      2. Call Orderbook api, all orders will be returned.
      3. Place order for NiftyReality. There wont be any error in order placement.
      4. After this place any other order (not index)
      5. Check orderlist response.
      6. Orders placed after NiftyReality wont be returned in orderbook. only previous orders will be returned.

      Issue is resolved now as Orderbook API returns order of current day. But on 2nd Feb I faced this issue.
      NiftyReality order was placed on 2nd Feb at 12:03pm

      posted in Bugs
      M
      mangeshraut27
    • RE: Multiple orders missing in orderbook API response

      @Moderator_2
      Client code is S982956
      May I know your email? I can share orderbook response json as well.

      posted in Bugs
      M
      mangeshraut27
    • Multiple orders missing in orderbook API response

      Multiple orders missing in orderbook API response.
      Sample OrderID: 240202001244317 , 240202001253553

      I had placed test order for NiftyReality and after this I faced this issue. I am not able to fetch any new order details after this.

      posted in Bugs
      M
      mangeshraut27
    • RE: Getting error in placing limit order

      @Moderator_2 said in Getting error in placing limit order:

      Hi @mangeshraut27

      Apologies for delayed response.
      Kindly share us the client code and header passed to analyze on this issue.

      Thanks & Regards,
      SmartAPI team

      I have found resolution on this. I was using omitempty tag in golang which was causing this issue.
      To all those who are facing this issue in Golang, do not use omitempty in struct tag

      posted in Bugs
      M
      mangeshraut27
    • RE: Only pre-authoirsed delivery sell orders will be executed through SmartAPI for Non-POA clients

      This link might be useful if you are looking to activate DDPI online (POA process is now replaced by DDPI) : https://www.angelone.in/support/your-account/profile-details#viewandupdateprofile-13
      Details mentioned under 'How can I activate POA?' Section

      posted in General Discussion
      M
      mangeshraut27
    • Getting error in placing limit order

      I am trying to place limit order and getting below error.
      @admin any help will be highly appreciated.

      Request :
      {
      "variety": "NORMAL",
      "tradingsymbol": "TATASTEEL-EQ",
      "symboltoken": "3499",
      "transactiontype": "BUY",
      "exchange": "NSE",
      "ordertype": "LIMIT",
      "producttype": "DELIVERY",
      "duration": "DAY",
      "price": "130.30",
      "triggerprice": "0",
      "squareoff": "0",
      "stoploss": "0",
      "trailingStopLoss": "0",
      "quantity": "1",
      "disclosedquantity": "1",
      "ordertag": "test"
      }

      Response:
      {"status":false,"message":"INVALID PARAMETERS","errorcode":"AB1007","data":{"script":"TATASTEEL-EQ","orderid":null,"uniqueorderid":"fb3cf78b-86d7-4ece-afda-a465da17d0e3"}}

      posted in Bugs
      M
      mangeshraut27
    • RE: Please enumerate the Order status in com.angelbroking.smartapi.utils.Constants

      @bhavesh78patil said in Please enumerate the Order status in com.angelbroking.smartapi.utils.Constants:

      Hi, Please share this with me too [order status list with meaning]

      Hi, Please share this with me too [order status list with meaning] : mangeshraut2772@gmail.com

      posted in NodeJS SDK
      M
      mangeshraut27
    • ltt is NA when subscribed token 26000(NIFTY) and 26009(BANKNIFTY)

      Hi Team,
      I am using GO library. Can you share how can I fetch ticks for NIFTY and BANKNIFTY?
      I have added their tokens in feed token but received ltt as NA for this.
      how can I determine tick time for these tokens?
      Also, data received for these token contains name: sf. how can I get correct data for these tokens?

      posted in Go SDK
      M
      mangeshraut27
    • Login Id or password is invalid

      Hi Team,
      I am unable to login using SmartAPI.
      yesterday I was facing error stating User is blocked, I had raised support ticket and now seems that issue is resolved but now I am facing new error stating "Login Id or password is invalid".
      Need to fix this issue, any suggestions?

      Thanks

      posted in Bugs
      M
      mangeshraut27