Port details |
- py-bt Flexible backtesting framework to test quantitative trading strategies
- 1.1.0 finance =3 1.1.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-12-27 02:39:35
- Last Update: 2024-11-03 06:54:54
- Commit Hash: 1d95663
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- Also Listed In: python
- License: MIT
- WWW:
- http://pmorissette.github.io/bt/
- https://github.com/pmorissette/bt
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 py311-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 py311-bt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-bt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1723003170
SHA256 (pmorissette-bt-v1.1.0_GH0.tar.gz) = 5f1a30e3f5cd4d20803213b1f38a4c0189e04f58d88f5f5118e03f957564442d
SIZE (pmorissette-bt-v1.1.0_GH0.tar.gz) = 9948499
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:
-
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-ffn>=1.1.0 : finance/py-ffn@py311
- py311-pyprind>=2.11 : misc/py-pyprind@py311
- py311-tqdm>=4 : misc/py-tqdm@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- finance_py-bt
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0 03 Nov 2024 06:54:54 |
Yuri Victorovich (yuri) |
finance/py-bt: Update WWW |
1.1.0 07 Aug 2024 17:06:20 |
Yuri Victorovich (yuri) |
finance/py-bt: update 1.0.1 → 1.1.0
Reported by: portscout |
1.0.1 24 Jun 2024 07:49:04 |
Yuri Victorovich (yuri) |
finance/py-bt: update 1.0.0 → 1.0.1
Reported by: portscout |
1.0.0 20 Jan 2024 05:20:54 |
Yuri Victorovich (yuri) |
finance/py-bt: Add missing cython dependency
One dependency port was providing cython as a run-time dependency by mistake,
until this was recently fixed and exposed this build failure.
Reported by: fallout |
1.0.0 20 Dec 2023 17:53:55 |
Yuri Victorovich (yuri) |
finance/py-bt: update 0.2.9 → 1.0.0
Reported by: portscout |
0.2.9_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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 |