Matthias
|
2738f3e437
|
Add minimal Exchange class for bitmart
|
2023-11-28 18:13:21 +01:00 |
|
Stefano Ariestasia
|
4bcb4fdd82
|
Merge branch 'freqtrade:develop' into bt-metrics
|
2023-11-27 10:46:21 +09:00 |
|
Matthias
|
be8ea685de
|
Remove unused function in freqAI example
|
2023-11-26 13:37:02 +01:00 |
|
Robert Caulk
|
1380cadf15
|
Merge pull request #9448 from freqtrade/dependabot/pip/develop/stable-baselines3-2.2.1
Bump stable-baselines3 from 2.1.0 to 2.2.1
|
2023-11-26 12:39:46 +01:00 |
|
Matthias
|
8c5194d5e2
|
force-reload markets when BadSymbol appears
closes #9463
|
2023-11-25 15:05:56 +01:00 |
|
Matthias
|
67e81c9018
|
Fix wrong/faulty docstring
|
2023-11-25 13:10:45 +01:00 |
|
Matthias
|
25ebdb4cb3
|
use strategy_wrapper for bot_loop_start in plotting
closes #9464
|
2023-11-25 12:51:17 +01:00 |
|
Matthias
|
1657fd1f0f
|
Merge pull request #9435 from freqtrade/revisit_relative_intratrade
Improve trade close profit assertions
|
2023-11-23 20:02:02 +01:00 |
|
Stefano Ariestasia
|
63e702a3bf
|
remove unused comments
|
2023-11-23 15:55:21 +09:00 |
|
Matthias
|
e9f21d0209
|
Improve logging for #9460
|
2023-11-23 07:22:44 +01:00 |
|
Matthias
|
a044649eef
|
Also have "badrequest" act as InvalidOrderException
causing an emergencyexit.
closes #9456
|
2023-11-23 06:51:29 +01:00 |
|
Matthias
|
5003c2af21
|
training_env is a property, also, so types can't be overridden
|
2023-11-22 07:22:40 +01:00 |
|
Matthias
|
e2863e1620
|
fix: logger has been converted to a property
so it can't be assigned anymore
e9f0f23ce4 (diff-d668633497da171f21b8069c33d594b1ee2ad47c1be4848bea33292bc80b7f5c)
|
2023-11-22 06:54:41 +01:00 |
|
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 |
|
Stefano Ariestasia
|
58cd455642
|
fix unused vars
|
2023-11-19 20:32:28 +09:00 |
|
Stefano Ariestasia
|
caf59d25e8
|
forgot comma
|
2023-11-19 18:07:45 +09:00 |
|
Stefano Ariestasia
|
7df32a34a0
|
remove order list from /status and add new /order
|
2023-11-19 18:01:32 +09:00 |
|
Matthias
|
ca3f349d84
|
Update intermediate close_profit calculation
|
2023-11-18 19:47:09 +01: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 |
|