| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b7efdcd commit b0cfdc7
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -93,7 +93,7 @@ Live Trading and backtesting platform written in Python. | |||
| 93 | 93 | - *TA-Lib* indicator support (needs python *ta-lib* / check the docs) | |
| 94 | 94 | - Easy development of custom indicators | |
| 95 | 95 | - Analyzers (for example: TimeReturn, Sharpe Ratio, SQN) and ``pyfolio`` | |
| 96 | - integration | ||
| 96 | + integration (**deprecated**) | ||
| 97 | 97 | - Flexible definition of commission schemes | |
| 98 | 98 | - Integrated broker simulation with *Market*, *Close*, *Limit*, *Stop*, | |
| 99 | 99 | *StopLimit*, *StopTrail*, *StopTrailLimit*and *OCO* orders, bracket order, | |
@@ -124,7 +124,7 @@ Python 2/3 Support | |||
| 124 | 124 | ================== | |
| 125 | 125 | ||
| 126 | 126 | - Python ``2.7`` | |
| 127 | - - Python ``3.2`` / ``3.3``/ ``3.4`` / ``3.5`` / ``3.6`` | ||
| 127 | + - Python ``3.2`` / ``3.3``/ ``3.4`` / ``3.5`` / ``3.6`` / ``3.7`` | ||
| 128 | 128 | ||
| 129 | 129 | - It also works with ``pypy`` and ``pypy3`` (no plotting - ``matplotlib`` is | |
| 130 | 130 | not supported under *pypy*) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,6 @@ | |||
| 22 | 22 | unicode_literals) | |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | - __version__ = '1.9.66.122' | ||
| 25 | + __version__ = '1.9.67.122' | ||
| 26 | 26 | ||
| 27 | 27 | __btversion__ = tuple(int(x) for x in __version__.split('.')) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,10 @@ | |||
| 1 | + 1.9.67.122 | ||
| 2 | + - Fix compression only scenarios when resampling and resampling after | ||
| 3 | + changes in 1.9.66.122 | ||
| 4 | + - Final correction for rollover fix introduced in 1.9.66.122 | ||
| 5 | + - Cover use case for mininum period calculation when all | ||
| 6 | + operations/indicators don't use the data feeds directly but lines of it | ||
| 7 | + | ||
| 1 | 8 | 1.9.66.122 | |
| 2 | 9 | - Fix regression introduced with 8f537a1c2c271eb5cfc592b373697732597d26d6 | |
| 3 | 10 | which voids the count of lost trades | |
| Back | FazBrowse Home | New Git URL |
0 commit comments