Amitesh

About

Username
Amitesh
Joined
Visits
177
Last Active
Roles
Member

Comments

  • 1. Does this also includes REJECTED/CANCELLED orders ? 2. If anyone place Iceberg order with multiple Legs(example:5 legs) then will the application count 5 order or one order 3. What is the rule for gtt orders, assume that target is not triggered …
  • If anyone having same issue: Solution: kiteConnect.getHistoricalData(dateFrom,dateTo, "256265","minute", false, false); More details here : https://kite.trade/docs/connect/v3/historical/#uri-parameters
  • Hi, I do understand what is written in given link. My concern is, how can I update SL order and what should be the parameter value to update. As I provided my parameter value earlier, Could you please tell me which parameter value is wrong. Let me …
  • Hi, Yes, I think I was doing the same. I am trying to update the Price of my SL Order. As I mentioned earlier, the ParentOrderID is 181019001234567 , that is this is the order ID of my BUY order and Child OrderID is 181019001234569, that is this i…
  • Hi Sujith, Thanks for the information . By the way, as you mentioned previously in comment -- "2. There is no hard limit on the number of modifications but if your algorithm modifies more than 100 times then RMS will be flagged and your API ma…
  • Hi Sujith, 1. Order matter's if you consider time. If data comes in order then we can check instrument token of an incoming tick more faster, which saves the time. So do you know if it comes in order or randomly ? 2. Is the 100 for one order modifi…
  • Hi Sujith, Thanks for your response. Yes I wrote code to manipulate ticks data to generate candle sticks. But suppose, I ran the code at 10 AM, in that case I will miss all the data starting from 9:15 AM to 9:59 AM. In another scenario, If someho…