Matthias
|
af8fbad281
|
Improve Date timezone useage
|
2023-05-14 08:54:26 +02:00 |
|
Matthias
|
66a97ff45d
|
Remove some utcnow usages
|
2023-05-13 20:43:37 +02:00 |
|
Matthias
|
7bba034efd
|
Merge pull request #8560 from freqtrade/feat/recoverTrades
Recover trades after selling on exchange
|
2023-05-13 16:35:08 +02:00 |
|
Matthias
|
af95d56ceb
|
Import deepcopy specifically
|
2023-05-13 16:16:35 +02:00 |
|
Matthias
|
1552d81f45
|
Simplify load_exchange interface
|
2023-05-13 11:03:26 +02:00 |
|
Matthias
|
775ea1c8c6
|
Improve type safety
|
2023-05-03 06:25:02 +00:00 |
|
Matthias
|
976cc1ab15
|
Extract order_obj existence check to separate function
|
2023-05-03 06:48:17 +02:00 |
|
Matthias
|
0d1d25e868
|
Improve error-handling
|
2023-05-02 21:44:19 +02:00 |
|
Matthias
|
b0b036c457
|
Fix logic lapsus in check_exit_amount
|
2023-04-26 07:02:46 +02:00 |
|
Matthias
|
f2696c9609
|
Force special exit reason for "recovered" exits
|
2023-04-25 18:09:46 +02:00 |
|
Matthias
|
24cab00479
|
Extract amount checking to wallets, implement for futures
|
2023-04-25 17:49:20 +02:00 |
|
Matthias
|
974cf6c365
|
Move comment to more appropriate spot
|
2023-04-25 17:41:59 +02:00 |
|
Matthias
|
81633b7c2e
|
Add "handle_onexchange_order" functionality
|
2023-04-25 16:19:14 +02:00 |
|
Matthias
|
e8fedb685b
|
Update missleading docstring
|
2023-04-25 11:52:13 +02:00 |
|
Matthias
|
11c9f96d23
|
Use lock for trade entries, too
|
2023-04-25 11:45:35 +02:00 |
|
Matthias
|
4a4be27ebc
|
use orderid from order, the trade one has been reset
part of #8526
|
2023-04-21 07:14:03 +02:00 |
|
Matthias
|
ca1a616b89
|
use Fstrings for log message
|
2023-04-21 07:08:14 +02:00 |
|
Matthias
|
a102cfdfc9
|
Add new /profit fields to API
|
2023-04-08 16:41:25 +02:00 |
|
Matthias
|
7751768b2e
|
Store initial_time value
|
2023-04-08 16:13:16 +02:00 |
|
Matthias
|
f8d89c46e5
|
Don't reset open_order_id if the order didn't cancel
|
2023-04-07 19:49:13 +02:00 |
|
Matthias
|
1952e453bb
|
Improved formatting for fetch order_or_stop calls
|
2023-04-07 17:35:11 +02:00 |
|
Matthias
|
372f1cb37f
|
Reduce verbosity for stop orders
|
2023-04-03 06:37:31 +02:00 |
|
Matthias
|
dc7e834911
|
Fix some type issues
|
2023-04-01 20:17:56 +02:00 |
|
Matthias
|
916e1bbc7c
|
Merge pull request #8412 from freqtrade/fix/partial_stops
support partially filled stops
|
2023-04-01 15:18:42 +02:00 |
|
Matthias
|
5e13b48648
|
Merge pull request #8386 from freqtrade/feature/price_to_precision_round
price to precision rounding
|
2023-03-31 07:20:10 +02:00 |
|
Matthias
|
861c577138
|
Support partially filled stop orders
closes #8374
|
2023-03-29 07:05:39 +02:00 |
|
Matthias
|
8a49d62068
|
Don't update liquidation price for closed trades
|
2023-03-29 06:49:22 +02:00 |
|
Matthias
|
d97500581d
|
Merge pull request #8379 from xmatthias/type_sendmsg
Type sendmsg
|
2023-03-26 14:09:01 +02:00 |
|
Matthias
|
73b59df77b
|
Merge branch 'develop' into pr/paranoidandy/8272
|
2023-03-26 11:22:24 +02:00 |
|
Matthias
|
86aef7cf9d
|
Add current_time to bot_loop_start callbak
|
2023-03-26 11:22:19 +02:00 |
|
Matthias
|
0cb28f3d82
|
Use kwarg for rounding_mode, update tests with additional parameter
|
2023-03-26 11:00:41 +02:00 |
|
Matthias
|
d0d0cbe1d1
|
Implement price_to_precision logic for stoploss
|
2023-03-26 10:37:18 +02:00 |
|
Matthias
|
298f5685ee
|
Reuse existing "cancel_stoploss" call
|
2023-03-25 20:06:21 +01:00 |
|
Matthias
|
c0a57d352f
|
send base_currency with messages that need it.
|
2023-03-25 08:16:07 +01:00 |
|
Matthias
|
281dd7785e
|
Fix some remaining type errors
|
2023-03-24 20:56:18 +01:00 |
|
Matthias
|
8928d3616a
|
Improve msgtypes
|
2023-03-24 20:47:53 +01:00 |
|
Matthias
|
245ae99273
|
Further typing ...
|
2023-03-24 20:33:00 +01:00 |
|
Matthias
|
0ece73578c
|
Add typedDict for RPC messages
Currently not fully functional.
|
2023-03-24 20:33:00 +01:00 |
|
Matthias
|
b317524ed7
|
protect adjust_trade_position from crashing in case of unsafe code
|
2023-03-24 20:27:45 +01:00 |
|
Matthias
|
469166636c
|
Set initial stoploss when creating the order
This ensures that a trade never has "None" as stoploss
|
2023-03-24 07:27:45 +01:00 |
|
Matthias
|
150c5510c7
|
Don''t fully fail bot when invalid price value is reached
closes #8300
|
2023-03-22 19:46:07 +01:00 |
|
Matthias
|
aa54b77702
|
Rename _session to sessoin
|
2023-03-15 21:12:06 +01:00 |
|
Matthias
|
8073989c98
|
Remove more usages of .query
|
2023-03-15 21:10:47 +01:00 |
|
Matthias
|
8f29312c9e
|
Minimum re-entry stake should not include stoploss
|
2023-03-14 08:14:01 +01:00 |
|
Matthias
|
5c280d5649
|
Improve emergency_exit handling
|
2023-03-13 20:28:13 +01:00 |
|
Matthias
|
59d2ff3ffa
|
Simplify handle_cancel_exit
|
2023-03-11 15:15:10 +01:00 |
|
Matthias
|
39c651e40c
|
Remove pointless reset of close_profit
|
2023-03-11 15:15:02 +01:00 |
|
Matthias
|
a76ca771f8
|
telegram: Fix sending telegram message with exception
|
2023-03-10 18:09:05 +01:00 |
|
Matthias
|
c2c039151c
|
Improve typesafety around trade object
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
f6b3998bbd
|
Fix backtesting type incompatibilities
|
2023-03-01 20:32:32 +01:00 |
|