This is an automated trading bot for the Quotex platform, integrated with OpenRouter for AI-powered market analysis.
- Auto Trading: Automatically places trades based on signals.
- AI Integration: Uses OpenRouter (LLMs like Llama 3, GPT-4) to analyze market context.
- Demo Mode: Defaults to the practice account for safety.
- Python 3.10+
- Google Chrome: Must be installed for the browser automation to work.
- Quotex Account: You need a valid email and password.
- OpenRouter API Key: For the AI analysis features.
-
Install dependencies:
pip install -r requirements.txt
-
Configure environment:
- Rename or copy
.envfile. - Edit
.envand fill in your details:QUOTEX_EMAIL=your_email@example.com QUOTEX_PASSWORD=your_password OPENROUTER_API_KEY=your_key_here
- Rename or copy
Run the bot from the root directory:
python src/main.pyUse at your own risk. Automated trading bots may violate the Terms of Service of trading platforms like Quotex. This software is for educational purposes only. The authors are not responsible for any financial losses or account bans.