Matthias
|
4b278941b8
|
test: small improvements to test clarity
|
2 months ago |
Matthias
|
8b1b16cb08
|
test: cleanup unnecessary test fixture
|
2 months ago |
Matthias
|
d15d08a2d5
|
test: Improve refresh_backtest test
|
2 months ago |
Matthias
|
359eba462b
|
feat: add candle_types argument to download-data
|
3 months ago |
Matthias
|
38e48c0c5e
|
test: update refresh ohlcv data test
|
3 months ago |
Matthias
|
0ec1066b34
|
test: add test for funding_rate fix
|
3 months ago |
Matthias
|
62d4da3b94
|
test: add test for get_funding_rate_timeframe
|
3 months ago |
Matthias
|
acc69e0d2e
|
test: fix a couple more tests
|
3 months ago |
Matthias
|
5110d0bdde
|
test: update a couple of tests for new behavior
|
3 months ago |
Matthias
|
e792bafe21
|
test: update test to ensure rel_mean is reasonable
|
3 months ago |
Matthias
|
fe95581acd
|
test: update rel_mean test to use USDT Pairs
This will allow highlighting a problem pointed out in #12588
|
3 months ago |
Matthias
|
7f831f8a9c
|
test: update tests for new test pairs
|
3 months ago |
Matthias
|
7137461891
|
feat: improved download-data logging
|
3 months ago |
Matthias
|
73dccb0780
|
test: Add test case for no parallel on 1 combo
|
3 months ago |
Matthias
|
2015ccc727
|
test: update parallel-history test
|
3 months ago |
Matthias
|
70ec376657
|
test: further expand drawdown test
|
3 months ago |
Matthias
|
1a506dc4b4
|
test: add tests for high/low logic
|
3 months ago |
Matthias
|
92c9f443e8
|
test: add test for dp.check_delisting
|
5 months ago |
Matthias
|
985805e0d5
|
test: add test for order_book_to_dataframe
|
5 months ago |
Matthias
|
9f436dcd1e
|
chore: fix RUF043 violations
|
5 months ago |
Matthias
|
6de7c70e7e
|
Merge pull request #11625 from alisalama/develop
Parallelisation of iterative data downloads for speed improvement
|
6 months ago |
Matthias
|
5f1d9cbab1
|
Merge pull request #12151 from mpagnoulle/feat/trades-timerange-filtering
Trades TimeRange filtering for FeatherDataHandler and _if_enabled_populate_trades
|
6 months ago |
Maxime Pagnoulle
|
9d5295fdb4
|
feat: Support for unbounded start and/or end in timerange filtering, added associated tests
|
6 months ago |
Matthias
|
eaf3fc8833
|
test: add negative test for parallel download
|
6 months ago |
Matthias
|
94c5ddc13d
|
test: add test covering parallel pair merging
|
6 months ago |
Matthias
|
ef0fc13235
|
chore: reduce data-load verbosity
|
6 months ago |
Matthias
|
d037f67f74
|
test: add parallel download test
|
6 months ago |
Matthias
|
b1b6341a6e
|
test: improve parallel test to capture caching
|
6 months ago |
Matthias
|
59ab51c06c
|
test: Update basic test for calls to parallel-download
|
6 months ago |
Matthias
|
3ff1e31a81
|
test: don't use fixture if it's only used once
|
6 months ago |
Maxime Pagnoulle
|
f21c5ea88a
|
feat: Remove redundant filtering, add tests for pyarrow trade filtering, use date utils for date to ts conversion
|
6 months ago |
Matthias
|
271ba462b1
|
test: improved formatting for simplified digestion
part of #12054
|
7 months ago |
Matthias
|
690918f8d3
|
test: add test for historic_tick_size with small numbers
part of #12054
|
7 months ago |
Matthias
|
d010a050d3
|
chore: autoformat tests
|
8 months ago |
Matthias
|
deb8bde078
|
refactor: tests - update timezone.utc to UTC
|
8 months ago |
Matthias
|
081fa2209a
|
refactor: correct naming of new function
|
10 months ago |
Matthias
|
7d3fa41911
|
test: add tests for get_significant_digits_over_time
|
10 months ago |
Matthias
|
d8b51875bf
|
test: update tests for new file structure
|
10 months ago |
Matthias
|
073b625355
|
test: update test for calculate_market_change
|
10 months ago |
Matthias
|
0aa05855d5
|
chore: unpack instead of list concat
|
11 months ago |
mrpabloyeah
|
3edc442f48
|
Fix drawdown calculation when maximum drawdown occurs on the first trade
|
11 months ago |
mrpabloyeah
|
a3f23fd4fb
|
Also fix the expected result in the test
|
11 months ago |
Matthias
|
35cc7da9b3
|
fix: keep pair index per pair
closes #11479
|
12 months ago |
Matthias
|
e1f6702932
|
feat: add SQN calculation as backtest metric
|
12 months ago |
Matthias
|
f8f21cfc9c
|
fix: Improve error message for download-data edgecase
hyperliquid doesn't provide historic data, neither klines nor trades.
This made the error message missleading.
closes #11270
|
1 year ago |
Matthias
|
f1c5d4a970
|
chore: ruff format updates
|
1 year ago |
Matthias
|
b57cedeab7
|
Merge pull request #11178 from TheJoeSchr/fix/orderflow_imbalance_list
Fix:orderflow returns a list for stacked imbalances
|
1 year ago |
Matthias
|
e2bdf2a97f
|
tests: fix remaining hdf5 occurance
|
1 year ago |
Matthias
|
6760d44761
|
tests: Update tests with removed hdf5 handler
|
1 year ago |
Joe Schr
|
fd7272ba63
|
chore: fix unterminated string literal in test runner
|
1 year ago |