Introduction
Algorithmic trading software consists of two core components:
- Base Framework - Includes a web-based admin panel and encapsulated generic functionalities.
- Strategies - Implements trading algorithms/logic. Multiple strategies can be developed, allowing different trading pairs under one account to run distinct strategies.
This OKX-compatible software supports developing signal-copying strategies for OKX Exchange.
Key Features
1. Login
Secure access to the trading dashboard.
2. Strategy Management
Strategy List
View and manage all active strategies.
Add Strategy
- Strategy Name: Must match the name set during development.
- Strategy Alias: User-friendly display name.
Strategy Parameters
Customizable variables for flexibility. Examples:
MA_PERIOD: Adjusts moving average cycles (e.g., 8 for BTC/USDT, 12 for ETH/USDT).K_LINE_LEVEL: Sets K-line timeframes (15-minute, 1-hour, etc.).
How to Add Parameters:
- Identify parameters预留 during strategy development.
- Input values tailored to each trading pair.
3. Account Management
Link OKX API keys with trading permissions.
Account List
Track all connected OKX accounts.
Add Account
Enter:
- Account Name
- API Key
- Secret Key
- Passphrase
👉 Learn how to create OKX API keys
Add Trading Pairs
Select pairs aligned with your strategy’s logic (e.g., BTC/USDT, ETH/USDT).
- No limit on the number of pairs.
- Parameters auto-load when a strategy is selected.
Version 2.0 Roadmap
Planned upgrades:
- Modernized UI/framework.
- Pre-built strategies for broader use.
Custom Strategy Development
While current strategies are for internal use, custom strategy development is available.
FAQ
Q: Can I run multiple strategies simultaneously?
A: Yes! Assign different strategies to separate trading pairs under one account.
Q: How secure are API integrations?
A: All keys are encrypted and require explicit trading permissions.
Q: What if my strategy needs unique parameters?
A: Design预留 parameters during development for runtime customization.
👉 Explore advanced algorithmic trading