Walker

About

Username
Walker
Joined
Visits
26
Last Active
Roles
Member

Comments

  • @nivas, in my script I am finding the difference between two stocks, and I noticed that my script displays the difference detection time with some delay compared to the actual difference time. For example, if the difference between two stocks occurr…
  • @nivas I'm not referring to the execution time specifically—I just want to capture the exact timestamp at which Zerodha places the order and reflect that in my code. For example, if a trade is placed at 12:41:31 according to Zerodha, my code current…
  • @niftyalgo1402 yes I did find the solution, the problem was in my code it was generating request token again n again
  • @Nivas , I’m attaching a screenshot of the incorrect data I received. In one screenshot, you’ll see the time range I’m using to fetch the data, and in the second, I’ve shared the actual data that was fetched. If you look at the 2nd, 3rd, and 4th row…
  • Hey @Sravanthi_bh , you referred me to a thread regarding token expiration. From what I understood, the token is supposed to remain valid throughout the day. However, since I’m generating it during market hours, it keeps expiring again and again.