Matthias
|
09d763b604
|
convert-trades should do proper pair expansion to support regex in pairlists
|
2024-03-02 13:23:03 +01:00 |
|
Matthias
|
5e7868a28d
|
Remove block from download-trades for futures
|
2024-03-02 13:22:41 +01:00 |
|
Matthias
|
43103f51e5
|
Update functions that use datahandler trade methods
|
2024-03-02 13:10:57 +01:00 |
|
Matthias
|
b6040e270f
|
Update data handlers to accept trading_mode
for trade data related functions
|
2024-03-02 13:08:58 +01:00 |
|
Matthias
|
bdd63aa1d6
|
FIx futures trades pair download directory
|
2024-03-01 20:17:43 +01:00 |
|
Matthias
|
46e616f997
|
Remove defaults for converter - they're always provided and necessary.
|
2024-03-01 19:32:35 +01:00 |
|
Matthias
|
82f191f7b0
|
Merge pull request #9861 from freqtrade/feat/sort_volatility
Add sorting to volatility and RangeStability pairlists
|
2024-03-01 06:52:34 +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 |
|
Matthias
|
2384ba74a3
|
Merge branch 'develop' into feat/sort_volatility
|
2024-02-27 20:50:41 +01:00 |
|
Matthias
|
d1028b8ca2
|
Merge pull request #9871 from freqtrade/dependabot/pip/develop/pandas-2.2.1
Bump pandas from 2.1.4 to 2.2.1
|
2024-02-27 20:47:31 +01:00 |
|
Matthias
|
883f27d99e
|
Version bump to 2024.3-dev
|
2024-02-27 07:01:16 +01:00 |
|
Matthias
|
c0e9726f49
|
don't use "1M" - but be explicit in the intend
|
2024-02-27 06:20:08 +01:00 |
|
Matthias
|
0021e2c205
|
fillna needs explicit type.
|
2024-02-27 06:19:54 +01:00 |
|
Matthias
|
ce2f4f89c4
|
update pandas deprecation to_hdf
|
2024-02-27 06:19:38 +01:00 |
|
Matthias
|
5912d87b65
|
Pandas - update view to astype
|
2024-02-27 06:19:27 +01:00 |
|
Matthias
|
e2d3774b07
|
Clearer wallets variable/parameter wording
|
2024-02-25 09:07:53 +01:00 |
|
Matthias
|
aad327b1fe
|
Update comment around funding fees
|
2024-02-25 09:02:58 +01:00 |
|
Matthias
|
e80ad309f1
|
Improve type safety, refactor volatilityfilter
|
2024-02-24 15:04:54 +01:00 |
|
Matthias
|
67152ad48a
|
Improve and parametrize pairlist tests
|
2024-02-24 14:56:42 +01:00 |
|
Matthias
|
9dd5967275
|
Add sorting capabilities to rangeStabilityFilter
|
2024-02-24 14:03:50 +01:00 |
|
Matthias
|
6a313aa9e3
|
Improve help wording
|
2024-02-24 14:03:26 +01:00 |
|
Matthias
|
81de29a1e3
|
Improve conditions for removal of pairs
|
2024-02-24 14:00:50 +01:00 |
|
Matthias
|
3677953d90
|
Properly cache volatility-average
|
2024-02-24 13:54:52 +01:00 |
|
Matthias
|
7af46628f8
|
Simplify rangeStability Filter
|
2024-02-24 13:50:54 +01:00 |
|
Matthias
|
88a2995b4c
|
Fix wrong typehint
|
2024-02-24 13:39:46 +01:00 |
|
Matthias
|
38ca58c728
|
Add verification for volatilityfilter
|
2024-02-24 13:12:52 +01:00 |
|
Matthias
|
0bf73cc64b
|
Voliatilityfilter - sorting
|
2024-02-24 13:11:43 +01:00 |
|
Matthias
|
7ddaa09a23
|
Refactor VolatilityFilter
|
2024-02-24 08:26:07 +01:00 |
|
Matthias
|
c663016b47
|
Improve some type safety
|
2024-02-24 08:06:06 +01:00 |
|
Matthias
|
0acde28902
|
Remove pointless comment
|
2024-02-22 19:28:02 +01:00 |
|
Matthias
|
e30fa3a445
|
Remove duplicate pairlistmanager init
|
2024-02-22 18:17:58 +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
|
3680e199ce
|
Fix range-stability filter downloading too little data
|
2024-02-22 06:29:08 +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
|
39941a7ac0
|
Improve formatting in drawdown calc
|
2024-02-19 07:09:23 +01:00 |
|
Matthias
|
61e09ac719
|
Update telegram help with new wording
|
2024-02-18 16:07: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
|
78d8a4df2e
|
Use "ohlcv_with_cache" for further pairlists
|
2024-02-17 16:29:52 +01:00 |
|
Matthias
|
bcfe7ef547
|
Refactor ohlcv caching to exchange class
|
2024-02-17 16:26:44 +01:00 |
|
Matthias
|
190ba272de
|
Merge pull request #9818 from CaffeinatedTech/develop
Added escaping to enter and exit tags on telegram performance messages.
|
2024-02-17 13:36:52 +01:00 |
|
Matthias
|
3f3760c0ae
|
Use Markdown V1 - update tests
|
2024-02-17 12:02:26 +01:00 |
|