Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
AlphEast 0.1.0 documentation
AlphEast 0.1.0 documentation

Contents:

  • Quick Start
  • alpheast
    • alpheast package
      • alpheast.config package
        • alpheast.config.backtest_config module
        • alpheast.config.config_loader module
        • alpheast.config.data_source module
      • alpheast.data package
        • alpheast.data.alpha_vantage_price_bar_client module
        • alpheast.data.price_bar_client module
      • alpheast.events package
        • alpheast.events.event module
        • alpheast.events.event_enums module
        • alpheast.events.event_queue module
      • alpheast.handlers package
        • alpheast.handlers.data_handler module
        • alpheast.handlers.execution_handler module
        • alpheast.handlers.simulated_execution_handler module
      • alpheast.models package
        • alpheast.models.backtest_results module
        • alpheast.models.interval module
        • alpheast.models.price_bar module
        • alpheast.models.signal module
      • alpheast.portfolio package
        • alpheast.portfolio.benchmark_calculator module
        • alpheast.portfolio.portfolio module
        • alpheast.portfolio.portfolio_manager module
      • alpheast.position_sizing package
        • alpheast.position_sizing.common package
          • alpheast.position_sizing.common.fixed_allocation_sizing module
          • alpheast.position_sizing.common.fixed_quantity_sizing module
        • alpheast.position_sizing.base_position_sizing module
      • alpheast.shared package
        • alpheast.shared.metrics module
        • alpheast.shared.plotting module
      • alpheast.strategy package
        • alpheast.strategy.common package
          • alpheast.strategy.common.bollinger_bands_strategy module
          • alpheast.strategy.common.buy_and_hold_strategy module
          • alpheast.strategy.common.macd_strategy module
          • alpheast.strategy.common.rsi_strategy module
          • alpheast.strategy.common.sma_crossover_strategy module
        • alpheast.strategy.base_strategy module
      • alpheast.engine module
  • Contributing
Back to top
View this page

Welcome to AlphEast Backtesting Engine’s documentation!¶

AlphEast is an event-driven backtesting engine designed for developing and evaluating quantitative trading strategies.

Contents:

  • Quick Start
    • Installation
    • Understanding the Engine’s Core Components
    • Basic Usage Example
  • alpheast
    • alpheast package
  • Contributing
    • Github Workflow
    • Get Started Developing
    • Style Guides
    • Code of Conduct
    • Reporting Bugs or Requesting Features
    • Community and Support
Next
Quick Start
Copyright © 2025, Tudor Andrei Orban
Made with Sphinx and @pradyunsg's Furo