承接 stochastix/core 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stochastix/core

Composer 安装命令:

composer require stochastix/core

包简介

Backtesting framework built with Symfony

README 文档

README

Stochastix CI

Stochastix is a high-performance, event-driven quantitative trading backtesting engine built with PHP and Symfony. It provides a modular and extensible framework for developing, testing, and analyzing algorithmic trading strategies.

Key Features

  • Event-Driven Architecture: Built for performance and realism.
  • Advanced Order Types: Supports Market, Limit, and Stop orders with a full pending order book.
  • Multi-Timeframe Engine: Develop strategies that analyze data across multiple timeframes simultaneously.
  • Extensible Metrics: A full suite of performance metrics (Sharpe, Sortino, Calmar, etc.) with a dependency-aware calculation engine.
  • High-Performance Storage: Custom binary file formats for efficient market data storage and retrieval.
  • User Interface: Modern web interface to download market data, launch backtest and analyze results.
  • REST API: A complete API for building custom interfaces, including real-time progress updates via Mercure.

Documentation

For the latest official documentation, visit the Stochastix Documentation.

Installation

This project is a Symfony bundle. To install it in your application:

  1. Require the bundle with Composer:

    composer require stochastix/core
  2. Enable the bundle (if not using Symfony Flex): In config/bundles.php, add:

    return [
        // ...
        Stochastix\StochastixBundle::class => ['all' => true],
    ];

Contributing

We welcome contributions from the community! Please read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

统计信息

  • 总下载量: 37
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 14
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 14
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-16