RootTrade Documentation
Comprehensive guide to deploying and managing your trading ecosystem with RootTrade
Multi-Asset Support
Trade forex, stocks, commodities, cryptocurrencies, and more from a single platform
White Label Solution
Fully customizable platform with your branding and custom features
Enterprise Security
Bank-grade encryption, 2FA, and comprehensive audit trails
Cloud & On-Premise
Deploy on your infrastructure or use our managed cloud solution
Documentation Overview
Everything you need to master RootTrade
Getting Started
Broker Management
Trader Tools
Liquidity Management
API Documentation
Quick Start Guide
Get up and running with RootTrade in minutes
Installation Steps
Download RootTrade
Get the latest version from your account dashboard
wget https://rootdigit.com/downloads/roottrade-latest.tar.gzExtract and Install
Extract the package and run the installer
tar -xzf roottrade-latest.tar.gz && ./install.shConfigure Database
Set up your database connection and initial settings
roottrade configure --databaseStart Services
Launch RootTrade services and access the admin panel
roottrade startInstallation Complete!
Access your RootTrade admin panel at https://your-server:8443/admin
API Integration
Connect your systems with RootTrade APIs
REST API Example
// Create new trading account
POST /api/v1/accounts
{
"type": "live",
"leverage": 100,
"currency": "USD",
"initial_balance": 10000
}
// Response
{
"account_id": "ACC123456",
"status": "active",
"created_at": "2024-01-15T10:30:00Z"
}WebSocket Streaming
// Subscribe to market data
ws.send({
"action": "subscribe",
"symbols": ["EUR/USD", "GBP/USD"],
"type": "ticker"
});
// Receive real-time updates
{
"symbol": "EUR/USD",
"bid": 1.0845,
"ask": 1.0847,
"timestamp": 1705321845
}Additional Resources
Everything you need to succeed with RootTrade
Technical Specifications
Detailed technical requirements, architecture diagrams, and system specifications
View Specifications →Deployment Guide
Best practices for production deployment, scaling, and performance optimization
Read Guide →Security Guide
Security best practices, compliance requirements, and audit procedures
View Security Guide →Need Help with RootTrade?
Our expert support team is available 24/7 to assist with implementation and troubleshooting