This project enables you to perform algorithmic and systematic trading on the IG Trading platform via low latency REST API calls. You can place trades based on predefined strategies. The project is designed to be easily configurable and extendable.
- Create and manage trading sessions with IG API
- Fetch account and market details
- Place trades based on predefined strategies
- IG Trading Account
- IG API Key
- Docker
- Visual Studio Code
git clone https://github.com/armaanPy/algowave
- Open Visual Studio code, and open the repository as a Development Container.
# /workspaces/algowave/.env
IG_USERNAME=[IG_USERNAME]
IG_PASSWORD=[IG_PASSWORD]
IG_API_KEY=[IG_API_KEY]
# Standard Buy/Sell Trade
python -m algowave.standard_trade --config algowave/configs/[config_file]