Documentation
Everything you need to build, test, and deploy your trading strategies with AlgoHive.
Welcome to the AlgoHive documentation. Here you'll find everything you need to build, test, and deploy automated trading strategies.
Quick Start
New to AlgoHive? Start here:
- Create Your Account — Sign up and connect your exchange
- Build Your First Strategy — A step-by-step walkthrough
- Understanding the Studio — Learn the interface
Core Concepts
Building Strategies
- Data Sources — Connect to exchanges and markets
- Analysis Blocks — Indicators, signals, and calculations
- Entry Rules — Define when to enter positions
- Manage Rules — Stop losses, take profits, and position management
Testing & Deployment
- Backtesting — Test strategies on historical data
- Deployment — Go live with paper or real trading
- Operations — Monitor and manage running strategies
Reference
- Indicators — All available technical indicators
- Expression Syntax — How to write expressions
- Code Blocks — Custom JavaScript/Python logic
- Custom Data Sources — External APIs and on-chain data
Examples
Learn from real strategy examples:
- MA Crossover — Simple moving average strategy
- RSI Mean Reversion — Mean reversion with RSI
- Multi-Timeframe — Advanced multi-timeframe analysis