Matthias
|
f02c9f0435
|
Pass order object to handle_cancel* methods
|
2023-10-08 10:26:27 +02:00 |
|
Matthias
|
7455e56a29
|
Add docstrings, simplify some code
|
2023-09-09 10:09:37 +02:00 |
|
Matthias
|
01ff054a0b
|
fix open orders telegram reporting
|
2023-09-09 09:40:55 +02:00 |
|
Matthias
|
8c95207ca4
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-09-07 20:19:25 +02:00 |
|
Matthias
|
c5f26e72e1
|
Merge pull request #9153 from freqtrade/rpc/drawdown
Add better drawdown metrics to /profit outputs
|
2023-09-07 06:33:15 +02:00 |
|
Matthias
|
feea20fb0a
|
Merge pull request #9151 from freqtrade/refactor/calc_profits
Refactor calculate profits
|
2023-09-05 06:26:04 +02:00 |
|
Matthias
|
7bf20d9060
|
Show drawdown from/to on /profit calls
|
2023-09-04 20:09:59 +02:00 |
|
Matthias
|
7c5a11623e
|
Use dt_ts_def in profit endpoints
|
2023-09-04 20:09:32 +02:00 |
|
Matthias
|
2073c71811
|
use format_date in rpc methods
|
2023-09-04 20:09:32 +02:00 |
|
Matthias
|
39b6a00224
|
Improve naming of calculate_profit method
|
2023-09-04 06:42:16 +02:00 |
|
Matthias
|
ffb1cf52b1
|
Convert further usages to calc_profit_combined
|
2023-09-04 06:28:29 +02:00 |
|
Matthias
|
399f144c27
|
more calc_profit_combined usage
|
2023-09-04 06:28:29 +02:00 |
|
Matthias
|
3c20ab683a
|
Have /monthly return proper dates, move formatting to telegram
|
2023-09-02 20:11:19 +02:00 |
|
Matthias
|
f19f3ed4eb
|
Fix rpc forceexit logic, fix remaining test
|
2023-08-27 10:29:34 +02:00 |
|
Matthias
|
193dcf578d
|
Fix logic error in force_exit if no order is open
|
2023-08-25 06:47:02 +02:00 |
|
Matthias
|
5cf6f0b491
|
Merge branch 'develop' into pr/Axel-CH/8779
|
2023-08-23 07:20:34 +02:00 |
|
Matthias
|
72bd4e816d
|
Simplify code, no longer log "could not find rate"
closes #9031
|
2023-08-12 16:10:37 +02:00 |
|
Axel CHERUBIN
|
f397d973f3
|
Merge branch 'freqtrade:develop' into feature/multiple_open_orders
|
2023-08-02 23:48:13 -04:00 |
|
Matthias
|
6659d26131
|
Merge branch 'develop' into dataformat/feather
|
2023-07-29 20:04:12 +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 |
|
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 |
|
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 |
|
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
|
d4b282d6f7
|
Fix expectancy calc and tests
|
2023-07-15 16:51:45 +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
|
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 |
|
axel
|
4e6068a923
|
wip fix test_rpc_force_exit / __exec_force_exit
|
2023-06-21 02:46:16 -04:00 |
|
axel
|
1c4c2272f5
|
fix test_api_delete_open_order
|
2023-06-21 02:02:47 -04:00 |
|
axel
|
1ed6f1875b
|
wip fix test_rpc_force_exit
|
2023-06-21 01:48:57 -04:00 |
|
axel
|
ca4ef22d07
|
fix test_rpc_status_table
|
2023-06-20 23:12:31 -04:00 |
|
axel
|
db5383927c
|
fix test_rpc_trade_status
|
2023-06-20 21:52:06 -04:00 |
|
axel
|
171c4f182d
|
update test_adjust_entry_maintain_replace test case, fix first RPC test
|
2023-06-17 00:06:30 -04:00 |
|
Matthias
|
5fc8426b9b
|
Improve handling of order cancelation failures with force_exit
closes #8708
|
2023-05-31 17:06:51 +02:00 |
|
Matthias
|
5311614d54
|
Update force exit wording
|
2023-05-31 14:33:09 +02:00 |
|
Matthias
|
ebfc9a6039
|
Remove some humanize occurances
|
2023-05-18 19:29:37 +02:00 |
|
Matthias
|
f657d06e91
|
Move shorten_date to datetime helpers
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
d131dd4050
|
Fix wrong transition
|
2023-05-18 07:00:36 +02:00 |
|