Multi-phase architecture for intraday swing trading
This is not financial advice. Trading cryptocurrency carries substantial risk of loss.
A sophisticated algorithmic trading system designed to navigate cryptocurrency markets through systematic analysis, disciplined risk management, and adaptive market classification. Built on three years of development and continuous refinement.
Trades five major cryptocurrencies (BTC, ETH, SOL, ADA, AVAX) with symbol-specific calibration and position sizing adapted to each asset's characteristics.
Dynamically identifies market conditions including trending, volatile, quiet, and bearish states using volatility and trend strength indicators across multiple timeframes.
All trading rules, thresholds, and parameters stored in a PostgreSQL database, enabling systematic optimisation and configuration management without code changes.
Automated pause mechanisms that halt trading for individual symbol-strategy pairs when drawdown thresholds are reached, with multi-criteria resume logic.
Leverages between 1.5x and 2.0x with virtual capital allocation across strategies, prioritising capital preservation over aggressive returns.
Three-phase evaluation process filters opportunities through market classification, hard thresholds, and condition scoring to focus on higher-probability setups.
Analyses current market regime using ATR-based volatility and ADX trend strength across multiple timeframes to determine appropriate trading strategies for current conditions.
Applies strict filtering criteria including trend alignment, RSI positioning, volume confirmation, and pattern validation. Opportunities failing these gates are immediately rejected.
Evaluates qualified opportunities against configurable weighted conditions, calculating composite scores that determine trade execution priority and sizing.
Monitors strategy-level drawdowns with automated pause/resume logic, virtual capital allocation, and position size limits. Includes hypothetical trade tracking during pause periods.
All trading logic is explicit and reviewable. No hidden algorithms or black boxes.
Parameters are calibrated through extensive backtesting using SQL-based configuration updates.
Capital preservation mechanisms are built into every layer of the system architecture.
Three years of iterative development, learning from both successes and failures.
Track the ongoing development and real-world testing of this trading system on Bybit. This is a live learning journey, not a performance guarantee.