mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-01 15:52:43 +00:00
Merge pull request #12101 from freqtrade/dependabot/pip/develop/ta-lib-0.6.5
chore(deps): bump ta-lib from 0.5.5 to 0.6.5
This commit is contained in:
@@ -5,11 +5,11 @@ import talib.abstract as ta
|
||||
def test_talib_bollingerbands_near_zero_values():
|
||||
inputs = pd.DataFrame(
|
||||
[
|
||||
{"close": 0.00000010},
|
||||
{"close": 0.00000011},
|
||||
{"close": 0.00000012},
|
||||
{"close": 0.00000013},
|
||||
{"close": 0.00000014},
|
||||
{"close": 0.000010},
|
||||
{"close": 0.000011},
|
||||
{"close": 0.000012},
|
||||
{"close": 0.000013},
|
||||
{"close": 0.000014},
|
||||
]
|
||||
)
|
||||
bollinger = ta.BBANDS(inputs, matype=0, timeperiod=2)
|
||||
|
||||
Reference in New Issue
Block a user