Navigation

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

    kiran1808

    @kiran1808

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

    kiran1808 Follow

    Best posts made by kiran1808

    This user hasn't posted anything yet.

    Latest posts made by kiran1808

    • RE: Issue while placing order and unauthorized order in my account.

      @c_harish @admin , even i faced this issue today while placing order via API, thank god, i was just testing and lost a little of only 500rs, not more, Admin please investigate this issue

      posted in Bugs
      K
      kiran1808
    • RE: Can't stop reactor that isn't running.

      @rajanprabu that doesnt work:
      def on_tick(ws, tick):
      for i in tick:
      for j, k in i.items():
      if j == 'ltp':
      print(k)
      on_close(WS,'S562xxxx','test_stop')

      posted in Python SDK
      K
      kiran1808
    • Can't stop reactor that isn't running.

      I'm trying to get the ltp using websocket, and when i try to close the program in between using ctrl+c, i get errors "Can't stop reactor that isn't running", how to automatically exit the program after printing LTP only once?

      def on_tick(ws, tick):
      for i in tick:
      for j, k in i.items():
      if j == 'ltp':
      print(k)
      #how to exit here?

      posted in Python SDK
      K
      kiran1808
    • RE: Get Order details

      @James-Bond Thanks a lot for sharing, have a great day 🙂

      posted in Python SDK
      K
      kiran1808
    • Get Order details

      Hi, can anyone post the code to get order details in python?
      Thanks in advance

      posted in Python SDK
      K
      kiran1808
    • RE: Livefeed using sockets

      What does the response key:values mean?
      Would be helpful if someone can explain what does the below values like tm,tvalue,ak,msg,etc mean, where can i find the documentation for these?

      Ticks: [{'name': 'tm', 'tvalue': '25/02/2021 23:31:21'}
      Ticks: [{'ak': 'ok', 'msg': 'connected', 'task': 'cn'}]

      posted in Python SDK
      K
      kiran1808
    • Getting live market price

      Hi,
      I'm new to this platform, can anyone help me how to get live price of stock in python.
      Thanks in advance

      posted in Python SDK
      K
      kiran1808