This directory contains detailed documentation for the Trade Simulator application, which provides high-performance simulation of cryptocurrency trading costs using real-time market data.
-
Almgren-Chriss Market Impact Model
- Theoretical background on the market impact model
- Implementation details and parameter calibration
- Integration with other models
-
Regression Models for Slippage and Trade Analysis
- Linear and quantile regression approaches for slippage estimation
- Logistic regression for maker/taker proportion prediction
- Feature engineering and model validation techniques
-
Performance Optimization Techniques
- Data processing pipeline optimizations
- Memory management strategies
- Concurrency and threading approach
- Benchmarking results
-
- Application structure and component design
- Threading model and state management
- Error handling and communication patterns
- Future scalability considerations
For setup instructions and basic usage, please refer to the main README.md in the project root directory.
- Source code documentation is available as docstrings within each module
- Performance metrics can be viewed in the application's Performance Metrics tab
- Log files are stored in the
logsdirectory for diagnostic information