xmatthias
|
569e8a74b0
|
chore: update pre-commit hooks
|
2024-05-02 03:02:33 +00:00 |
|
goodmost
|
38b35ec528
|
chore: remove repetitive words
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
|
2024-04-28 18:14:19 +08:00 |
|
Matthias
|
5f1ab7508f
|
Add idex subclass defining the applicable ohlcv limit
|
2024-04-25 08:18:21 +02:00 |
|
xmatthias
|
652819309d
|
chore: update pre-commit hooks
|
2024-04-25 03:02:27 +00:00 |
|
Matthias
|
cc534c5000
|
switch from arrow to humanize
|
2024-04-21 15:29:16 +02:00 |
|
Matthias
|
0c99ff7f66
|
Fix more default arg usages
|
2024-04-20 09:26:50 +02:00 |
|
Matthias
|
a078088ea3
|
Fix some more default argument usage in exchange classes
|
2024-04-20 09:24:51 +02:00 |
|
Matthias
|
31f6030c67
|
Reduce some mutable default argument usage
|
2024-04-20 09:22:28 +02:00 |
|
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
|
xmatthias
|
77682808ea
|
chore: update pre-commit hooks
|
2024-04-18 03:02:26 +00:00 |
|
Matthias
|
65654a4a44
|
Update ccxt exception handlers
OperationFailed is the new NetworkError
closes #10071
|
2024-04-13 11:12:10 +02:00 |
|
xmatthias
|
78535bc7e8
|
chore: update pre-commit hooks
|
2024-04-11 03:02:25 +00:00 |
|
xmatthias
|
d4872eae16
|
chore: update pre-commit hooks
|
2024-04-04 03:02:18 +00:00 |
|
Matthias
|
b284abf9e0
|
Add bingx exchange subclass
|
2024-04-02 07:14:52 +02:00 |
|
xmatthias
|
a534340cc1
|
chore: update pre-commit hooks
|
2024-03-31 07:15:47 +00:00 |
|
Matthias
|
c433f49089
|
Remove temporary gate workaround
|
2024-03-27 19:59:30 +01:00 |
|
Matthias
|
553094c3c6
|
Assign 'status_stop' for gate stop orders
|
2024-03-27 19:50:52 +01:00 |
|
Matthias
|
7d6d3d38f7
|
Merge pull request #9975 from freqtrade/feat/configError
exception ConfigurationError
|
2024-03-21 08:38:45 +01:00 |
|
Matthias
|
cc7d341afc
|
Add overrides for Exchange Support
|
2024-03-21 06:31:34 +01:00 |
|
Matthias
|
4a097bd644
|
More usages for ConfigurationError
|
2024-03-19 07:13:17 +01:00 |
|
Matthias
|
409729f9d2
|
Temporarily support 'finish' in the order, too
|
2024-03-17 17:00:18 +01:00 |
|
Matthias
|
838d9cd4d0
|
Improve stop fills order handling on gate
closes #9940
|
2024-03-17 15:17:04 +01:00 |
|
Matthias
|
9a72003c74
|
Merge pull request #9878 from TheJoeSchr/chore/extract-timeframe-to-xyz-from-exchange-utils
chore: extract `timeframe_to_*` functions into `exchange_utils_timeframe.py`
|
2024-03-15 20:01:43 +01:00 |
|
Matthias
|
518b6eb565
|
use dt_ts to simplify exchange date math
|
2024-03-10 19:31:43 +01:00 |
|
Matthias
|
cdfeae9f90
|
Update merge to "left" to avoid creating non-existing mark candles
|
2024-02-29 07:31:22 +01:00 |
|
Matthias
|
e988995d71
|
Handle NaN funding fees
closes #9831
|
2024-02-29 07:22:47 +01:00 |
|
Joe Schr
|
b55105ec82
|
chore: adjust timeframe_to_* imports accordingly
|
2024-02-27 10:42:29 +01:00 |
|
Joe Schr
|
4a8c8f296a
|
chore: extract timeframe_to_* functions into exchange_utils_timeframe.py
|
2024-02-27 10:23:07 +01:00 |
|
Matthias
|
db83b0cdb0
|
Update typehint for candle_cache
|
2024-02-22 07:09:47 +01:00 |
|
Matthias
|
4cfd5d004e
|
Improve ohlcv pair cache with since_ms
avoids some rare bugs in more complex configurations.
|
2024-02-22 06:38:28 +01:00 |
|
Matthias
|
4e87169a0c
|
Use set to reduce iterations
|
2024-02-22 06:28:54 +01:00 |
|
Matthias
|
0199e7d3d8
|
Add type-hint to exchange_has dict
|
2024-02-20 06:30:10 +01:00 |
|
Matthias
|
f53c019d2a
|
Update "exchange_has" validation with new fallbacks
|
2024-02-20 06:21:03 +01:00 |
|
Matthias
|
65af7750e6
|
Add fetch_order_emulated to support exchanges without proper fetch_order method
|
2024-02-20 06:21:03 +01:00 |
|
Matthias
|
583b2fc690
|
Fail if unified account is detected.
|
2024-02-18 11:50:42 +01:00 |
|
Matthias
|
e06b70eb05
|
Add log message for Bybit accout type
|
2024-02-18 11:50:42 +01:00 |
|
Matthias
|
51a6a7b632
|
Merge pull request #9821 from freqtrade/feat/volumepairlist_caching
improve volumepairlist "advanced filter mode" caching
|
2024-02-18 11:46:31 +01:00 |
|
Matthias
|
3250f42257
|
Improve validate_exchange
returns now both required and optional dependencies
|
2024-02-18 11:21:34 +01:00 |
|
Matthias
|
ebd439cdd1
|
Remove unused import
|
2024-02-17 16:41:10 +01:00 |
|
Matthias
|
bcfe7ef547
|
Refactor ohlcv caching to exchange class
|
2024-02-17 16:26:44 +01:00 |
|
Matthias
|
c1d7184849
|
Adjust for ccxt exception hierarchy change
caused by https://github.com/ccxt/ccxt/pull/21035
|
2024-02-15 19:20:08 +01:00 |
|
Matthias
|
2989b42760
|
Update cached binance leverage tiers
|
2024-02-03 13:16:32 +01:00 |
|
Matthias
|
ad121c19b0
|
Allow <1m timeframes for utility modes
|
2024-02-02 06:57:12 +01:00 |
|
Matthias
|
1ae3b1e622
|
Fix weekly resamples to ensure they're on monday.
|
2024-01-23 19:21:06 +01:00 |
|
Matthias
|
48ea43f954
|
Fix yearly resample timeframe
|
2024-01-23 07:22:18 +01:00 |
|
Matthias
|
6b78dac6f0
|
Re-align naming for resample_freq generator
|
2024-01-23 07:12:27 +01:00 |
|
Matthias
|
c9c44a4710
|
Extract resample_interval generation
|
2024-01-23 07:02:09 +01:00 |
|
Matthias
|
612ec38e57
|
Don't skip trades if the exchange doesn't do inclusive filtering
|
2024-01-21 16:50:49 +01:00 |
|
Matthias
|
ac5b12cfd2
|
Improve kraken pagination behavior
|
2024-01-21 15:55:34 +01:00 |
|
Matthias
|
c167575098
|
Move extracting trade pagination id to fetch_trades
|
2024-01-21 15:22:03 +01:00 |
|