Yes. All market data and volatility settings should be tested thoroughly before using them in a live trading environment.
Testing ensures that the bot operates safely, efficiently, and according to your strategy goals.
⚙️ How to Test
API Usage
- Verify
maxRequestsPerSecondandsafeBufferprevent rate-limit violations.
- Verify
Signal Latency
- Confirm
refresh_interval,signal_refresh_interval, anddecision_making_intervalgenerate signals and execute trades on time.
- Confirm
Memory Footprint
- Ensure
max_kline_lengthandchunk_sizedo not overload your system, especially with many symbols.
- Ensure
Demo Mode / Paper Trading
- Run all configurations in a simulated environment.
- Observe bot behavior during volatility, emergency closes, and auto-trades.
- Adjust thresholds based on performance before deploying live.
⚖️ Why It Matters
- Prevents unexpected losses due to misconfigured thresholds.
- Avoids API bans or throttling.
- Confirms system stability under real-world conditions.
🚀 Summary
Always test settings before live trading:
- Validate API usage, signal speed, and memory load
- Use Demo Mode or Paper Trading
- Fine-tune thresholds to ensure safe, reliable live performance