トレーディング戦略のためのPythonバックテストライブラリ
Project description
BackcastPro
トレーディング戦略のためのPythonバックテストライブラリ。
インストール(Windows)
PyPIから(エンドユーザー向け)
python -m pip install BackcastPro
開発用インストール
開発用に、リポジトリをクローンして開発モードでインストールします。
git clone <repository-url>
cd BackcastPro
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -e .
python -m pip install -r requirements.txt
開発モードインストール(python -m pip install -e .)
- プロジェクトを開発モードでインストールします
srcディレクトリが自動的に Python パスに追加されます
使用方法
from BackcastPro import Strategy, Backtest
# ここにトレーディング戦略の実装を記述
ドキュメント
バグ報告 / サポート
- バグ報告や要望は GitHub Issues へ
- 質問は Discord コミュニティへ(招待リンク)
- 使い方はドキュメントをご参照ください
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
backcastpro-0.1.3.tar.gz
(22.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file backcastpro-0.1.3.tar.gz.
File metadata
- Download URL: backcastpro-0.1.3.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73cac62a17c4f3ddcba012a528b66252ea1ba6d6a43e05c4d8c7bbff51239e6b
|
|
| MD5 |
b557c1212ae807b77e97c2c3ca7c582d
|
|
| BLAKE2b-256 |
d98a99d92807e41d8a29c8759005503e8576fa2fa63a9a4f56d539379a567f7f
|
File details
Details for the file backcastpro-0.1.3-py3-none-any.whl.
File metadata
- Download URL: backcastpro-0.1.3-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ab94865ec943879b9d9c6d7820f727cef1c68404d430aeeddb0f5420b7aea0c
|
|
| MD5 |
8722e995791ea3d196cc9c7f7736138f
|
|
| BLAKE2b-256 |
8b61851fcdd47d636da046f02981ced746274e851a69e0980f069055de12f6f4
|