Matthias
|
3397e47ccf
|
Rename stoploss() to create_stoploss()
|
2023-02-14 20:42:08 +01:00 |
|
Matthias
|
6e55a873b3
|
Rename edge.stoploss to get_stoploss
this will make it clear that it's different from
|
2023-02-14 07:18:11 +01:00 |
|
Matthias
|
c15e10fe1f
|
Improve logic for initially placed stoploss
|
2023-02-08 07:08:42 +01:00 |
|
Matthias
|
82dad7ab17
|
Merge pull request #8086 from freqtrade/feat/cancel_order
Cancel open orders through UI/telegram
|
2023-02-06 19:43:21 +01:00 |
|
Matthias
|
55850a5ccd
|
Skip orders when correlated trade was deleted.
closes #8107
|
2023-02-04 08:39:25 +01:00 |
|
raphaelstar
|
b4c3e1fd58
|
order.amount -> order.safe_amount
|
2023-02-02 15:52:27 +01:00 |
|
Matthias
|
c1a34396d0
|
Merge branch 'develop' into feat/cancel_order
|
2023-02-01 07:06:17 +00:00 |
|
Matthias
|
8a0fabed0e
|
Ensure we don't overwrite valid values by invalid exchange responses
|
2023-01-31 20:55:11 +01:00 |
|
Matthias
|
a704c43402
|
provide cancel-reason to handle_cancel_order
|
2023-01-31 07:08:12 +01:00 |
|
Matthias
|
5a7008f377
|
rename handle_timedout to handle_cancel_order
|
2023-01-30 20:02:01 +01:00 |
|
Matthias
|
34e7433844
|
Add leverage to dry-run liquidation price calculation
|
2023-01-24 07:21:56 +01:00 |
|
Matthias
|
8108a48f39
|
Follow PEP 484 - no implicit optionals
|
2023-01-21 20:01:56 +01:00 |
|
Matthias
|
9cb7d6c26e
|
Run binance futures migrations on startup
|
2023-01-12 23:35:06 +01:00 |
|
Matthias
|
fd694f14c2
|
Add new order columns, ft_amount and ft_price
|
2023-01-08 13:53:08 +01:00 |
|
Matthias
|
550ab2b8e8
|
Improve select_order to only consider filled where needed.
|
2023-01-08 11:24:04 +01:00 |
|
Matthias
|
ad0d7c9a9e
|
Don't allow DCA trades to go beyond max order size
closes #7924
|
2022-12-23 16:09:35 +01:00 |
|
Matthias
|
abc3badfb5
|
Improve shutdown behavior
closes #7882
|
2022-12-12 20:01:54 +01:00 |
|
Matthias
|
e4a3efc7d4
|
Don't use strategy.stoploss too often
discovered in #7760
|
2022-11-27 15:54:35 +01:00 |
|
Matthias
|
0f97ef0d7b
|
Reset stoploss_order_id when order is canceled
closes #7766
|
2022-11-25 16:08:33 +01:00 |
|
Matthias
|
1b3e62bcbc
|
Lock execute_entry to prevent timing hickups
|
2022-11-25 14:50:48 +01:00 |
|
Matthias
|
c593cdc438
|
Improve type hints
|
2022-11-25 14:48:06 +01:00 |
|
Matthias
|
5e6cda11ef
|
Update method name for trade fee updating
|
2022-11-25 14:43:56 +01:00 |
|
Matthias
|
0fa5217043
|
Improve protection setup
lock_pair should be called when the order closes, not when the exit order is placed.
it should also be called for stoploss orders, too.
closes #7783
|
2022-11-21 19:30:49 +01:00 |
|
Matthias
|
0a702cdd26
|
Ensure more methods are typechecked
|
2022-11-14 20:56:35 +01:00 |
|
Matthias
|
b715d9c521
|
Improve fee handling
closes #7586
|
2022-10-21 16:30:14 +02:00 |
|
Marek Cieplucha
|
4df533feb0
|
Add missing comma
|
2022-10-04 21:16:30 +02:00 |
|
Marek Cieplucha
|
5019300d5c
|
Fix for #7534 in bot
|
2022-10-04 20:28:47 +02:00 |
|
Matthias
|
eb8eebe492
|
Reset open_order_id after trade cancel
Part of #7526
|
2022-10-04 10:08:58 +00:00 |
|
Matthias
|
ca22d857b7
|
Improve handling of trades that fail to cancel as they are closed
|
2022-10-03 18:09:53 +02:00 |
|
Matthias
|
47ef99f588
|
Simplify interface to notify_exit_cancel
|
2022-09-30 17:18:27 +02:00 |
|
Matthias
|
819488c906
|
Improve exit message wording
|
2022-09-30 17:04:34 +02:00 |
|
Matthias
|
c946d30596
|
Add partial cancel message
|
2022-09-30 16:24:16 +02:00 |
|
Matthias
|
649879192b
|
Implement partial sell
|
2022-09-30 16:24:16 +02:00 |
|
Matthias
|
bd664580fb
|
Don't unnecessarily reset order_id
|
2022-09-30 15:43:23 +02:00 |
|
Matthias
|
f6a0d677d2
|
Remove pointless notification assignment
|
2022-09-30 09:34:00 +02:00 |
|
Matthias
|
7dd984e25e
|
Simplify cancel_entry
|
2022-09-30 09:34:00 +02:00 |
|
Matthias
|
2d2ff2fff6
|
remove unnecessary assignments and comments
|
2022-09-30 09:34:00 +02:00 |
|
Matthias
|
2ce265bed3
|
Merge pull request #7473 from freqtrade/feat/producerpairlist
Producerpairlist
|
2022-09-30 06:54:15 +02:00 |
|
Matthias
|
30a5bb08dd
|
partial exits should account for leverage
|
2022-09-27 19:53:55 +02:00 |
|
Matthias
|
0c810868de
|
Add Dataprovider to pairlist
|
2022-09-25 09:22:21 +02:00 |
|
Matthias
|
1db8421b9d
|
Merge pull request #7303 from wizrds/feat/externalsignals
Producer/consumer mode
|
2022-09-23 06:29:58 +02:00 |
|
Matthias
|
91dc5e7aa6
|
Be sure to provide an amount in entry notifications
|
2022-09-21 21:12:08 +02:00 |
|
Matthias
|
8f41f943b4
|
Fix 0.0 amount message wording
|
2022-09-21 06:42:55 +02:00 |
|
Matthias
|
3b0874eb37
|
Update exit message handling to gracefully handle kucoins "empty" responses
closes #7444
|
2022-09-20 20:00:08 +02:00 |
|
Matthias
|
0bd6ad55a1
|
Always show freqtrade version
|
2022-09-20 14:14:54 +00:00 |
|
Matthias
|
914eccecec
|
Merge branch 'develop' into pr/wizrds/7303
|
2022-09-20 06:56:15 +02:00 |
|
Matthias
|
667853c504
|
Use Alias to type config objects
|
2022-09-18 13:20:55 +02:00 |
|
Matthias
|
063511826c
|
Update stoploss on exchange logic
closes #7424
|
2022-09-17 17:11:00 +02:00 |
|
Timothy Pogue
|
4104d0f68a
|
Merge branch 'develop' into feat/externalsignals
|
2022-09-08 10:19:23 -06:00 |
|
Matthias
|
9ef0ffe277
|
Update tests for funding-Fee exceptions
|
2022-09-08 07:19:17 +00:00 |
|