Broker Setup And Local Deployment
Run IMC on a machine you control, connect a broker, and expose only the interfaces you need.
Local Development
- Clone the India-marketConnector project.
- Install backend and frontend dependencies from that repo.
- Configure broker credentials.
- Start the Flask server.
- Open the IMC UI at
http://127.0.0.1:5000. - Generate or copy the API key for your active broker.
Production Notes
- Prefer HTTPS when exposing IMC outside localhost.
- Keep broker credentials and API keys out of source control.
- Use analyzer mode before live trading.
- Confirm the active broker and mode before running automated strategies.
- Keep the WebSocket proxy reachable if your strategy needs streaming data.