Is there any API that gives me ATR (Average True Range) Value at a particular point. for example I want to enter a trade at 9:45 AM, at this time can I get the ATR values
Is there any way in KiteXL, meaning is there any API available where in I can directly add stocks in Kite web platform from the stocks selected by my algo in KiteXL. The reason is before entering the trade I need to check some parameters manually in…
how to get the allowed range of price between the Market price and Trigger price in a CO order. For example I place a CO order for a particular stock and select Market, LTP is 100 if I enter 50 as Trigger price (in case of BUY CO order) it will reje…
Thanks for the reply,
Before subscribing for the Historical API data I had some below queries
1 Can we access this API data in KiteXL (if yes then)
2 Will this API give me live 1 min.,3 min. , 5 min. ,10 min. ,15 min... intraday data quotes
(Fo…
Today I saw a very surprising situation on BATAINDIA18OCTFUT script, on the Kite web platform it shows on a 1 Minute scale, the 9:15 candle OPEN and HIGH which is equal to 876.20, on changing the scale from 1 minute to daily the OPEN and HIGH is st…
Thanks, I would be upgrading my MS office from 32-bit to 64-bit, do I have to re-run the batch file that was provided with the KiteXL, My system is running Windows 10 Operation system on 64 bit
Is it possible to get 1 minute intraday data download in csv format for all the 204 Future scrips. For example now if it is 12:00 PM and if I want to download 1 minute intraday data from 9:15 AM to 11:59 AM for all the 204 Future scrips, is is possi…
Thanks, got it, yesterday I actually tested some live transaction with by placing the PlaceCO function. I use the GetOrderStatus function in the cell to check the status, but unfortunately the status does not get updated automatically. Is there any …
Thanks for links, now I will be placing live CO order in the system with 1 quantity I had one doubt, if I forcefully exit the CO order using the ExitCO method then how do I know at what price the CO order has been exit.
Hello, Today I did paper trading by using the Bridge functions.
on placing the bridge CO order that is PlaceCOBridge function, it returned the order id of the main leg,
but I am encountering following issues
1) To get the Child Order ID that is …
Thanks a lot for the quick response, I had some more queries,
Since the PlaceCO function will be executed by the system does the execution wait until the PlaceCO function returns the Order ID or the next line of code is executed what I mean to say …
I got these two API functions
GetOrderDetails Method
Public Function GetOrderDetails (
OrderId As String
) As String
returns output in this format
Order Details as Csv in the below format
EXCHANGE,TOKEN,SYMBOL,PRODUCT,ORDER_TYPE,PRICE,TRIGGER_…