Build, backtest, and deploy trading bots with professional strategy engines
Our automated trading engine uses Python with CCXT library for exchange connectivity. Strategies run on Celery task queues with Redis for real-time execution. Machine learning layer with TensorFlow/PyTorch is available for predictive models.
Backtesting
Engine
Performance
Metrics
Strategy
Alerts
Professional-grade algorithmic trading bots for cryptocurrency markets โ built for learning, testing, and mastering automated strategies.
H13 AutoTrader is a standalone automated trading machine that communicates with our platform via secure APIs. It includes three professional trading strategies:
Uses your actual virtual balance from the platform. When a bot executes a trade, it calls the platform's /deduct or /add API โ just like manual trading. Every transaction is recorded and affects your real platform balance.
โ
Same API calls as manual trading
โ
Affects your actual portfolio
โ
Real profit/loss tracking
Uses a separate simulated balance (starting $100,000). Trades are executed with the same logic but DO NOT affect your real platform balance. Perfect for testing strategies risk-free.
โ
Same bot logic as real trading
โ
No risk to your balance
โ
Learn before deploying live
Key Insight: The ONLY difference between REAL and PAPER trading is which balance the bot uses. Both use identical strategy logic, API calls, and execution paths. This means your paper trading results accurately predict real performance.
Test strategies with paper trading before committing real funds. Our paper bots use identical logic to real trading.
Backtest strategies on 30+ days of historical market data to see how they would have performed.
Compare two strategies side-by-side to identify which performs better in current market conditions.
This Automated Trading system runs as its own standalone machine (Port 5011) and communicates with the H13 platform only via secure APIs. No direct database access. No file manipulation. Each trade request is validated, rate-limited, and logged โ ensuring complete isolation from core platform systems.
| Strategy | Best For | Key Indicators | Timeframe | Risk Level |
|---|---|---|---|---|
| Trend Following | Trending markets | MA Crossover, RSI | 1h - 4h | Moderate |
| Mean Reversion | Range-bound markets | Bollinger Bands | 15m - 1h | Low to Moderate |
| Scalping | High volatility | Order Book, Spread | 1m - 5m | High |