Matthias
|
308c80c7b2
|
test: add test to skip download-data for binanceus
|
4 weeks ago |
Matthias
|
ca7234e33f
|
test: fix dry-stop tests
|
3 months ago |
Matthias
|
b9e9f6f040
|
refactor: indicate private methods by convention
|
5 months ago |
Matthias
|
c6061daec4
|
test: rename tests to match scheme
|
5 months ago |
Matthias
|
5be0352705
|
test: add binance spot-delist test
|
5 months ago |
Matthias
|
7aab3b34d6
|
test: add more tests for delist exchange code
|
5 months ago |
Matthias
|
66020d250c
|
test: update test trades pagination handling to use _ft_has
|
8 months ago |
Matthias
|
0e92372b0b
|
chore: don't use list[0] - but next
|
11 months ago |
Matthias
|
6931b81daa
|
test: add test for binance specific history_id
|
1 year ago |
Matthias
|
80d776af56
|
test: ensure tests use old method
|
1 year ago |
Matthias
|
f1c5d4a970
|
chore: ruff format updates
|
1 year ago |
Matthias
|
a19872d640
|
chore: clean up running event loops after test
|
1 year ago |
Matthias
|
ae1baf5789
|
test: mock price_to_precision for liquidation calculations
|
1 year ago |
Matthias
|
29f86afaf4
|
Merge pull request #10858 from xzmeng/binance-public-data
Improve binance historic OHLCV download speed
|
1 year ago |
Matthias
|
5f363f5c9d
|
chore: properly remove ccxt reference
|
1 year ago |
Matthias
|
675b996f57
|
chore: improved naming in test case
|
1 year ago |
Matthias
|
927f5e2c8b
|
tests: enhanced test for get_trade_history on binance
|
1 year ago |
xzmeng
|
660863392b
|
refactor: rename fetch_ohlcv to download_archive_ohlcv
|
1 year ago |
Meng Xiangzhuo
|
1893ac7ed6
|
tests: patch thirty party libs from imported location
|
1 year ago |
Meng Xiangzhuo
|
03033a0684
|
refactor: use exchange.markets to avoid loading ccxt markets
|
1 year ago |
Meng Xiangzhuo
|
a417698fcd
|
tests: fix test and improve coverage
|
1 year ago |
Meng Xiangzhuo
|
4e585c5c34
|
feat: implement Binance.get_historic_ohlcv detail
|
1 year ago |
Meng Xiangzhuo
|
867aae868d
|
refactor: move is_new_pair logic to Binance.get_historic_ohlcv
|
1 year ago |
Matthias
|
9ba0c54295
|
chore: cleanup test code
|
1 year ago |
Matthias
|
86721b88ce
|
chore: improve import logic
|
1 year ago |
Matthias
|
319e8d746f
|
feat: use proper trade objects for liquidation calc
|
1 year ago |
Matthias
|
fe7a88362b
|
feat: add method to fetch binance funding fees
which is necessary to calculate accurate liquidation prices
|
1 year ago |
Matthias
|
0d5919392e
|
test: update binance test
|
1 year ago |
Matthias
|
45e75f3d09
|
chore: improve arguments to get_liquidation_price
|
1 year ago |
Matthias
|
82bc3270e7
|
test: Update binance test for new approach
|
1 year ago |
Matthias
|
a250cf7ebe
|
test: Remove unnecessary asyncio decorators
|
2 years ago |
Matthias
|
5cca19bb83
|
refactor: simplify binance liquidation test setup
|
2 years ago |
Matthias
|
1b7056853b
|
refactor: move test_liquidation_price_binance to binance test file
|
2 years ago |
Matthias
|
5c371133a0
|
chore: Improve wording
|
2 years ago |
Matthias
|
f3e2dcd342
|
chore: update get_patched_exchange argument
|
2 years ago |
Matthias
|
1e287de589
|
chore: fix mote A violations in tests and scripts
|
2 years ago |
Matthias
|
c8626d9412
|
ruff format: Update tests/exchange
|
2 years ago |
Matthias
|
0f9e846587
|
Update Tests data to work with new cached levtiers
|
2 years ago |
Matthias
|
21cf5fc679
|
Fix use of string.format()
|
3 years ago |
Matthias
|
a0336c83c3
|
Update method casing in tests
|
3 years ago |
Matthias
|
5e13b48648
|
Merge pull request #8386 from freqtrade/feature/price_to_precision_round
price to precision rounding
|
3 years ago |
Matthias
|
444d18aa39
|
Revert binance PO fix, since ccxt has fixed this bug.
|
3 years ago |
Matthias
|
0cb28f3d82
|
Use kwarg for rounding_mode, update tests with additional parameter
|
3 years ago |
Matthias
|
150c5510c7
|
Don''t fully fail bot when invalid price value is reached
closes #8300
|
3 years ago |
Matthias
|
36c45fd14f
|
Remove unused argument from set_leverage
|
3 years ago |
Matthias
|
3d91dd8a98
|
Support post-only orders for Binance spot
closes #8044
|
3 years ago |
Matthias
|
bcdf4e0fe8
|
Use variable for exchange mocks to shorten lines
|
3 years ago |
Matthias
|
31c7b3e136
|
Update binance leverage tiers
|
3 years ago |
Matthias
|
3397e47ccf
|
Rename stoploss() to create_stoploss()
|
3 years ago |
Matthias
|
eab724fe54
|
Merge branch 'develop' into fut/stop_price_type
|
3 years ago |