Navigation

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

    Topics created by projectSB

    • P

      getMargin function is not considering active positions for margin calculations
      Python SDK • • projectSB  

      1
      0
      Votes
      1
      Posts
      13
      Views

      No one has replied

    • P

      How many simultaneous instances are allowed for a single client of SmartAPI?
      General Discussion • • projectSB  

      2
      0
      Votes
      2
      Posts
      19
      Views

      Mnagesh

      @projectSB 3
    • P

      SmartAPI website shows weird URL - cloudFront
      General Discussion • • projectSB  

      2
      0
      Votes
      2
      Posts
      13
      Views

      M

      Hello @projectSB, We are investigating this issue. We have also observed this. Thank you for being an active user and highlighting this important issue to us. We'll let you know once it is fixed. Thank you. Regards SmartAPI Team
    • P

      This is how a profitable position ends up losing due to unreliable SmartAPIs: Max retries exceeded with url: /rest/secure/angelbroking/order/v1/placeOrder (Caused by ConnectTimeoutError
      Python SDK • • projectSB  

      2
      1
      Votes
      2
      Posts
      32
      Views

      M

      Hello @projectSB, Sincere apologies from our side for the issue. There was an issue with the python SDK which was fixed yesterday and the SDK was updated yesterday evening. Please update to the latest version of the SDK and this issue will be rectified. rest assured, we will answer all your pending queries in some time. Thank you for being an active SmartAPI user. Thank you. Regards SmartAPI Team
    • P

      Individual order status API throws error for unknown reason!
      Python SDK • • projectSB  

      5
      0
      Votes
      5
      Posts
      45
      Views

      M

      Hi @pskale7755 You can fetch unique order ID from place order response under key uniqueorderid Reference: https://smartapi.angelbroking.com/docs/Orders Sample Response: { "status":true, "message":"SUCCESS", "errorcode":"", "data":{ "script":"SBIN-EQ", "orderid":"200910000000111" "uniqueorderid":"34reqfachdfih" } }
    • P

      AngelOne RMS is unable to quickly adjust margins for spreads!
      General Discussion • • projectSB  

      6
      1
      Votes
      6
      Posts
      33
      Views

      P

      @Moderator_1 Hello, what is the update on this issue? Also, please mention if there is any difference in INTRADAY margin vs CARRYFORWARD margin. If yes, then by how much? Or you can use current week's Nifty ATM options to get the answer. You can use the example mentioned in the screenshot itself. I don't think that we get any leverage in FNO trading from AngelOne. Please confirm. In that case we will use only CARRYFORWARD orders.
    • P

      Websocket2.0 just stops after running for 1 min without any errors etc.
      Python SDK • • projectSB  

      14
      1
      Votes
      14
      Posts
      171
      Views

      P

      @Bhuva008 Thanks! will try this as well
    • P

      Error in WebSocket 2.0: byte indices must be integers or slices, not str
      Python SDK • • projectSB  

      2
      0
      Votes
      2
      Posts
      30
      Views

      A

      <Error: SmartWebSocketV2._on_close() takes 2 positional arguments but 4 were given> We can fix this error by updating _on_close method with additional arguments in SmartWebSocketV2.py file. def _on_close(self, wsapp, close_status_code, close_msg): This error is thrown because on_close method of websocket class takes multiple arguments which are missing in SmartWebSocket library. Example code: https://websocket-client.readthedocs.io/en/latest/examples.html
    • P

      Python SDK for Version 2 of SmartAPI WebSocket
      Python SDK • • projectSB  

      1
      0
      Votes
      1
      Posts
      30
      Views

      No one has replied

    • P

      WebSocket streaming did not work the whole day today. However, I'm able to fetch LTP data using ltpData method. Was something wrong with streaming today?
      Python SDK • • projectSB  

      12
      0
      Votes
      12
      Posts
      177
      Views

      Ashok

      @nbmaiti Yes correct. Only V2 works.
    • P

      is CDS (currency derivatives) allowed in Smart API? if yes, what is the exchange?
      General Discussion • • projectSB  

      2
      0
      Votes
      2
      Posts
      14
      Views

      M

      Hi @projectSB Apologies for delayed response. Currency Derivate Segment is allowed via smartAPI now. Kindly refer our updated document below. https://smartapi.angelbroking.com/docs/Orders Thanks & Regards, SmartAPI team
    • P

      How to exit from 2 positions at desired prices (limit orders) at the same time?
      General Discussion • • projectSB  

      1
      0
      Votes
      1
      Posts
      20
      Views

      No one has replied

    • P

      How to get the average price of an executed order?
      Python SDK • • projectSB  

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied