Matthias
|
2fe9ceab8d
|
chore: improve variable naming
|
2025-01-05 09:55:17 +01:00 |
|
Matthias
|
f6bf6c52c5
|
chore: use dt_ts to convert timestamp
|
2025-01-05 09:54:59 +01:00 |
|
Matthias
|
503eb1e55d
|
Merge pull request #11120 from freqtrade/feat/BNFCR
Add support for BNFCR
|
2024-12-30 17:31:47 +01:00 |
|
Matthias
|
a58fde367c
|
chore: remove "former OKEX" terminology
|
2024-12-28 12:46:35 +01:00 |
|
Matthias
|
2a45ff08e4
|
fix: update "calculate_fee_rate" to use get_conversation_rate
|
2024-12-21 15:06:04 +01:00 |
|
Matthias
|
7b1ea81a27
|
chore: use safe_value_fallback to get currency rate
|
2024-12-21 15:06:04 +01:00 |
|
Matthias
|
dcc8c8800f
|
feat: conversion_rate should map both sides
|
2024-12-21 15:06:04 +01:00 |
|
Matthias
|
0b9cca27e2
|
feat: add "get_proxy_coin" method
used for BNFCR mode
|
2024-12-21 15:06:04 +01:00 |
|
Matthias
|
c112b84d0f
|
feat: support dynamic proxy coin conversion
|
2024-12-21 15:05:37 +01:00 |
|
Matthias
|
8ee2c849b4
|
fix: round liquidation price to precision in a different spot
closes #11110
|
2024-12-19 19:37:35 +01:00 |
|
Matthias
|
f529cfe8cf
|
chore: fix wrong return typing
|
2024-12-08 16:58:31 +01:00 |
|
Matthias
|
4d36aaff39
|
feat: convert get_valid_pair_combination to generator
|
2024-12-08 16:54:17 +01:00 |
|
Matthias
|
d898c80e65
|
test: Add test for get_conversion_rate
|
2024-12-08 16:40:56 +01:00 |
|
Matthias
|
2ff0abc6e7
|
refactor: conversation rate retrieval to exchange class
for better reusability across the bot.
|
2024-12-08 15:44:46 +01:00 |
|
Matthias
|
3c88bdc60c
|
fix: round liquidation price to price precision
|
2024-12-08 13:35:46 +01:00 |
|
Matthias
|
a85f200450
|
Merge pull request #11000 from freqtrade/feat/multi_wallet
Dry-run multi-wallet support
|
2024-12-07 17:49:32 +01:00 |
|
Matthias
|
29f86afaf4
|
Merge pull request #10858 from xzmeng/binance-public-data
Improve binance historic OHLCV download speed
|
2024-12-01 19:41:40 +01:00 |
|
Matthias
|
69c1de7e4a
|
chore: move fallback param to config directly
|
2024-11-27 18:20:44 +01:00 |
|
Matthias
|
37aba6f7d5
|
feat: Allow fetch_tickers from different marketsegment
|
2024-11-27 06:41:54 +01:00 |
|
Matthias
|
183909f474
|
chore: kwonly for cached arguments
|
2024-11-26 18:29:33 +01:00 |
|
Matthias
|
06bb43b13e
|
chore: add missing docstring
|
2024-11-26 18:29:28 +01:00 |
|
Matthias
|
2ed8e1639f
|
chore: move comment to where it belongs
|
2024-11-26 18:29:21 +01:00 |
|
Matthias
|
e0c6cc1563
|
feat: add log_responses to /balance endpoint
part of #10994
|
2024-11-26 10:23:03 +01:00 |
|
Matthias
|
af8d2490e2
|
feat: improve is_futures market check
|
2024-11-25 19:35:25 +01:00 |
|
Matthias
|
83b87cb812
|
feat: add explicit funding_fee_candle_limit for simplified overriding
|
2024-11-16 11:54:28 +01:00 |
|
Matthias
|
d59bedf977
|
feat: download-trades-data on binance has limited history
with from=0, we can get the initial data available.
closes #10941
|
2024-11-16 10:02:22 +01:00 |
|
Meng Xiangzhuo
|
7ca39a5c38
|
Merge branch 'develop' into binance-public-data
|
2024-11-13 12:14:50 +08:00 |
|
Meng Xiangzhuo
|
acc53065e5
|
refactor: strip fast download logic into a method
|
2024-11-13 10:16:06 +08:00 |
|
Meng Xiangzhuo
|
41b725714f
|
chore: bump ruff target-version to 3.10
|
2024-11-08 04:37:33 +08:00 |
|
Matthias
|
29c1cca990
|
chore: don't modify original dict when initializing ccxt
|
2024-11-07 07:03:01 +01:00 |
|
Matthias
|
8703c87880
|
chore: improve a few more types
|
2024-11-04 19:40:11 +01:00 |
|
Matthias
|
7e010c88b9
|
chore: Improve type safety
|
2024-11-04 19:32:46 +01:00 |
|
Matthias
|
dad921bf5b
|
chore: use CcxtOrder in more places
|
2024-11-04 19:30:51 +01:00 |
|
Matthias
|
e020bafc38
|
chore: simplify calculation by reducing dict lookups
|
2024-11-04 18:22:20 +01:00 |
|
Matthias
|
ecf5e1ce6b
|
chore: first step to improved ccxtOrder Typing
|
2024-11-04 18:16:00 +01:00 |
|
Meng Xiangzhuo
|
cf0f232635
|
refactor: move download klines count message
|
2024-11-02 06:00:37 +08:00 |
|
Meng Xiangzhuo
|
a417698fcd
|
tests: fix test and improve coverage
|
2024-10-30 11:30:12 +08:00 |
|
Matthias
|
5174717ca9
|
fix: ensure createMarketBuyOrderRequiresPrice is only applied to buys
closes #10833
|
2024-10-27 13:56:38 +01:00 |
|
Matthias
|
51dd7fa58e
|
chore: ensure empty leverage tiers files don't cause an exception
|
2024-10-20 15:22:50 +02:00 |
|
Matthias
|
f369151e8e
|
chore: update exchange config to modern typing syntax
|
2024-10-04 06:46:45 +02:00 |
|
Matthias
|
1473abf19a
|
refactor: rename dry-liquidation parameter
passing all open trades will be more flexible for the future.
|
2024-10-02 07:05:00 +02:00 |
|
Matthias
|
45e75f3d09
|
chore: improve arguments to get_liquidation_price
|
2024-10-02 07:05:00 +02:00 |
|
Matthias
|
ec79b0b17b
|
feat: update dry-run calculation params to be more generic
|
2024-10-02 07:05:00 +02:00 |
|
Matthias
|
d23c1e8f92
|
refactor: Move dataframe parsing into get_historic_ohlcv
|
2024-09-20 07:23:52 +02:00 |
|
Matthias
|
2fe67edab3
|
chore: update link to okx liquidation formula
|
2024-09-16 19:05:00 +02:00 |
|
Matthias
|
94ef4380d4
|
chore: remove validate_pairs from exchange class
Invalid pairs were filtered out before this was called in most cases.
in cases where it's not - regular pairlist-filtering provides proper warnings.
|
2024-09-15 11:28:57 +02:00 |
|
Matthias
|
79020bba28
|
chore: Remove "prohibitedIn" check
it's only been used for bitrex, which does no longer exist.
apparently this was forgotten when decomissioning bittrex.
|
2024-09-15 10:49:26 +02:00 |
|
Matthias
|
9f34153c84
|
chore: update typing for reload function
|
2024-09-13 19:45:30 +02:00 |
|
Matthias
|
c04cf6c5cb
|
test: Improve test coverage of retry/fail logic
|
2024-09-13 07:24:08 +02:00 |
|
Matthias
|
5112736385
|
feat: Simplify reload_markets logic
|
2024-09-13 07:24:08 +02:00 |
|