sauravkedia

About

Username
sauravkedia
Joined
Visits
259
Last Active
Roles
Member

Activity

  • ashuthinks
    Hi
    i got your id from kit api forum.
    i saw discussion with MAG regarding 5 minutes candle formation.
    could you please help me in that?

    i'm working on banknifty

    i have azure webjob which will continuously listen data from
    private void OnTick(Tick TickData)
    {
    ProcessTick(TickData);
    }
    and inside ProcessTick i want to generate 5 minutes candle OHLC and there only i will check 5munites high cross my CPR value ot not if yes i will take trade.

    private void ProcessTick(Tick tickData)
    {

    var candleTickData = new List();

    var tickDataHis = new CandleTickData()
    {
    InstrumentID = tickData.InstrumentToken,
    Close = tickData.LastPrice,
    High = tickData.LastPrice,
    Low = tickData.LastPrice,
    Open = tickData.LastPrice,
    TimeStamp = tickData.Timestamp.HasValue ? tickData.Timestamp.Value : DateTime.Now,
    Volume = tickData.Volume

    };

    candleTickData.Add(tickDataHis);

    // TODO:->Logic here to generate and process 5 min candle OHLC
    }

    thanks in advance.
    October 2020
  • ImVishal
    Hi, can you help me setting up Phantomjs on aws. I accidentally deleted my running instance
    August 2019
  • ajay_varma
    hey @sauravkedia, can you please help me out to integrate nse futures and mcx realtime data on my website or android application...??
    please mail me at [email protected]
    September 2018
  • vineet_meharia
    Hi Saurav.. Was reading your comments and discussion with @mag regarding string and retrieving websocket tick data. I am complete newbie in this and just starting to think about creating a securities master database from scratch. Was wondering if you could spare a few minutes to help me out and point me in the right direction. Thanks !
    June 2018
  • sauravkedia, , , , and 15 others joined.
    Welcome Aboard!
    April 2017