-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Carl Brown edited this page Dec 18, 2024
·
1 revision
Welcome to the Trading System documentation. This wiki provides comprehensive information about the trading system's architecture, setup, components, and usage.
This trading system is a sophisticated C# application designed for automated trading with the following key features:
- Real-time trading execution
- Risk management and validation
- Market data processing
- Strategy optimization and backtesting
- Health monitoring and alerting
- Support for multiple exchanges (TradingView, Tradovate)
The system is organized into several key modules:
- Common: Core interfaces and models
- Core: Central system coordination and monitoring
- Infrastructure: Data access and persistence
- RealTrading: Live trading implementation
- StrategySearch: Trading strategy development and optimization
- TradingSystem.Console: Command-line interface
- Check the Setup Guide for installation instructions
- Review the Architecture Overview to understand the system
- See Components for detailed module documentation
- Read Contributing for development guidelines
For issues and feature requests, please use the GitHub issue tracker following the guidelines in the Contributing guide.