Commit Graph

376 Commits (8309d92cefb7a71c3e1436a6ce2181f7dbbe052d)

Author SHA1 Message Date
Matthias 40aa0800de Additional fix to eliminate some word-ignores
2 years ago
Christian Clauss 99b4767bf4 Fix typos discovered by codespell
2 years ago
Matthias 0b1f702ef9 Improve testcase
2 years ago
Matthias 7f386874ad Trim dataframes accordingly ...
2 years ago
Matthias 3f8078618e add Combine dataframes with pct_change
2 years ago
Matthias 60a62d933c Fix some failing mocks
2 years ago
Matthias 5e0aa9108c Update tests correspondlingy
2 years ago
Matthias 4aff24f6df Fix imports that import directly from file
2 years ago
Matthias 66e43f2fe8 Adjust tests for new arguments
2 years ago
Matthias bdd63aa1d6 FIx futures trades pair download directory
2 years ago
Matthias 5dee60921f Fix test for convert_trades_to_ohlcv
2 years ago
Matthias 66f4839101 Further increase test coverate of max_drawdown
2 years ago
Matthias f89147fd44 Allow limiting kraken pairs to `--pairs` selection
2 years ago
Matthias 5890665931 Add BTC/USDT to test markets
2 years ago
Matthias 8d72ee358c Improve code styles ...
2 years ago
Matthias 6aa4de4d29 Tests for enhanced list-data functionality
2 years ago
Matthias 96a8263c57 trades_to_ohlcv_multi test adjustment
2 years ago
Matthias 79ecca3e40 Add test for trades-conversation on different dates
2 years ago
Matthias 1ae3b1e622 Fix weekly resamples to ensure they're on monday.
2 years ago
Matthias 34ac2dc9ae Further improve ohlcv test
2 years ago
Matthias efe332a395 Fix wrong test comment
2 years ago
Matthias 8fd2dcd257 Impove tests for yearly resample
2 years ago
Matthias 656b32814b Have trade_converter use timeframe_as_resample_freq
2 years ago
Matthias 5167f6936d Prepare converter to work on 1s data.
2 years ago
Matthias fdf88a8019 Improve test showing that 1m and 1s conversion is identical.
2 years ago
Matthias 087c59cfbf Fix data generation bug with 3m data
2 years ago
Matthias 83480d90f1 Extend test range to more timeframes
2 years ago
Matthias 67abfcf4d4 Add generic ohlcv_to_dataframe_multi test to ensure code works for diff. timeframe ranges
2 years ago
Matthias c9dd99a4b5 Enhance test to properly capture correct downloading of different futures types
2 years ago
Robert Caulk ea8edbd23b
Merge pull request #9552 from thojou/fix-freqai-populate-features-timerange
2 years ago
Matthias 881247a823 use isinstance for type checks
2 years ago
Thomas Joußen 3f44f56f6f Remove bool from get_required_startup because its unused.
2 years ago
Matthias e79a58e1c4 Add test case to verify behavior in #9432
2 years ago
Matthias c62e52c759 Add test for dp_get_required_startup
2 years ago
Matthias 5ab61d9da4 Improve missing data output
2 years ago
Matthias 555f4b51e1 Further improvements to test setup
2 years ago
Matthias be82248e01 Remove futher usages of Path(tmpdir)
2 years ago
Matthias 7bed7801cc Further test simplifications
2 years ago
Matthias bbdc6c0f5c improve pandas syntax to avoid deprecation error
2 years ago
Matthias 74709461e3 Improve exception wording
3 years ago
Matthias a2d8f92e05 Add rudimentary test for test_trade_converter
3 years ago
Matthias 123e51774e Move trades-to-ohlcv tests
3 years ago
Matthias 0c7cb29ea1 Don't use type() is comparisons
3 years ago
Matthias 4fefae6f07 Improve download-trades test
3 years ago
Matthias 399e308e07 Fix bug in --dl-trades downloading
3 years ago
Matthias 3d8dcd1644 Improve and parametrize trades_data tests
3 years ago
Matthias 30064b4102 Add support for trades data in Parquet format
3 years ago
Matthias 5de3b9d7ae Clean up no longer used method
3 years ago
Matthias 26c89d89e4 Keep original timestamp in dataframe
3 years ago
Matthias 357b04202c Datahandlers should store data from dataframes
3 years ago