Recent Activity

  • 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
  • Welcome Aboard!
    July 2018
  • Vivek changed his profile picture.
    Thumbnail
    July 2018
  • dhiraj1891, sanat, jashanjeet, navneet, endeavourcap and 13 others joined.
    Welcome Aboard!
    July 2018
  • Welcome Aboard!
    July 2018
  • User Blocked Contact System Administrator .KYA KARUNGA
    July 2018
  • Welcome Aboard!
    July 2018
  • suvindeepa, Abhi1234, Abhi123, dv0031, chsaipradeep and 4 others joined.
    Welcome Aboard!
    July 2018
  • jg5555, muthug, manoj20, sshiremath2000, girija and 6 others joined.
    Welcome Aboard!
    July 2018
  • samiran
    what is the logic for green and red bar on volume chart. when it is showing green or red
    July 2018
  • samiran
    what is the logic for green and red bar on volume chart.
    how to know when bar is showing green or red
    July 2018
  • Welcome Aboard!
    July 2018
  • xm1160
    hi I am facing an issue since half an hour now.

    the ticker is disconnected as soon as i log in.
    July 2018
  • I didn't get Clint id
    July 2018
  • Hitesh11, YK2168, ajinkyajo, magbt11, vinu81084 and 5 others joined.
    Welcome Aboard!
    July 2018
  • Welcome Aboard!
    June 2018
  • kiranreddy20
    HI Cookie..I am new learner of stock market..trying few algos trading strategies....currenlty i am having issue in storing multiple tickts to database...can you please guide me ...
    June 2018
  • Welcome Aboard!
    June 2018
  • Welcome Aboard!
    June 2018
  • saju_8, rvsw, umesh29k, anujmodi, sachin123 and 9 others joined.
    Welcome Aboard!
    June 2018
  • jogisant_kite
    I have already installed dot net API for Upstox AND NOW would like to install dot net API for KITE as well.

    Kindly share if both could be installed on same machine and if both share same terminology for methods, events, properties.

    I am planning to have both the accounts , kindly share the correct procedure and caution points if any


    Regards
    Rahul
    June 2018
    • HowUTrade
      HowUTrade
      Hi Rahul,

      You can run KiteNet and UpstoxNet simultaneously in the same computer.
      ~99% of the Methods/Properties/Events are same in both DLL.

      Few notable differences
      KiteNet ------ UpstoxNet

      Order Status
      COMPLETE ------ complete
      CANCELLED ------ cancelled
      REJECTED ------ Rejected

      Order Types
      MARKET ------ M
      LIMIT ------ L

      Order Variety
      Regular ------ Simple
      BO ------ OCO

      Product Type
      MIS ------ I
      CNC ------ D
      NRML ------ D

      BO takes Trail in Points where as OCO takes as Ticks

      Refer KiteNet doc for more details https://howutrade.in/docs/kitenet/html/Introduction.htm
  • rbt
    please ask from anybody also for the same @tonystark
    June 2018
  • rbt
    please ask from anybody also for the same @sujith
    June 2018
  • rbt
    Kindly reply @tonystark
    June 2018
  • rbt
    kindly reply @sujith
    June 2018
  • rbt
    please reply @tonystark
    June 2018
  • rbt
    my code is :-
    var KiteTicker = require("./views/scripts/kiteconnect").KiteTicker;
    var ticker = new KiteTicker("**************", access_token);

    ticker.connect();
    ticker.on("ticks", onTicks);
    ticker.on("connect", subscribe);

    function subscribe() {
    var items = [instrument_token];
    ticker.subscribe(items);
    ticker.setMode(ticker.modeFull, items);
    }

    function onTicks(ticks) {
    //if (redirectpage == 'http://localhost:8383/chart') {
    list.add(ticks[0]);
    console.log(ticks[0]);
    StartAPI();
    //console.log(list.length);
    blocks.sort(sortAscending);
    io.emit('ticks', { blocks: blocks });
    io.emit('ticker', { data: ticks[0] });
    }

    kindly help me thanks in advance
    June 2018
  • rbt
    Still i am getting this error

    Unhandled rejection StatusCodeError: 403 - "{\"status\":\"error\",\"message\":\"Token is invalid or has expired.\",\"data\":null,\"error_type\":\"TokenExcepti
    at new StatusCodeError (C:\vivekblocklyproject\node_modules\request-promise-core\lib\errors.js:32:15)
    at C:\vivekblocklyproject\node_modules\request-promise-core\lib\plumbing.js:97:41
    at tryCatcher (C:\vivekblocklyproject\node_modules\request-promise\node_modules\bluebird\js\release\util.js:16:23)
    at Promise._settlePromiseFromHandler (C:\vivekblocklyproject\node_modules\request-promise\node_modules\bluebird\js\release\promise.js:512:31)
    at Promise._settlePromise (C:\vivekblocklyproject\node_modules\request-promise\node_modules\bluebird\js\release\promise.js:569:18)
    at Promise._settlePromiseCtx (C:\vivekblocklyproject\node_modules\request-promise\node_modules\bluebird\js\release\promise.js:606:10)
    at Async._drainQueue (C:\vivekblocklyproject\node_modules\request-promise\n
    June 2018
  • rbt
    please reply sujith
    June 2018
  • rbt
    @sujith kindly help me to get rid from this error
    June 2018