Introduction
Algorithmic trading software consists of two core components: a foundational framework and customizable strategies. The framework includes a web-based admin panel and standardized functional modules. The strategy layer allows users to implement unique trading algorithms—multiple strategies can operate simultaneously under one account, each tailored to specific trading pairs.
This software specializes in developing OKX-led trading strategies, optimizing execution speed and precision.
Key Features
1. User Login
Securely access the platform with encrypted credentials.
2. Strategy Management
Strategy List
View all active and archived strategies in a centralized dashboard.
Add New Strategy
- Strategy Name: Must match the name defined during development.
- Strategy Alias: A user-friendly label for easy identification.
3. Strategy Parameters
Strategies often require dynamic variables. For example:
- A moving average (MA) strategy might need adjustable
MA_PERIODvalues (e.g., 8 for BTC/USDT, 12 for ETH/USDT). - A multi-timeframe strategy could include a
K_LINE_LEVELparameter to toggle between 15-minute or 1-hour intervals.
Adding Parameters
Input parameters during strategy setup based on predefined developer placeholders.
4. Account Management
Link your OKX API keys to enable trading permissions.
Account List
Monitor all connected API accounts.
Add New Account
Provide:
- Account Name
- API Key
- Secret Key
- Passphrase
👉 Learn how to create OKX API keys
5. Trading Pair Configuration
Add pairs aligned with your strategy’s logic—e.g., BTC/USDT and ETH/USDT for targeted algorithms, or multiple pairs for universal strategies.
Upon selecting a strategy, required parameters auto-load for customization.
Roadmap: Version 2.0
Planned enhancements include:
- A modernized UI and development framework.
- Pre-built strategies available for public use.
Custom Strategy Development
While current strategies are proprietary, custom strategy development is available. Contact us for tailored solutions.
FAQs
1. What’s the minimum setup required?
You’ll need:
- OKX API credentials.
- A defined strategy (custom or pre-built).
2. Can I run multiple strategies simultaneously?
Yes, assign different strategies to distinct trading pairs under one account.
3. How secure is the API integration?
All keys are encrypted and never stored in plaintext.
4. What if my strategy requires frequent parameter updates?
Adjust parameters anytime via the strategy management panel.
👉 Explore advanced trading tools
5. Is there a limit to trading pairs per strategy?
No—add as many pairs as your strategy logic supports.