Navigation

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

    kiran1808

    @kiran1808

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

    kiran1808 Unfollow Follow

    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 Test
      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
    • 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