Guides¶
In-depth guides for using dgbit effectively.
Available Guides¶
-
Trading Strategies
Learn how to use dgbit's built-in trading strategies
-
Backtesting
Test strategies with historical data and analyze performance
-
Live Trading
Execute trades on Bybit with real or testnet funds
-
Custom Strategies
Build your own trading strategies with dgbit
Workflow Overview¶
graph LR
A[Research] --> B[Backtest]
B --> C[Optimize]
C --> D[Paper Trade]
D --> E[Live Trade]
E --> F[Monitor]
F --> A
- Research: Develop trading ideas and hypotheses
- Backtest: Test strategies against historical data
- Optimize: Tune parameters for better performance
- Paper Trade: Test with testnet funds
- Live Trade: Deploy with real capital
- Monitor: Track performance and refine
Best Practices¶
Start Small¶
- Begin with testnet and small position sizes
- Validate strategies thoroughly before scaling
Risk Management¶
- Always use stop-losses
- Limit position sizes relative to capital
- Diversify across multiple strategies/assets
Continuous Improvement¶
- Monitor strategy performance regularly
- Adapt to changing market conditions
- Keep detailed trading logs