Port details |
- py-bt Flexible backtesting framework to test quantitative trading strategies
- 0.2.9_1 finance
=0 0.2.9Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-12-27 02:39:35
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- Also Listed In: python
- License: MIT
- Description:
- bt is a flexible backtesting framework for Python used to test quantitative
trading strategies. Backtesting is the process of testing a strategy over a
given data set. This framework allows you to easily create strategies that mix
and match different Algos. It aims to foster the creation of easily testable,
re-usable and flexible blocks of strategy logic to facilitate the rapid
development of complex trading strategies.
The goal: to save quants from re-inventing the wheel and let them focus on the
important part of the job - strategy development.
bt is coded in Python and joins a vibrant and rich ecosystem for data analysis.
Numerous libraries exist for machine learning, signal processing and statistics
and can be leveraged to avoid re-inventing the wheel - something that happens
all too often when using other languages that don't have the same wealth of
high-quality, open-source projects.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}bt>0:finance/py-bt@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/finance/py-bt/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/py-bt
- pkg install py39-bt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-bt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-bt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1672107963
SHA256 (pmorissette-bt-v0.2.9_GH0.tar.gz) = 2c1fedd577b56d4a5b816c9c42b1c58cc6d96e750560b90c3f2bdf71cca601b9
SIZE (pmorissette-bt-v0.2.9_GH0.tar.gz) = 3664420
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-ffn>=0.3.5 : finance/py-ffn@py39
- py39-pyprind>=2.11 : misc/py-pyprind@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-ffn>=0.3.5 : finance/py-ffn@py39
- py39-pyprind>=2.11 : misc/py-pyprind@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- finance_py-bt
- USES:
- python:3.8+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.9_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.2.9 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.2.9 27 Dec 2022 02:38:42
    |
Yuri Victorovich (yuri)  |
finance/py-bt: New port: Flexible backtesting framework to test quantitative
trading strategies |
Number of commits found: 3
|