A small example package
Project description
BackcastPro
A Python backtesting library for trading strategies.
Installation
From PyPI (for end users)
pip install BackcastPro
Development Installation
For development, clone the repository and install in development mode:
git clone <repository-url>
cd BackcastPro
pip install -e .
開発モードインストール(pip install -e .)を行う
- 先ほど実行したpip install -e .により、プロジェクトが開発モードでインストールされています
- これにより、srcディレクトリが自動的にPythonパスに追加されました
Usage
from BackcastPro import Strategy, Backtest
from BackcastPro.lib import resample_apply
# Your trading strategy implementation here
Documents
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.2.tar.gz
(56.7 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.2.tar.gz.
File metadata
- Download URL: backcastpro-0.0.2.tar.gz
- Upload date:
- Size: 56.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d0bc05901e1ca770e1825f1454c6e4dac8636143e44c9add5d2c0433e52fa7a
|
|
| MD5 |
7be4113382020e89e3e8e3c99d2916af
|
|
| BLAKE2b-256 |
1beac69a8cc3c997b6a6159b41e315dde7a56f70813465ab7dd07dd13d807fd3
|
File details
Details for the file backcastpro-0.0.2-py3-none-any.whl.
File metadata
- Download URL: backcastpro-0.0.2-py3-none-any.whl
- Upload date:
- Size: 60.0 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 |
64dedd8eaf682d149169b8f2f7c46550fd51ea6d5c4a15ccb2ac28d0beeba7e7
|
|
| MD5 |
d13a27011d9c22e2650be53c7701013b
|
|
| BLAKE2b-256 |
936655a896f42c841265e805b7d202893bbad7e7490dd9ea93ec463675868d55
|