Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. jorawarjora
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Best 0
    • Groups 0

    Topics created by jorawarjora

    • J

      Websocket Streaming Code for C# web application
      C#/.Net SDK • • jorawarjora

      5
      0
      Votes
      5
      Posts
      77
      Views

      D

      @admin I too have similar problem, not receiving proper data, just receiving Datetime and value, tick information was not there.. I am using same code which you share us .

      script : nse_fo|43141 => for NIFTY03NOV2117000PE

      static void WriteResult(object sender, MessageEventArgs e)
      {
      Console.WriteLine("Tick Received : " + e.Message);
      }

      All the time its printing Tick received with DateTime stamp, Is script param correct?

    • J

      How to exit all the Opened Positions in one go or one by one?
      General Discussion • • jorawarjora

      4
      0
      Votes
      4
      Posts
      54
      Views

      A

      HI @jorawarjora Its is same as we do in in discretionary trading.If we execute a buy order for a call option of x strike price and and then we execute a sell order for the same x strike price then there will be no position open.