Navigation

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

    jiwan1986

    @jiwan1986

    0
    Reputation
    114
    Posts
    79
    Profile views
    7
    Followers
    0
    Following
    Joined Last Online

    jiwan1986 Follow

    Best posts made by jiwan1986

    This user hasn't posted anything yet.

    Latest posts made by jiwan1986

    • RE: Immediately buy another order when SL is hit

      @TradeMonk Why SL is at 250 when you buy at 200? As mush as I know, there is no trigger that will let you know if your SL has been hit. You have to keep checking if your SL has been hit or not at every tick. Market can move wildly even in 1 minute so don't wait for 1 minute.

      posted in Python SDK
      J
      jiwan1986
    • RE: getting the next expiry dates

      @PandaTrade You can use web scraping to fetch those data.

      posted in General Discussion
      J
      jiwan1986
    • RE: Multiple HB failure and order book fetch issue

      @rajanprabu I didn't see any issues for the last couple of days. Working fine for me.

      posted in Python SDK
      J
      jiwan1986
    • RE: How to map the token number with their symbol name?

      @nayan_nandi You need to handle exceptions. Key 'tk' won't be in every ticks. You have to add additional if condition after for loop.

      if single_company.get('tk'):
          #do something
      
      posted in General Discussion
      J
      jiwan1986
    • RE: Web socket scripts stop at random times

      @admin Try to run whole day. You might get the same issue.

      posted in Python SDK
      J
      jiwan1986
    • RE: Unpredictable Invalid Token response from historical API

      @pranav I don't have any timeline. You can ask @admin

      posted in Python SDK
      J
      jiwan1986
    • RE: How to map the token number with their symbol name?

      @nayan_nandi I see some patterns in both the responses. For the first response, you can see 'ltt' has the time value but in the second response, 'ltt' is NA. So I believe you can use that key to differentiate between the two. You have to check if this is true for all the responses.

      posted in General Discussion
      J
      jiwan1986
    • RE: Web socket scripts stop at random times

      @rajanprabu I was getting the data even when heartbeat failed. So I think there is issue with the heartbeat logic.

      posted in Python SDK
      J
      jiwan1986
    • RE: Web socket scripts stop at random times

      @rajanprabu I got it one time today.

      posted in Python SDK
      J
      jiwan1986
    • RE: Unpredictable Invalid Token response from historical API

      @pranav Currently the response is in a string format. They are working on to return JSON data. So it would be easy to parse.

      posted in Python SDK
      J
      jiwan1986