トレーディング戦略のためのPythonバックテストライブラリ
Project description
BackcastPro
トレーディング戦略のためのPythonバックテストライブラリ。
インストール
PyPIから(エンドユーザー向け)
pip install BackcastPro
開発用インストール
開発用に、リポジトリをクローンして開発モードでインストールしてください:
git clone <repository-url>
cd BackcastPro
pip install -e .
開発モードインストール(pip install -e .)
- 上記で実行したpip install -e .コマンドは、プロジェクトを開発モードでインストールしました
- これにより、srcディレクトリが自動的にPythonパスに追加されます
使用方法
from BackcastPro import Strategy, Backtest
from BackcastPro.lib import resample_apply
# ここにトレーディング戦略の実装を記述
ドキュメント
バグ報告
バグを報告したり、ディスカッションボードに投稿する前に、
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.0.3.tar.gz
(22.2 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.0.3.tar.gz.
File metadata
- Download URL: backcastpro-0.0.3.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be4bdf61aa148d7a82f92414b57577a70bb9e551cbde1b17a9c290e97d1ac896
|
|
| MD5 |
f9ddc81c60a9fe2054eff7193ab7be61
|
|
| BLAKE2b-256 |
8f226a042febace548fafcbbf7feb2990eebd318cce05a3747cb0708e6e01ec2
|
File details
Details for the file backcastpro-0.0.3-py3-none-any.whl.
File metadata
- Download URL: backcastpro-0.0.3-py3-none-any.whl
- Upload date:
- Size: 25.9 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 |
611058d4c4e5b7f632412b40a0230a3ed7d909cd7047055b78248349622ca8aa
|
|
| MD5 |
28833695b5574cdadac6b9664ef8841a
|
|
| BLAKE2b-256 |
70779ccc3ffdef46e43cae987e215c06d15777eae8512822492fedaaf82a8af9
|