Navigation

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

    Topics created by Nichil72

    • N

      Error while placing an order through API.
      Python SDK • • Nichil72  

      2
      0
      Votes
      2
      Posts
      47
      Views

      No one has replied

    • N

      How can I get Index performance with % change.
      General Discussion • • Nichil72  

      3
      0
      Votes
      3
      Posts
      9
      Views

      A

      @Nichil72 If you are asking using APIs, you can use market data API by providing it tokens for the required index from instrument file master.
    • N

      facing error invalid totp
      Python SDK • • Nichil72  

      2
      0
      Votes
      2
      Posts
      14
      Views

      A

      @Nichil72 TOTP is working fine, there must be some issue at your end.
    • N

      Unable to get the data from getTradeBook()
      Python SDK • • Nichil72  

      2
      0
      Votes
      2
      Posts
      18
      Views

      M

      Hi @Nichil72, Use appropriate method name obj.tradeBook() to access trade book. Regards, SmartAPI Team
    • N

      Not getting Ltp.
      Python SDK • • Nichil72  

      2
      0
      Votes
      2
      Posts
      25
      Views

      M

      Hi @Nichil72, ltpData() => this method definition will accept only positional arguments since you have to pass arguments in such a way. Regards, SmartAPI Team
    • N

      Not able to trigger ROBO order.
      Python SDK • • Nichil72  

      4
      0
      Votes
      4
      Posts
      19
      Views

      M

      Hi @Nichil72, You should not mention the percentage in request instead pls mention the price value also make sure it should be between upper & lower limit. Regards, SmartAPI Team
    • N

      Error while running Python code.
      Python SDK • • Nichil72  

      3
      0
      Votes
      3
      Posts
      46
      Views

      S

      i hope you have figured it out, if not then just simply just change the location of your file "Python_Test_AngelOne" it since you are using from method to call a smart api it will look for a SMARTAPI folder in same directory and then search for library files just make a folder (let's say Test) keep the smartapi folder and your main "Python_Test_AngelOne" script in same Test folder do not put your script in smart api folder itself
    • N

      Web Socket Issue
      Java SDK • • Nichil72  

      6
      0
      Votes
      6
      Posts
      61
      Views

      P

      @Nichil72 I have messaged you, and shared my email.
    • N

      Error while using WebSocket.
      Java SDK • • Nichil72  

      2
      0
      Votes
      2
      Posts
      23
      Views

      M

      Hi @Nichil72, Please use one of the supported SDKs, namely Python, Java and NodeJS. Regards SmartAPI Team
    • N

      ROBO order executing at Market Price
      Java SDK • • Nichil72  

      2
      0
      Votes
      2
      Posts
      30
      Views

      1

      @Nichil72 robo order place wrongly
    • N

      how should I get the RSI during LIVE data feed.
      C#/.Net SDK • • Nichil72  

      3
      0
      Votes
      3
      Posts
      77
      Views

      A

      Try this library for indicators. You need to pass on the historic data. Can yo help me with the basic code to obtain the historic data ? I am struggling with the new TOTP ...unable to connect. hope you can help me.
    • N

      The token is invalid
      C#/.Net SDK • • Nichil72  

      4
      0
      Votes
      4
      Posts
      50
      Views

      A

      @Nichil72 hi, how are you managing to login with SDK not yet released for C#/Net. Are using an external library ? Can you share your method/code? GenerateSession accepts only 2 parameters. I see a third one in your code (GetTotp()) thanks for the help.