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
|
ef0fc13235
|
chore: reduce data-load verbosity
|
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 |
Joe Schr
|
12adbeb7f3
|
fix: don't sort stacked imbalances, return empty list if no found...
... also removes helper functions `stacked_imbalance_bid` & `stacked_imbalance_ask`
|
1 year ago |
Joe Schr
|
11976f11b0
|
fix: Improve stacked imbalance detection in orderflow converter
|
1 year ago |
Joe Schr
|
ea96abecd0
|
test: Add comprehensive test for stacked_imbalances with multiple price entries
|
1 year ago |
Joe Schr
|
5589578872
|
test: Update tests for stacked imbalances returning lists
|
1 year ago |
Matthias
|
6c94b75172
|
chore: improve zip loading errorhandling
|
1 year ago |
Matthias
|
5750d05891
|
feat: deprecate hdf5 as data storage
|
1 year ago |
Matthias
|
e8376d5b79
|
feat: add timeframe_to_DateOffset
|
1 year ago |
Matthias
|
e77ca024d7
|
chore: improve naming, don't duplicate column list
|
1 year ago |
Matthias
|
6c25feabf2
|
tests: assert type of orderflow object
|
1 year ago |
Matthias
|
6ab528748e
|
tests: Update orderflow tests
|
1 year ago |
Matthias
|
6584f86bce
|
test: add Spy to improve test
|
1 year ago |
Matthias
|
82d517fcbb
|
test: improve orderflow test
|
1 year ago |
Matthias
|
ff371c43e0
|
tests: add test to ensure caching works
part of #11008
|
1 year ago |
Matthias
|
0bf0e1808c
|
chore: add todo for future cleanup
|
1 year ago |
Matthias
|
29f86afaf4
|
Merge pull request #10858 from xzmeng/binance-public-data
Improve binance historic OHLCV download speed
|
1 year ago |
Matthias
|
6e1c4c2efd
|
test: add test-case for improved error-handling
|
1 year ago |
Matthias
|
f821e504c3
|
tests: update test for new behavior
|
1 year ago |
Matthias
|
20e77bb5d9
|
test: update tests to recognize early failing
|
1 year ago |
Matthias
|
f11e5128ad
|
tests: update tests for new dl-trades behavior
|
1 year ago |
Meng Xiangzhuo
|
7ca39a5c38
|
Merge branch 'develop' into binance-public-data
|
1 year ago |
Meng Xiangzhuo
|
41b725714f
|
chore: bump ruff target-version to 3.10
|
1 year ago |
Meng Xiangzhuo
|
1aa863a92f
|
tests: fix
|
1 year ago |
Matthias
|
e0df0257d1
|
tests: Update history tests for new response
|
1 year ago |
Matthias
|
e96928588e
|
Merge pull request #10639 from jainanuj94/backtesting
Add entry-only and exit-only filters to --indicator-list in backtesting analysis
|
1 year ago |
Joe Schr
|
439658fcf1
|
fix: remove tests for orderflow data missing of other runmodes
|
1 year ago |
Anuj Jain
|
addd27faf8
|
Update tests and docs
|
1 year ago |