Skip to content

Tags: zlpatel/backtesting.py

Tags

0.3.1

Verified

This commit was signed with the committer’s verified signature.
MNT: Update CHANGELOG for 0.3.1

0.3.0

Verified

This commit was signed with the committer’s verified signature.
MNT: Update CHANGELOG for 0.3.0

0.2.4

Verified

This commit was signed with the committer’s verified signature.
BUG: Aggregate Equity on 'last' when plot resampling

Fixes kernc#162

Thanks @eervin123

0.2.3

Verified

This commit was signed with the committer’s verified signature.
BUG: Fix AssertionError on multiple calls to `trade.close()`

0.2.2

Verified

This commit was signed with the committer’s verified signature.
DOC: Account for markdown link bug in Jupyter

0.2.1

Verified

This commit was signed with the committer’s verified signature.
DOC: Document `Backtest(..., exclusive_orders=)` parameter

Oops.

Fixes kernc#123

0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge PR kernc#47 (Order/Trade/Position API)

0.1.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
MNT: Avoid testing via deprecated setup.py test_suite (kernc#107)

0.1.7

Verified

This commit was signed with the committer’s verified signature.
BUG: Restore support for passing tuple of colors to Strategy.I

Broken since kernc@bae9340

0.1.6

Verified

This commit was signed with the committer’s verified signature.
MNT: Install dependency pre-releases on CI