Algo trading for equity

The “Master Algo Trading with Python” videos seem focused on intraday trading. Can someone help me understand what changes are needed in the code for equity trading?

Hi @sunita_sriv ,

  1. You need to maintain the watchlist with equity instruments.
  2. While placing orders, use the NSE exchange instead of NFO.
  3. Apart from these changes, almost everything else in the setup remains the same.