Matthias
|
869756d87d
|
Merge pull request #9454 from freqtrade/ci/bittrex_removal
Remove Bittrex from supported exchanges
|
2023-11-21 20:52:43 +01:00 |
|
Matthias
|
3619247123
|
Remove bittrex from code for suppored exchanges
|
2023-11-21 06:39:29 +01:00 |
|
chas s
|
10ae0ed9c1
|
Removed redudant negative from sentence
|
2023-11-20 16:33:22 -06:00 |
|
froggleston
|
eb186e22d6
|
Fix backtesting-analysis when no trades for a pair
|
2023-11-15 11:52:25 +00:00 |
|
Matthias
|
7814927dd1
|
Merge pull request #9418 from freqtrade/dependabot/pip/develop/mypy-1.7.0
Bump mypy from 1.6.1 to 1.7.0
|
2023-11-13 19:28:46 +01:00 |
|
Matthias
|
f286cb0a90
|
Use BaseException in exception check
|
2023-11-13 18:14:18 +01:00 |
|
Matthias
|
c237aa00b8
|
Remove non-used imports
|
2023-11-13 07:15:35 +01:00 |
|
Matthias
|
23efa4c9c3
|
Remove deprecated json_encoders key from model_config
|
2023-11-13 07:15:35 +01:00 |
|
Matthias
|
8273c0c2cd
|
Skip exchange validation in API server dependencies
Especially when validating pairlists for non-main exchanges (the exchange not in the config),
validation can mess with the exchange loading.
|
2023-11-12 17:34:16 +01:00 |
|
Matthias
|
c7624b1ed6
|
Simplify LiveStats models
|
2023-11-11 17:18:18 +01:00 |
|
Matthias
|
54536a1c8e
|
use profit_ratio for mix_tag_performance
|
2023-11-11 17:18:13 +01:00 |
|
Matthias
|
7daa06a207
|
Align mixtag response with other statistic models
|
2023-11-11 17:18:06 +01:00 |
|
Matthias
|
2ef716e94c
|
Add response_models for new endpoints
|
2023-11-11 14:43:30 +01:00 |
|
Matthias
|
de68850d28
|
Don't tag informative endpoints as "trading"
|
2023-11-11 14:31:18 +01:00 |
|
Stefano Ariestasia
|
05e36f7b21
|
increase API version
|
2023-11-11 15:33:15 +09:00 |
|
Stefano Ariestasia
|
0738cae4a0
|
fix pre-commit
|
2023-11-11 15:23:20 +09:00 |
|
Stefano Ariestasia
|
da3c42bbbc
|
add entries, exits, and mix_tags API endpoints
|
2023-11-11 15:16:40 +09:00 |
|
robcaulk
|
72dc65cb6a
|
fix: swap tensor dimension to play nicely with pandas
|
2023-11-04 14:29:51 +01:00 |
|
Matthias
|
2a0175f629
|
Add "empty" config to disable default discord messages
closes #9372
|
2023-11-02 18:09:41 +01:00 |
|
Matthias
|
051b6e9458
|
Update documentation
|
2023-11-01 11:02:03 +01:00 |
|
Matthias
|
44a24685ac
|
Add support for {base} and {quote} in informative decorator
|
2023-11-01 11:01:55 +01:00 |
|
Matthias
|
1cde980c08
|
Extract pair_formating options
|
2023-11-01 10:14:19 +01:00 |
|
Matthias
|
05ef4f9b6f
|
Fix forceenter - cancel dialog not working
closes #9368
|
2023-11-01 09:10:21 +01:00 |
|
Matthias
|
53f00f248e
|
Merge pull request #9362 from freqtrade/dependabot/pip/develop/pandas-2.1.2
Bump pandas from 2.0.3 to 2.1.2
|
2023-10-31 14:29:09 +01:00 |
|
Matthias
|
a9cd282500
|
Merge pull request #9349 from freqtrade/fix/issue_9346
Fix/issue 9346
|
2023-10-31 06:44:37 +01:00 |
|
Matthias
|
26aa14dbfc
|
update binance leverage tiers
|
2023-10-30 20:10:01 +01:00 |
|
Matthias
|
04cd931cc8
|
Pass explicit stringIO type to pandas read_json
|
2023-10-30 19:20:59 +01:00 |
|
Matthias
|
b8a6330c3f
|
Improve pandas handling
|
2023-10-30 19:16:22 +01:00 |
|
Matthias
|
949c3c660b
|
Ignore "nan" enter and exit tags
these happen if strings are assigned to individual rows without initializing the whole column
|
2023-10-30 19:05:15 +01:00 |
|
Matthias
|
9297a90d7f
|
Use proper indexing to avoid deprecation warnings
|
2023-10-30 18:26:25 +01:00 |
|
Matthias
|
b19f17fdfa
|
Improve handling of bt results in optimize_reports
|
2023-10-30 18:26:01 +01:00 |
|
Matthias
|
0c51e2637f
|
Fix calculation issue for #9346
Closes #9346
|
2023-10-29 14:29:07 +01:00 |
|
Matthias
|
7492b75e1c
|
Bump version to 2023.11-dev
|
2023-10-29 13:55:51 +01:00 |
|
Matthias
|
2c20464983
|
Reinit orders list on "local" objects to instance variable
|
2023-10-29 09:18:00 +01:00 |
|
robcaulk
|
4f4b7c5625
|
fix: bug in startup candle offset
|
2023-10-23 20:31:51 +02:00 |
|
amargedon
|
16dfde22fc
|
Add FIAT mapping for USDC
|
2023-10-22 18:43:35 +02:00 |
|
Matthias
|
bbbc8a760c
|
Fix stop evaluation sequence to have stop before liquidation
Adjust test to have liquidation above stop
closes #9296
|
2023-10-22 09:24:28 +02:00 |
|
Matthias
|
0a5cee6a73
|
Ensure we're not erroring on invalid custom_entry / exit prices
closes #9323
|
2023-10-19 22:06:21 +02:00 |
|
Matthias
|
a80c979482
|
Improve behavior when downloading trades data on time-based pagination
closes #9307
|
2023-10-18 20:26:51 +02:00 |
|
Matthias
|
c6e979ddda
|
Merge pull request #9303 from freqtrade/fix/progressbarCallback
Improve freqAI RL (error) behavior
|
2023-10-17 18:01:31 +02:00 |
|
Matthias
|
1a78346cf1
|
Add further ebug log message for stopping clarity for --dl-data
|
2023-10-17 07:11:06 +02:00 |
|
Matthias
|
e6d0d53e47
|
Add further ebug log message for stopping clarity
|
2023-10-17 07:03:03 +02:00 |
|
Stefano Ariestasia
|
9d552d45c2
|
have to use bitwise operator, otherwise ambiguous error is thrown
|
2023-10-15 19:32:03 +09:00 |
|
Matthias
|
1e1b8dbe53
|
Handle multiproc calls for now
|
2023-10-15 12:03:18 +02:00 |
|
Matthias
|
2d9d8dc976
|
Improve logic for progressbarcallback handling
|
2023-10-15 11:20:25 +02:00 |
|
Matthias
|
ba674fc796
|
Type-ignore training-envs
|
2023-10-15 11:20:11 +02:00 |
|
Matthias
|
58550515ad
|
Fix deprecation warning from tensorboard-callback
|
2023-10-15 11:04:05 +02:00 |
|
Matthias
|
27bae60b68
|
Fix typo
|
2023-10-15 10:51:36 +02:00 |
|
Matthias
|
646dd63faf
|
Properly close out progressbarCallback
based on suggestions provided in https://github.com/DLR-RM/stable-baselines3/issues/1645
|
2023-10-15 10:41:07 +02:00 |
|
Matthias
|
8d2b389e27
|
Fix wording in log msg
|
2023-10-15 10:40:45 +02:00 |
|