i agree it is meant for the back testing. but some times wrong data provided so how can we back test on right way. our back testing also becomes a wrong .
yes for the same day but just five minute before data. i passed instrument token date from time to time and date.
for example if current this is 11:16 minute i passed 11:10 to 11:15 data. but this kind of wrong data i got and this is not happen ev…
yes i do . from your kite library here is the code for c#.net library
// CO MARKET exiting
kite.CancelOrder(
OrderId: "1234",
Variety: Constants.VARIETY_BO,
ParentOrderId: "5678"
…
from_date - 09:10:00 and to_date - 09:11:00 can i use the same at 9:11 minute? i mean current time is 9:11 and i want a data of 9:10 than can i use above parameters because my current time is the same minutes i pass to to_date parameter .
and ca…
i know sir but i need this kind of stuff to trade in some ways automatically. so every strategy need a single tick to get data. if possible please suggest me a way else i will manage my code.
i mean there is problem with graphical representation in your chart. it gives a open price in the api response you must display the candle with the same open price which is given in the api response. but both are different . and gap is to high whil…
what Prefix N means ? NFO that only get nifty 50 equity future data or all because i use NFO it is working with tcs but still provide me null values while using with infosys. NFO:INFY20FEBFUT not working with infosys. i cant understand why this is …
and this is not for one particular equity this difference is in the all equities.
i hope market closing price for any script must be the same and match with the nse data. here is some different data returning in the object response in out panel. so…
yes but i have gone through the many sites and they all have the perfect and the same data compare to nse but here sometimes gap more than the 0.5% so tell me from which api can i get the prev close price at the day end same as the listed on nse…
ok but what does it mean if i only can change trigger price. if my trigger price was at 10 and now i changer it to 20 than what happen? is my trade will exit at 10 or 20?
every time it returns success with order id but when i check after refresh no value is changed in the bracket order. the same value still there what is provided while taking an order.