What's Under The Hood

Every feature listed here exists in the codebase and has been verified across 45,000+ candles of market data. No vaporware. No roadmap promises. This is what runs today.

Indicator Engine Core
15+ technical indicators calculated in real-time on every candle. Battle-tested computation engine handling continuous market data.
RSI — Relative Strength Index (14)
MACD — 12/26/9 convergence divergence
EMA — Exponential moving averages (20, 50, 200)
SMA — Simple moving averages (20, 50, 200)
Bollinger Bands — 20-period, 2 std dev
ATR — Average True Range (14)
ADX — Average Directional Index (14)
Stochastic RSI — Momentum oscillator
SuperTrend — Trend-following indicator
Keltner Channels — Volatility bands
Donchian Channels — Breakout detection
OBV — On-Balance Volume
MFI — Money Flow Index
VWAP — Volume-weighted average price
OGZ-TPO — Proprietary two-pole oscillator

Strategy Orchestrator Core
Plug in your own trading strategies. Each strategy evaluates independently, competes on confidence, and the best signal wins. No blended soup — clean, owned decisions.

Independent Evaluation

Every strategy runs its own logic on every candle and returns a direction and confidence score. No interference between strategies.

Core

Winner-Takes-All

The strategy with the highest confidence above threshold wins the trade. One entry signal, one exit contract. Clean ownership.

Core

Strategy Templates

Implement evaluate(), return { direction, confidence }. Documentation and examples included. Plug in and compete.

Core

Configurable Thresholds

Per-strategy confidence minimums, global trade confidence gates, and confluence requirements. All from one config file.

Core

Exit Contract System Core
Every trade gets its own exit contract based on which strategy opened it. Per-strategy stop losses, take profits, trailing stops, and tiered exits.

Per-Strategy Exit Contracts

Each strategy defines its own SL, TP, trailing stop, activation threshold, and max hold time. The trade follows its contract from open to close.

Core

Tiered Profit Taking

Three configurable profit tiers exit partial positions at different levels. Lock in gains progressively instead of all-or-nothing.

Core

Trailing Stops

Trailing stop activates after a profit threshold, then follows price at a configurable distance. Rides winners, protects gains.

Core

Universal Circuit Breakers

Hard stop loss and account drawdown limits override everything. Safety nets that can never be disabled or overridden by strategies.

Core

Risk Management Core
Multiple layers of risk protection. Position sizing, drawdown limits, daily loss caps, and confidence-scaled sizing.

Drawdown Protection

Maximum drawdown limits at the account level. If hit, all trading pauses until conditions reset. Configurable thresholds.

Core

Daily Loss Limits

Daily, weekly, and monthly loss caps prevent catastrophic runs. Each configurable independently.

Core

Confidence-Scaled Sizing

Higher confidence signals get larger position sizes. Lower confidence gets smaller exposure. Automatic risk calibration.

Core

Single Config Source

Every risk parameter lives in one config file. No scattered hardcoded values. Change once, applies everywhere.

Core

Live Trading & Dashboard Core
Real-time exchange connection and monitoring dashboard. WebSocket data feed, order execution, and operation proof logging.

Kraken Exchange Adapter

Live WebSocket connection to Kraken. Real-time OHLCV data, order placement, position management. More exchanges planned.

Core

Real-Time Dashboard

TradingView-powered charts with live candles, indicator overlays, trade markers, and position tracking. WebSocket-fed, real-time updates.

Core

Operation Proof Logs

Every trade, every decision, every restart is recorded automatically. Verified behavior published as proof. No silent resets.

Core

Candle Integrity

Gap detection, stale data handling, automatic backfill. If data is missing or delayed, the bot pauses until integrity is restored.

Core

Analysis & Backtesting Pro
Advanced analysis tools and backtesting infrastructure for serious strategy development.

Backtest Engine

Run your strategies against historical data with real fee calculations. Per-strategy attribution shows exactly which strategies make money and which don't.

Pro

Pattern Memory Bank

Records candlestick patterns and their outcomes. Over time, builds a database of what patterns actually lead to profitable trades in your market.

Pro

Volume Profile

Identifies value areas, points of control, and balanced vs. imbalanced markets. Filters trend strategies during choppy conditions.

Pro

Market Regime Detection

Classifies current market as trending, ranging, or volatile. Strategies can adapt behavior or sit out unfavorable regimes.

Pro

Fibonacci Level Detection

Automatically identifies key Fibonacci retracement and extension levels. Provides confluence data to boost strategy confidence at key levels.

Pro

Multi-Timeframe Analysis

Aggregates 1-minute candles into 5m, 15m, 30m, 1h, 4h, and daily timeframes. Strategies can confirm signals across multiple timeframes.

Pro

Pipeline Diagnostic Harness

Verify your entire trading pipeline is working correctly. Tests config propagation, gate verification, exit contract ownership, and fee calculations.

Pro

Enhanced Pattern Recognition

Detects candlestick patterns with confidence scoring. Patterns are recorded and tracked against actual trade outcomes for continuous learning.

Pro

Built Different. Verified Daily.

Every feature on this page runs in production today. See it yourself.

View Pricing