2.4 KiB

Orderflow Backtest System Documentation

Overview

This directory contains comprehensive documentation for the Orderflow Backtest System, a high-performance cryptocurrency trading data analysis platform.

Documentation Structure

📚 Main Documentation

  • CONTEXT.md: Current project state, architecture decisions, and development patterns
  • architecture.md: System architecture, component relationships, and data flow
  • API.md: Public interfaces, classes, and function documentation

📦 Module Documentation

🏗️ Architecture Decisions

📋 Development Guides

Quick Navigation

Topic Documentation
Getting Started README.md
System Architecture architecture.md
Metrics Calculation modules/metrics.md
Database Schema API.md
Development Setup CONTRIBUTING.md
API Reference API.md

Documentation Standards

This documentation follows the project's documentation standards defined in .cursor/rules/documentation.mdc. All documentation includes:

  • Clear purpose and scope
  • Code examples with working implementations
  • API documentation with request/response formats
  • Error handling and edge cases
  • Dependencies and requirements

Maintenance

Documentation is updated with every significant code change and reviewed during the development process. See CONTRIBUTING.md for details on documentation maintenance procedures.