Skip to main content

Radix Aggregated DEX Trading Bot

Project description

RadBot

Radix Aggregated DEX Trading Bot

RadBot is an automated trading bot for the Radix DLT network. It monitors token prices 24/7 and executes trades across aggregated DEX liquidity based on your chosen strategy.

Features

  • Multiple Strategies — Manual indicator-based, Ping Pong, and AI-powered machine learning
  • Technical Indicators — RSI, MACD, Bollinger Bands, Moving Average Crossover, ATR, and more
  • AI Optimization — Machine learning auto-tunes strategy parameters after sufficient trade data
  • Non-Custodial — Your keys never leave your machine; wallet password stays in RAM only
  • Real-Time Dashboard — Live price charts, balance tracking, trade history, and profit analytics
  • Aggregated DEX Routing — Finds the best swap route across Radix DEX pools

Quick Start

Install from PyPI

pip install radbot

Or clone and install locally

git clone https://github.com/AkondLtd/radbot.git
cd radbot
pip install -e .

Run

radbot

Requirements

  • Python 3.11 or later
  • Windows, Linux, or macOS
  • An active internet connection (for Radix Gateway API access)
  • XRD tokens in your wallet for trading and network fees

Linux Prerequisites

Some dependencies include C extensions that need compilation. Install the build tools first:

# Ubuntu / Debian
sudo apt install python3-dev build-essential

# Fedora / RHEL
sudo dnf install python3-devel gcc

# Arch
sudo pacman -S base-devel

macOS Prerequisites

xcode-select --install

First Steps

  1. Load your wallet — Create a new wallet, import a seed phrase, or load an existing wallet file
  2. Configure trade pairs — Browse available token pairs and select which ones to track
  3. Create a trade — Pick a pair, choose a strategy, set your amount, and start trading
  4. Monitor — Watch your trades execute on the Active Trades tab

See the full Getting Started Guide for detailed instructions.

Strategies

Strategy Description
Ping Pong Buy at a fixed low price, sell at a fixed high price — simple and predictable
Manual You configure technical indicators (RSI, MACD, etc.) and RadBot follows the signals
AI Strategy Machine learning analyses your trade history and optimises indicator parameters automatically

Project Structure

radbot/
├── core/           # Radix blockchain interaction (wallet, transactions, network)
├── config/         # Application and database configuration
├── constants/      # Strategy type definitions
├── database/       # SQLite database managers (trades, balances, tokens, history)
├── gui/            # PySide6 Qt GUI (tabs, components, styling)
├── images/         # Icons and images
├── indicators/     # Technical indicator implementations
├── models/         # Data models
├── services/       # Background services (trade monitor, price history, AI)
├── security/       # Dependency verification
├── utils/          # Utility helpers
├── docs/           # User documentation
├── libs/           # Platform-specific libraries (Cairo DLLs for Windows)
├── main.py         # Application entry point
└── version.py      # Version metadata

Security

  • Wallet passwords are held in RAM only and erased on exit
  • Private keys are never written to disk unencrypted
  • Seed phrases are never stored by RadBot
  • Fee configuration uses compiled native modules with integrity verification
  • Dependency hashes are verified at startup

License

This project is licensed under the GNU Affero General Public License v3.0.

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radbot-1.0.18.tar.gz (10.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

radbot-1.0.18-py3-none-any.whl (10.9 MB view details)

Uploaded Python 3

File details

Details for the file radbot-1.0.18.tar.gz.

File metadata

  • Download URL: radbot-1.0.18.tar.gz
  • Upload date:
  • Size: 10.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for radbot-1.0.18.tar.gz
Algorithm Hash digest
SHA256 f739bd1f81b9168e556e7312c0c9090f0c0458e74abba65e5d9966f7f1a166ad
MD5 38e89e449da3c87c9a69bcd5609803a5
BLAKE2b-256 ac5be143fd8345939c2e4a4b57935216b977267396a693bd3a2a44a0fab3815d

See more details on using hashes here.

File details

Details for the file radbot-1.0.18-py3-none-any.whl.

File metadata

  • Download URL: radbot-1.0.18-py3-none-any.whl
  • Upload date:
  • Size: 10.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for radbot-1.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 071dbc9b0474f8a8d577d8823c46cf448e2f429756c9cf1494c8de043697be47
MD5 a69934468bd7cf27a21baa7411bdc5f3
BLAKE2b-256 65344a188d2d8cd4ecf7afc4657bac3fb2feff4238fb8a9311f0c95b5c7de9b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page