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 ,
- You need to maintain the watchlist with equity instruments.
- While placing orders, use the NSE exchange instead of NFO.
- Apart from these changes, almost everything else in the setup remains the same.