Lluminor
BotPaused

Freqtrade Crypto Bots

PersonalOtherAlgorithm2025 – present

Overview

3 algorithmic trading strategies in dry run on OKX. EMA breakout for infrastructure tokens (SOL, AVAX), Donchian reclaims for momentum, elite scoring for meme coins (BONK, PEPE). Survived a 48% market crash with only -6% loss. Currently safe-good, not profit-good.

Three algorithmic trading strategies running in dry-run mode on OKX — no real money, but live market data.

EMA breakout strategy targets infrastructure tokens (SOL, AVAX) — riding momentum on confirmed breakouts above key moving averages.

Donchian channel reclaims target momentum coins — entering when price reclaims a key range boundary after a pullback.

An elite scoring system filters meme coins (BONK, PEPE) by volume, momentum, and relative strength before entering.

Survived a 48% market crash with only -6% drawdown. The bots are safe-good but not yet profit-good — risk management works, edge still needs tuning.

Stack

Backend / API

Python

Tooling / AI

Freqtrade

Infra / Deploy

Docker

Database

SQLite

Other

Telegram

Inspiration

Wanted to understand algorithmic trading properly — not just buy signals, but how strategies behave under real market stress.

Structure

Architecture

Strategies
EMA BreakoutDonchian ReclaimsElite Scoring
Runtime
FreqtradeDocker
Exchange
OKX

Schema

Strategy
entryConditionstringrequired
exitConditionstringrequired
stoplosspercentagerequired
roiTargetsobject[]
timeframestringrequired

How it works

01

Strategy Design

Define entry/exit rules, timeframes, and indicator logic for each strategy.

02

Backtesting

Run historical data through Freqtrade's backtesting engine to validate strategy logic.

03

Hyperopt

Optimize strategy parameters using Freqtrade's hyperoptimization framework.

04

Dry Run

Deploy strategies in dry-run mode on OKX — live market data, no real capital.

05

Monitoring

Telegram bot sends trade notifications and daily performance summaries.

06

Analysis

Review trade logs, drawdown behavior, and edge quality after market events.

Jamil Harun · 2026