Trade type

vijoeyz
For a CNC stock:

On day 1, (qty != 0 or t1_qty != 0) == True.
On day 2, I sell the stock but buy it back before market close.

Then:
  1. Will the trading cost be calculated as per intraday?
  2. If qty != 0, then after the sell & buy, will qty == 0 and t1_qty != 0?
  • rakeshr
    @vijoeyz
    Yes, it will be intraday trade. You can go through this article to understand more about this.
    If qty != 0, then after the sell & buy, will qty == 0 and t1_qty != 0?
    After the end buy, your holding quantity will be back to that of the start of the day.
Sign In or Register to comment.