Matthias
|
c248bb27e9
|
use safe_price for adjust_entry_price callback
closes #9692
|
2024-01-16 20:15:35 +01:00 |
|
Matthias
|
7c7ddb3b19
|
Fix improt sorting
|
2024-01-07 14:46:41 +01:00 |
|
Matthias
|
6121c7ed86
|
Remove pointless condition (freqtradebot only ever exists in dry/live modes).
|
2024-01-06 18:21:41 +01:00 |
|
Matthias
|
20b2f25067
|
Add quote currency to entry/exit msgs
|
2024-01-06 15:47:15 +01:00 |
|
Matthias
|
079330ac64
|
Merge pull request #9611 from freqtrade/rpc_final_exit_msg
Improve Telegram final exit msg
|
2024-01-06 15:46:56 +01:00 |
|
Matthias
|
7f84996c1e
|
Send correct Profit for both exit types
|
2024-01-06 11:53:14 +01:00 |
|
Matthias
|
59ec3fd860
|
Always send order-type to exit notifications
|
2024-01-06 11:29:02 +01:00 |
|
Matthias
|
c1982ab836
|
Merge pull request #9638 from freqtrade/fix/funding_rate_timeframe
Fix/funding rate timeframe
|
2024-01-06 09:25:17 +01:00 |
|
Matthias
|
2bceb35b79
|
Circumvent edge-case in exit notifications
if order-amount == remaining amount, it caused a wrong exit msg
|
2024-01-05 19:10:43 +01:00 |
|
Matthias
|
e7eb1c132d
|
Improve startup sequence to avoid certain timing errors
closes #9639
|
2024-01-05 17:26:25 +01:00 |
|
Matthias
|
a12f368796
|
Move binance migration to behind migrations gate
|
2024-01-04 16:25:40 +01:00 |
|
Matthias
|
682b462d82
|
Remove sell_reason from exit notification fields
|
2024-01-04 14:37:27 +01:00 |
|
Matthias
|
903062d479
|
Improve if formatting
|
2024-01-04 14:04:12 +01:00 |
|
Matthias
|
3e7d5bbae8
|
Merge pull request #9515 from stash86/bt-metrics
In partial exit, do full exit if remaining == 0
|
2023-12-30 16:39:46 +01:00 |
|
Matthias
|
b62661d8cd
|
Improve final exit message
|
2023-12-30 08:41:28 +01:00 |
|
Matthias
|
c6967b11be
|
Align spelling of "cancelling"
|
2023-12-25 11:53:50 +01:00 |
|
Matthias
|
39b2a096ab
|
Ignore adjust_trade values that would invert position
|
2023-12-22 07:07:05 +01:00 |
|
Matthias
|
9ec23a0292
|
Improve rpc typing
|
2023-12-21 18:14:43 +01:00 |
|
Matthias
|
1272a15c35
|
Properly name Entry / exit types
|
2023-12-21 18:11:49 +01:00 |
|
Stefano Ariestasia
|
f7c7990aff
|
Merge branch 'freqtrade:develop' into bt-metrics
|
2023-12-20 20:33:45 +09:00 |
|
Matthias
|
9e2e60e7ad
|
Correct conditions for remaining stake checking
|
2023-12-14 20:34:58 +01:00 |
|
Matthias
|
47a952e41c
|
Don't use config['stake_amount'] in wallets
|
2023-12-12 22:43:46 +01:00 |
|
Stefano Ariestasia
|
90332128b1
|
allow trade to be closed via partial exit call if remaining amount is exactly 0
|
2023-12-05 17:10:15 +09:00 |
|
Matthias
|
042e35e8d3
|
Improve funding fee startup behavior
|
2023-10-13 06:45:00 +02:00 |
|
Matthias
|
fee3c598d0
|
Move schedule to 1 minute after the hour
This will avoid congestion at :00, and make sure that the dry-run funding fees are actually already available
|
2023-10-12 07:16:56 +02:00 |
|
Matthias
|
69264cc164
|
Reduce funding fee update calls
Funding fees update every 4-8 hours - calling this every 15 minutes is way overboard.
|
2023-10-12 07:13:30 +02:00 |
|
Matthias
|
97e9d2dc42
|
Remove get_funding_fee error handling - it's no longer raising this error.
|
2023-10-12 06:27:35 +02:00 |
|
Matthias
|
bfe04464b4
|
Handle funding fee errors for regular trades per trade
|
2023-10-11 20:27:54 +02:00 |
|
Matthias
|
2225f5661b
|
Additional funding fee update after additional entry orders
|
2023-10-11 20:27:03 +02:00 |
|
Matthias
|
db7f9598b0
|
add set_funding_fees method
|
2023-10-11 19:38:46 +02:00 |
|
Matthias
|
40ec2c4921
|
Improve messaging in case of delayed exchange cancel
|
2023-10-08 11:17:29 +02:00 |
|
Matthias
|
f02c9f0435
|
Pass order object to handle_cancel* methods
|
2023-10-08 10:26:27 +02:00 |
|
Matthias
|
c59b5e7781
|
Improve type hinting
|
2023-10-08 09:58:06 +02:00 |
|
Matthias
|
897c14e2e5
|
Don't check for "open orders" in handle_cancel_enter
it's actually irrelenant (closes #9273).
|
2023-10-08 09:40:46 +02:00 |
|
Matthias
|
6c00bf423b
|
Fix comment
|
2023-10-08 08:59:18 +02:00 |
|
Matthias
|
081411fba4
|
Improve bot typehints
|
2023-10-07 15:09:34 +02:00 |
|
Matthias
|
910e317a45
|
Fix unhandled exception
closes #9270
|
2023-10-06 20:13:37 +02:00 |
|
Matthias
|
f5db856a75
|
re-align adjust_entry_price between backtest and live
|
2023-10-05 18:11:35 +02:00 |
|
Matthias
|
1e0d622d80
|
Don't run "recovery" when stop-orders are open
|
2023-10-05 06:45:00 +02:00 |
|
Matthias
|
b4e732617e
|
Add handling for order replacement cancel failing
|
2023-09-22 06:37:56 +02:00 |
|
Matthias
|
450219c83b
|
Extract replace_order_faild message and behavior
|
2023-09-22 06:37:56 +02:00 |
|
Matthias
|
9f445cb053
|
Don't rely on status when determining open order count
|
2023-09-21 07:14:51 +02:00 |
|
Matthias
|
1d23ba6e30
|
Improve wording after order-replacement
|
2023-09-21 07:14:31 +02:00 |
|
Matthias
|
1b28521875
|
Improve execute_entry interface
|
2023-09-21 06:28:51 +02:00 |
|
Matthias
|
75f89ec12f
|
Merge pull request #9188 from Axel-CH/add-trade-param-to-custom-entry-price
Add trade param to custom entry price
|
2023-09-17 23:23:42 +02:00 |
|
Matthias
|
f6fce2162c
|
Add new parameter to strategy template
|
2023-09-17 22:25:23 +02:00 |
|
Axel-CH
|
224213840d
|
update trade object as optional parameter
|
2023-09-17 03:13:40 -04:00 |
|
Axel-CH
|
a7cd9d77f2
|
ignore custom_entry_price trade object type test, remove LocalTrade as type
|
2023-09-16 13:58:59 -04:00 |
|
Matthias
|
c90be601f5
|
Add offset to "fetch_orders" to avoid missing the initial order
|
2023-09-16 17:53:47 +02:00 |
|
Matthias
|
3d858f6599
|
Fix bug closing trades while recalculating
closes #9186
|
2023-09-16 16:39:52 +02:00 |
|