Expand description
A modular trading bot platform.
It can apply different strategy::Strategy
trading on various core::market::Market
using differents data provided by provider::Provider from different provider::source::Source.
Modules§
- app
- Ressources to run the bot.
- cli
- Command-line interface.
- clock
- Types to manage time.
- core
- Types to represent and exchange with markets.
- generics
- Utilities
- logger
- Logger.
- provider
- Types to fetch and store data inputs
- strategy
- Types implementing trading strategies.