Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

FaulveCorps/Omega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omega Trading Bot for Quotex

This is an automated trading bot for the Quotex platform, integrated with OpenRouter for AI-powered market analysis.

Features

  • 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.

Prerequisites

  1. Python 3.10+
  2. Google Chrome: Must be installed for the browser automation to work.
  3. Quotex Account: You need a valid email and password.
  4. OpenRouter API Key: For the AI analysis features.

Installation

  1. Install dependencies:

    pip install -r requirements.txt
  2. Configure environment:

    • Rename or copy .env file.
    • Edit .env and fill in your details:
      QUOTEX_EMAIL=your_email@example.com
      QUOTEX_PASSWORD=your_password
      OPENROUTER_API_KEY=your_key_here

Usage

Run the bot from the root directory:

python src/main.py

Disclaimer

Use 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages