Matthias
|
47850ce1b0
|
Don''t use deprecated pydantic methods
|
2023-08-02 19:51:50 +02:00 |
|
Matthias
|
bb18e1b45b
|
Fix part of the backtest type error
|
2023-08-02 19:51:50 +02:00 |
|
Matthias
|
4b2a6a84f4
|
Remove more deprecated options
|
2023-08-02 19:51:50 +02:00 |
|
Matthias
|
505584dc48
|
pydantic 2 - update deprecated methods
|
2023-08-02 19:51:50 +02:00 |
|
Matthias
|
e36c545258
|
pydantic - root model
|
2023-08-02 19:51:47 +02:00 |
|
Matthias
|
cfdd01d295
|
Update most of Api schema to pydantic 2.0
|
2023-08-02 19:51:21 +02:00 |
|
Matthias
|
9b924f1f85
|
Convert ws_schemas to pydantic 2.0
|
2023-08-02 19:50:58 +02:00 |
|
Matthias
|
261a593ba5
|
Update tests for new output format (string-formatted dates are not relevant).
|
2023-08-02 19:48:59 +02:00 |
|
Matthias
|
acd005b726
|
Don't show 0.0.0.0 security warning when running in docker.
#9000
|
2023-08-01 20:17:07 +02:00 |
|
Matthias
|
c836bd8fa5
|
Add Get_backtest_resultlist typing
|
2023-07-31 21:22:22 +02:00 |
|
Matthias
|
1a1103c239
|
Add backtest-result typing
|
2023-07-30 10:54:03 +02:00 |
|
Matthias
|
6659d26131
|
Merge branch 'develop' into dataformat/feather
|
2023-07-29 20:04:12 +02:00 |
|
Matthias
|
d638a4a0ff
|
Raise proper error on strategy search
part of https://github.com/freqtrade/frequi/issues/1387
|
2023-07-27 07:03:35 +02:00 |
|
Matthias
|
bbf472e69b
|
Improve errorhandling on webserver endpoint
Part of https://github.com/freqtrade/frequi/issues/1387
|
2023-07-27 06:52:34 +02:00 |
|
Matthias
|
83f45d0e65
|
Call static method as static method, not as if it were an instance method
|
2023-07-27 06:39:48 +02:00 |
|
Matthias
|
d6122585f7
|
Prevent pandas exception on Date assignment
|
2023-07-27 06:39:31 +02:00 |
|
Matthias
|
c2b40da762
|
Bump Api Version
|
2023-07-25 20:51:33 +02:00 |
|
Matthias
|
05e4b63091
|
Extract backtest_result deletion logic to separate function
|
2023-07-25 20:42:07 +02:00 |
|
Matthias
|
8b2abf4422
|
Remove .json from backtesting output
|
2023-07-25 20:41:28 +02:00 |
|
Matthias
|
997b80fd7b
|
Allow deleting of backtest files
|
2023-07-25 20:34:45 +02:00 |
|
Matthias
|
5a7e822342
|
Improve security of get_backtest_history_result
|
2023-07-25 20:20:09 +02:00 |
|
Matthias
|
e39af17207
|
Improve typing for is_relative_to
|
2023-07-25 20:07:44 +02:00 |
|
Matthias
|
8dfe43f370
|
Add timeout for webhooks
|
2023-07-23 18:28:43 +02:00 |
|
Matthias
|
52ec2324dd
|
Merge pull request #8943 from stash86/bt-metrics
merge to use expectancy and expectancy ratio from data/metrics
|
2023-07-23 08:37:08 +02:00 |
|
Stefano Ariestasia
|
e5f01ab2e8
|
pre-commit fix
|
2023-07-22 17:45:58 +09:00 |
|
Stefano Ariestasia
|
40d7d05e4e
|
merge 2 expectancy functions
|
2023-07-22 17:29:43 +09:00 |
|
Stefano Ariestasia
|
11f24aff97
|
flake8
|
2023-07-22 09:19:36 +09:00 |
|
Stefano Ariestasia
|
dcc3ef1309
|
flake8 fix
|
2023-07-22 09:18:22 +09:00 |
|
Stefano Ariestasia
|
4812bcc28b
|
flake8 fiz
|
2023-07-22 09:13:24 +09:00 |
|
Stefano Ariestasia
|
c048e7229a
|
modify expectancy and expectancy ratio
|
2023-07-22 08:36:51 +09:00 |
|
Simone Grignola
|
4ea3f41d48
|
Map BUSD to correct coingecko id
|
2023-07-21 20:49:37 +00:00 |
|
Matthias
|
8d332fb99e
|
Ensure /pair_history endpoint correctly respects startup_candle_count
closes https://github.com/freqtrade/frequi/issues/1379
|
2023-07-21 20:58:26 +02:00 |
|
Matthias
|
ab5b272868
|
Fix double-%%
|
2023-07-19 19:53:00 +02:00 |
|
froggleston
|
f95f954df7
|
Convert winrate to ratio instead of % in calculations
|
2023-07-18 22:25:17 +01:00 |
|
froggleston
|
6ccc12f337
|
Fix calcs, rename ratio, add docs
|
2023-07-17 14:16:22 +01:00 |
|
froggleston
|
79f7f82c59
|
Fix telegram output
|
2023-07-16 16:52:06 +01:00 |
|
froggleston
|
1fd2a2532d
|
Reduce trade stats function complexity
|
2023-07-15 17:06:52 +01:00 |
|
froggleston
|
59cb9e39dd
|
Fix another trailing whitespace
|
2023-07-15 16:55:24 +01:00 |
|
froggleston
|
d4b282d6f7
|
Fix expectancy calc and tests
|
2023-07-15 16:51:45 +01:00 |
|
froggleston
|
e57bb6bc97
|
Add api schema entries
|
2023-07-15 16:27:58 +01:00 |
|
froggleston
|
3ce17b740b
|
Fix flake8 problems
|
2023-07-15 16:25:19 +01:00 |
|
froggleston
|
7eced953b3
|
Merge in develop changes
|
2023-07-15 16:16:08 +01:00 |
|
froggleston
|
096cb0d1ee
|
Add tests, fix winrate calc
|
2023-07-15 16:09:13 +01:00 |
|
froggleston
|
4235ab0c7e
|
Add expectancy and winrate to telegram
|
2023-07-15 15:39:47 +01:00 |
|
froggleston
|
6e56f84fe3
|
Add expectancy and winrate to rpc trade statistics
|
2023-07-15 15:32:52 +01:00 |
|
Matthias
|
b593205ad9
|
No need to use .get() for properties with default values
|
2023-07-12 18:29:12 +02:00 |
|
Matthias
|
cca8c4e5b8
|
Update default dataformat to feather
|
2023-07-12 18:23:30 +02:00 |
|
Matthias
|
a0fff43648
|
Add fee_base to json output
|
2023-07-10 19:47:37 +02:00 |
|
Matthias
|
accc1b509b
|
Simplify class setups without inheritance
|
2023-06-29 12:16:10 +00:00 |
|
Matthias
|
5f98530ef9
|
Catch and send exceptions from websockets
|
2023-06-24 20:26:05 +02:00 |
|