Reply by: QuantDeveloper_Pune
Third-party servers and cloud services are prohibited unless integrated with broker system. So you cant run algos from your own AWS or Digital Ocean server directly. You need to use broker's infra or get your algo registered with exchange if it exceeds speed thresholds. For libraries, use Python with broker APIs like Zerodha Kite, Angel One SmartAPI, or Upstox API. Also checkout libraries like TA-Lib for technical indicators and backtrader for backtesting.