rakeshr

About

Username
rakeshr
Joined
Visits
9,904
Last Active
Roles
Unconfirmed, Member, Moderator

Activity

  • ShreeAlgoTrader
    Thank you Rakeshr " You have made my day" .The issue is resolved after activating Historical data API.Once again Thank you for helping .
    October 2020
  • Yash_Patel
    Hi Sir,
    I have tried running your code as mentioned in https://kite.trade/forum/discussion/comment/25535/#Comment_25535

    But it is stopped with error uncleany handshake.

    All i wanted to do is to store all the ticks in one list so that I can do further operation on the same.

    Any guidance will be helpful! :)
    July 2020
  • arthite
    I am new, pls can anyone help me out with getting live tick by tick ohlc data into excel - clear
    May 2020
  • fizkha
    hello sir... can u please guide me how i can add multi user support fr my app? to enable more than one zerodha id on my app?
    February 2020
  • anurags
    @rakeshr Hi. Can you help me get Previous day OI close using Kite API, because I need to calculate days change in OI live
    February 2020
  • sachinstlko09
    Hi,
    On continuation of the given thread
    https://kite.trade/forum/discussion/6159/kite-api-v3-buy-sell-order-placing

    Facing issue of code exit after placing the Buy/Sell order.
    Because of exit of the code; I can not capture anything after placing the order.

    Please Guide.
    August 2019
  • deepmangukiya
    hello rakhesh i want to know the function which can provide me the all active open bracket order positions. i mean if there are total 10 pending bracket order request and 2 of them are activated so i need those 2 active orders list /. can you please suggest me the function i can call to get those information ? because i call kite.GetPositions(); but it gives me all the positions of all the day but i only need just currently active bracket orders not pending and not completed.
    June 2019
  • Abhishek Gupta
    This is regarding your todays reply on my question where you referred me to use "regular" instead of "REGULAR".

    I am quite surprised as i am using KITE api for more than 1 year and "REGULAR" always worked for me.
    Do we have any change in codebase recently ?

    Thanks
    January 2019
  • HAs
    Hi, I need OHLC for current day for every current 15 mintues, in excel. Candle Data

    For. eg. i want apply logic of if open price of Current candle is greater the suggetsed price then Buy..

    Please Help..
    October 2018
  • rohit3389
    can you help me to do login using java, not able to put password,userId using htmlUnit
    July 2018
  • rohit3389
    already i have App(Kite connect + Publisher), i deactivated it.
    how/where subscribe historical api. i dont want to activate my App(Kite connect + Publisher) right now. i just need historical data.
    July 2018
  • WG8719

    Dictionary ltps = kite.GetLTP(InstrumentId: new string[] { "NSE:INFY", "NSE:ASHOKLEY" });


    How to retrive LTP of multiple scripts??

    please help me with coading..
    im using c#.net
    July 2018
  • k365
    • rakeshr
      rakeshr
      Replied on https://kite.trade/forum/discussion/comment/15808#Comment_15808.
  • RL0520
    hello sir what is param
    December 2017
    • rakeshr
      rakeshr
      Param means parameter.Can you let us know values you are sending for instrument_token, to_date, from_date, interval ,continuous boolean value to fetch historical data?