Skip to content

Commit

Permalink
Bugfixes of last days hickups.
Browse files Browse the repository at this point in the history
  • Loading branch information
aLca committed Oct 6, 2024
1 parent 2bbd4b9 commit b59a620
Show file tree
Hide file tree
Showing 80 changed files with 589 additions and 67,468 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ binance_debug_stx.py
build
*.so
testing.py
*.egg-info
*.egg-info
*.btq
.btq
2 changes: 1 addition & 1 deletion __Backtest__Crypto_CCXT_BollingerBands.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from fastquant import backtest, get_crypto_data
crypto = get_crypto_data("ETH", "2018-12-01", "2019-12-31", "15m")
crypto = get_crypto_data("ETH/USDT", "2018-12-01", "2019-01-31", "15m")
backtest('bbands', crypto, period=20, devfactor=2.0)
2 changes: 1 addition & 1 deletion dependencies/backtrader/cerebro.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def iterize(iterable):
for elem in iterable:
if isinstance(elem, string_types):
elem = (elem,)
elif not isinstance(elem, collections.Iterable):
elif not isinstance(elem, collections.abc.Iterable):
elem = (elem,)

niterable.append(elem)
Expand Down
5 changes: 0 additions & 5 deletions dependencies/fastquant/.flake8

This file was deleted.

138 changes: 0 additions & 138 deletions dependencies/fastquant/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions dependencies/fastquant/.pre-commit-config.yaml

This file was deleted.

71 changes: 0 additions & 71 deletions dependencies/fastquant/API.md

This file was deleted.

128 changes: 0 additions & 128 deletions dependencies/fastquant/CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit b59a620

Please sign in to comment.