Skip to content

Releases: sikienzl/TradingBot

Crypto Trading Bot v1.0.24

06 Jun 16:19

Choose a tag to compare

Crypto Trading Bot v1.0.24

Highlights

  • 7e06840 chore(release): add v1.0.24 release notes
  • 53db1e1 fix(deploy): adopt src/ layout on Pi with PYTHONPATH and normalized imports

Notes Asset

Detailed notes are attached as release-notes-v1.0.24.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.24/install_pi.sh | sudo bash -s -- v1.0.24

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.24/trading-bot-pi-v1.0.24.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.24/trading-bot-pi-v1.0.24.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.24.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.24.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.24

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0.23

06 Jun 15:38

Choose a tag to compare

Crypto Trading Bot v1.0.23

Highlights

  • a5c5f73 fix(release): copy src/ directory instead of root-level files after consolidation
  • 50dc7ac chore(release): add v1.0.23 release notes
  • 6ebe75e fix(ci): add missing test deps (fastapi, uvicorn, httpx)
  • ae984cc fix(ci): add set +e so PIPESTATUS is captured when pytest/ruff fail
  • ffd7c37 fix(ci): add pydantic to test dependencies
  • 3e87603 fix(ci): update PYTHONPATH and import check to use src package layout

Notes Asset

Detailed notes are attached as release-notes-v1.0.23.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.23/install_pi.sh | sudo bash -s -- v1.0.23

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.23/trading-bot-pi-v1.0.23.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.23/trading-bot-pi-v1.0.23.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.23.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.23.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.23

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0.22

16 May 18:31

Choose a tag to compare

Crypto Trading Bot v1.0.22

Highlights

  • 2a03e4a Fix Pi release body generation
  • 7c3074e Document aggressive reversal validation
  • 925698b Add fast exits for downtrend reversal trades
  • 5034d42 Tighten aggressive reversal thresholds
  • 11bd8d9 Tighten downtrend fallback with reversal gate
  • bff0ae3 Harden analysis and enable aggressive fallback diagnostics

Notes Asset

Detailed notes are attached as release-notes-v1.0.22.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.22/install_pi.sh | sudo bash -s -- v1.0.22

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.22/trading-bot-pi-v1.0.22.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.22/trading-bot-pi-v1.0.22.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.22.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.22.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.22

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0.21

06 May 20:37

Choose a tag to compare

Crypto Trading Bot v1.0.21

Highlights

  • 9dd6fe0 docs(release): add notes for v1.0.21 mammouth hotfix
  • d776422 fix: set explicit user-agent for mammouth ai requests
  • 0768bea fix: harden AI copilot error cooldown and env parsing

Notes Asset

Detailed notes are attached as release-notes-v1.0.21.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.21/install_pi.sh | sudo bash -s -- v1.0.21

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.21/trading-bot-pi-v1.0.21.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.21/trading-bot-pi-v1.0.21.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.21.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.21.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.21

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0.20

06 May 07:50

Choose a tag to compare

Crypto Trading Bot v1.0.20

Highlights

  • 1a74386 fix: make AI copilot cadence month-safe

Notes Asset

Detailed notes are attached as release-notes-v1.0.20.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.20/install_pi.sh | sudo bash -s -- v1.0.20

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.20/trading-bot-pi-v1.0.20.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.20/trading-bot-pi-v1.0.20.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.20.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.20.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.20

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0.19

06 May 07:34

Choose a tag to compare

Crypto Trading Bot v1.0.19

Highlights

  • 235311d docs: add curated release notes for v1.0.19
  • d14cdb7 ci: support manual release dispatch in workflow
  • b4a8474 Add budget-capped AI copilot with Grafana cap metrics
  • a38e6ac Relax default EMA20 entry requirement
  • 5872bbb Retrain CatBoost model with latest market data
  • 2b211e7 Add portfolio start value metric for Grafana

Notes Asset

Detailed notes are attached as release-notes-v1.0.19.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.19/install_pi.sh | sudo bash -s -- v1.0.19

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.19/trading-bot-pi-v1.0.19.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.19/trading-bot-pi-v1.0.19.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.19.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.19.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.19

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0.18

05 May 18:47

Choose a tag to compare

Crypto Trading Bot v1.0.18

Highlights

  • 00191dd docs: curated release notes for v1.0.18
  • c9c3494 feat: require higher CatBoost confidence for buys
  • 17f35e4 feat: gate CatBoost signals against rules

Notes Asset

Detailed notes are attached as release-notes-v1.0.18.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.18/install_pi.sh | sudo bash -s -- v1.0.18

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.18/trading-bot-pi-v1.0.18.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.18/trading-bot-pi-v1.0.18.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.18.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.18.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.18

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0-deployed

05 May 19:54

Choose a tag to compare

Crypto Trading Bot v1.0-deployed

Highlights

  • f6d3ee3 Deployment: Profit-maximization features live on Raspberry Pi (dry-run mode, 2026-05-05 21:41:57)
  • 97a13dc Improve short-term profit exits

Notes Asset

Detailed notes are attached as release-notes-v1.0-deployed.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0-deployed/install_pi.sh | sudo bash -s -- v1.0-deployed

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0-deployed/trading-bot-pi-v1.0-deployed.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0-deployed/trading-bot-pi-v1.0-deployed.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0-deployed.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0-deployed.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0-deployed

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0.17

03 May 06:57

Choose a tag to compare

Crypto Trading Bot v1.0.17

Highlights

  • 897c7e7 feat: add aggressive/balanced/conservative scorecard gate profiles
  • 22f2436 feat: add rolling and source-delta go/no-go gates

Notes Asset

Detailed notes are attached as release-notes-v1.0.17.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.17/install_pi.sh | sudo bash -s -- v1.0.17

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.17/trading-bot-pi-v1.0.17.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.17/trading-bot-pi-v1.0.17.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.17.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.17.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.17

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)

Crypto Trading Bot v1.0.16

02 May 05:23

Choose a tag to compare

Crypto Trading Bot v1.0.16

Highlights

  • 8b94d6a docs: curated release notes for v1.0.16
  • b44105b fix: include research-signal units and fetch_research_signal.py in Pi package

Notes Asset

Detailed notes are attached as release-notes-v1.0.16.txt.

Raspberry Pi Quick Install

Download and run the installer on your Pi (as root):

curl -fsSL https://github.com/sikienzl/TradingBot/releases/download/v1.0.16/install_pi.sh | sudo bash -s -- v1.0.16

Or manually:

# 1. Download the package
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.16/trading-bot-pi-v1.0.16.tar.gz
# 2. Verify checksum
curl -LO https://github.com/sikienzl/TradingBot/releases/download/v1.0.16/trading-bot-pi-v1.0.16.tar.gz.sha256
sha256sum -c trading-bot-pi-v1.0.16.tar.gz.sha256
# 3. Extract
tar -xzf trading-bot-pi-v1.0.16.tar.gz
# 4. Run installer
sudo bash scripts/install_pi.sh v1.0.16

After installation

  1. Edit /opt/trading_2/.env – set your API keys.
  2. sudo systemctl start trading-bot
  3. sudo journalctl -u trading-bot -f

What's included

  • Runtime Python scripts
  • Pi-optimised requirements-pi.txt
  • Systemd service & timer units (deploy/)
  • One-shot installer (scripts/install_pi.sh)