Commit Graph

114 Commits (92bcf672fb82b3c8a897ea537bfbdbbb287c3225)

Author SHA1 Message Date
Matthias 0e92372b0b chore: don't use list[0] - but next
1 year 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
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
2 years ago
Matthias 86721b88ce chore: improve import logic
2 years ago
Matthias 319e8d746f feat: use proper trade objects for liquidation calc
2 years ago
Matthias fe7a88362b feat: add method to fetch binance funding fees
2 years ago
Matthias 0d5919392e test: update binance test
2 years ago
Matthias 45e75f3d09 chore: improve arguments to get_liquidation_price
2 years ago
Matthias 82bc3270e7 test: Update binance test for new approach
2 years 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
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
3 years ago
Matthias 36c45fd14f Remove unused argument from set_leverage
3 years ago
Matthias 3d91dd8a98 Support post-only orders for Binance spot
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
Matthias 980ffa6bfb Add test for binance rounding leverage
3 years ago
Matthias 3497de3dd5 Add more validation
3 years ago
Matthias 1fc97a8008 use Unified futures naming for futures throughout tests
3 years ago
Matthias 0be0ef9e77 Remove duplicate binance test
3 years ago
Matthias 0d1172ca43 Update binance future test
3 years ago
Matthias 787d292ba0 Move "drop_candle" decision to coroutine
3 years ago
Matthias ce13ce4b10 Update binance stoploss order types
3 years ago