Should these settings be tested before live trading?

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

  1. API Usage

    • Verify maxRequestsPerSecond and safeBuffer prevent rate-limit violations.
  2. Signal Latency

    • Confirm refresh_interval, signal_refresh_interval, and decision_making_interval generate signals and execute trades on time.
  3. Memory Footprint

    • Ensure max_kline_length and chunk_size do not overload your system, especially with many symbols.
  4. 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

📎 Related Topics