Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. ssamirr.123
    S
    • Profile
    • Following 2
    • Followers 1
    • Topics 2
    • Posts 6
    • Best 0
    • Groups 0

    ssamirr.123

    @ssamirr.123

    0
    Reputation
    15
    Profile views
    6
    Posts
    1
    Followers
    2
    Following
    Joined Last Online

    ssamirr.123 Unfollow Follow

    Latest posts made by ssamirr.123

    • RE: Tick data problem

      @admin Solved the problem of Tick data.

      posted in Python SDK
      S
      ssamirr.123
    • RE: Tick data problem

      @admin i have run program and generated access token than run next script like getaltpdata of nse sbi but single line print ohlc and continue errors like above screenshot. so, please help and share tick data code.

      posted in Python SDK
      S
      ssamirr.123
    • Tick data problem

      Re: [Python Streaming Tick Data Problem.]
      please anybody solve this problem. Help me.

      tick data problem.jpg

      posted in Python SDK
      S
      ssamirr.123
    • RE: Invalid totp
      import { totp } from 'otplib';
      const generateTOTP = () => {
        const totpCode = totp.generate("HPM2L5H2NN4REGW36VDUK6BTIU");
        return totpCode;
      }
      

      this is my code this always gives me inval totp

      posted in Bugs
      P
      PramodKRao
    • RE: Dial TCP i/o timeout error

      @devendrav I know it is a year old question but I faced the same issue. The GoSDK uses gorilla websocket which is not useful for websockets on Angel One. It needs another kind of socket. So, there is basic flaw in the SDK.

      posted in Go SDK
      T
      TalkingTree12