Navigation

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

    Kiran

    @Kiran

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

    Kiran Follow

    Best posts made by Kiran

    • RE: User Feedback - WebSocket 2.0 Beta Rollout – Python Language

      @admin
      There are 2 issues in your new websocket 2.0, we have been raising this question but no one is responding.

      1. we are getting "Socket object has no attribute pending when requesting the data at the line self.wsapp.send(json.dumps(request_data)). All my authenication is successful, why I am getting this error.

      2. fetching order_book is dead slow in angel, so I tried to implement fetch from websocket order_feed, but I think this order_feed is not implmented yet in your websocket2.0 and your websocket1.0, the order_feed is not at all fetching the order details data.
        Resolve these errors, I think you guys need to have solid testing team. you cannot roll a beta version directly to prodution (live market) targetting clients and withdrawing the earlier versions. Make the product stable. Dont experiment... If this continues. soon Angel will loose lot of customer base.

      posted in Python SDK
      K
      Kiran
    • Different stages of order execution from angel

      Hi,
      I want to know what are different stages of order execution process in angel through python SDK. please provide the documentation on the same.

      posted in Python SDK
      K
      Kiran

    Latest posts made by Kiran

    • RE: User Feedback - WebSocket 2.0 Beta Rollout – Python Language

      @admin
      There are 2 issues in your new websocket 2.0, we have been raising this question but no one is responding.

      1. we are getting "Socket object has no attribute pending when requesting the data at the line self.wsapp.send(json.dumps(request_data)). All my authenication is successful, why I am getting this error.

      2. fetching order_book is dead slow in angel, so I tried to implement fetch from websocket order_feed, but I think this order_feed is not implmented yet in your websocket2.0 and your websocket1.0, the order_feed is not at all fetching the order details data.
        Resolve these errors, I think you guys need to have solid testing team. you cannot roll a beta version directly to prodution (live market) targetting clients and withdrawing the earlier versions. Make the product stable. Dont experiment... If this continues. soon Angel will loose lot of customer base.

      posted in Python SDK
      K
      Kiran
    • Getting Error 'socket' object has no attribute 'pending' in Websocket 2.0

      Hi Team, when subscribing to Nifty fno tokens I am getting error like "Socket object has no attribute pending when requesting the data at the line
      self.wsapp.send(json.dumps(request_data)).

      Let me know how to resolve this issue

      posted in Python SDK
      K
      Kiran
    • ROBO order is not working

      Hi,
      I am trying to fire ROBO order for Nifty options, below are the parameters I am passing.

      params = {
      "variety": "ROBO",
      "tradingsymbol": "NIFTY17NOV2218350CE",
      "symboltoken": "55102",
      "transactiontype": "BUY",
      "exchange": "NFO",
      "ordertype": "LIMIT",
      "producttype": "BO",
      "duration": "DAY",
      "price": "76",
      "squareoff": "03",
      "stoploss": "10",
      "quantity": "1"
      }

      but when after I've called the placeorder function, my order is not getting created.

      MY ID is: P362948.
      can you check, where it went wrong.

      posted in Python SDK
      K
      Kiran
    • RE: ROBO order for Index Options still working?

      @admin123 @admin @administrators could you please reply to the above query.

      posted in Python SDK
      K
      Kiran
    • ROBO order for Index Options still working?

      I would like to know, when I am placing a ROBO NFO order for NIFTY options through smart api, the order is not getting punched during non market hours. But I can able to test the Normal orders with NSE exchange.
      May I know is there any maintenance carried out for NFO exchange during non market hrs?

      posted in Python SDK
      K
      Kiran
    • Different stages of order execution from angel

      Hi,
      I want to know what are different stages of order execution process in angel through python SDK. please provide the documentation on the same.

      posted in Python SDK
      K
      Kiran
    • Python methods vs .Net Methods.

      Hi, from the below repositories I can see there are variations in Python and .Net methods. for example:
      Python: https://github.com/angel-one/smartapi-python/blob/main/test/test.py#L1

      .Net:https://github.com/angel-one/smartapi-dotnet.

      we can see there are no methods such as GetOrderBookResponse,GetTradeBookResponse,CancelOrderResponse, which are available in .Net but not in python.

      Am I missing anything, could you please update the list of all methods available in python sdk.

      posted in Python SDK
      K
      Kiran