Mean reversion crypto trading bot

Hello everyone, I'm relatively new to Rust and wanted to share my first personal project: a cryptocurrency trading bot that implements a mean reversion strategy. I built it during Rust Bootcamp from Ukrainian Rust Community

Key Features

  • Command-line interface with configurable trading parameters
  • Binance API integration with real and simulation modes
  • Fully configurable strategy via TOML file

The project is currently at MVP stage with core functionality working, but I'm looking to improve code organization, error handling, and testing, and would appreciate any feedback on code/core functionality

PR:

Thanks in advance for any feedback or suggestions!