Commit Graph

1292 Commits

Author SHA1 Message Date
Matthias
822125d5f0 Some subtle bugfixes 2022-06-22 19:48:27 +02:00
Matthias
76907cb4d6 Small fixes to align backtesting with live 2022-06-21 06:47:17 +02:00
Matthias
1fdd2e52e7 Use proper profit calculations 2022-06-17 20:23:25 +02:00
Matthias
7fd5846d9f Eliminate calls to process_exit_sub_trade 2022-06-16 07:26:45 +02:00
Matthias
060f12572e Merge branch 'develop' into pr/mkavinkumar1/6545 2022-06-14 06:36:16 +02:00
Matthias
1ffee96bad Fix protection parameters not loading from parameter file
closes #6978
2022-06-13 19:59:05 +02:00
Matthias
c550cd8b0d Simplify query in freqtradebot 2022-06-09 07:04:46 +02:00
Matthias
9534d6cca1 Cancel orders which can no longer be found after several days 2022-06-07 07:03:40 +02:00
Matthias
a790bad1e4 Add entry_tag to leverage callback
closes #6929
2022-06-05 10:24:54 +02:00
Matthias
88845f6d88 Fix cancel order deleting trade
if one order was successfully filled, the trade cannot be deleted.

closes #6907
2022-05-31 17:49:51 +02:00
Matthias
fe5d74cbc4 Extract order_close_notify 2022-05-29 10:14:06 +02:00
Matthias
20a7a6e0d8 Fix wrong partial exit notification 2022-05-29 09:51:47 +02:00
Matthias
a8218feea8 Small cleanups 2022-05-28 10:11:32 +02:00
Matthias
2b5530217d Add test for Generic behavior 2022-05-27 07:05:04 +02:00
Matthias
7c464f3237 Simplify and align adjust_trade_position interface 2022-05-26 20:40:34 +02:00
Matthias
192bc868a7 Merge branch 'develop' into pr/mkavinkumar1/6545 2022-05-26 20:02:46 +02:00
Matthias
3e66275c98 Refactor bot_start to separate function
to be reused further ...
2022-05-25 20:01:21 +02:00
Matthias
23e089061b
Merge pull request #6870 from freqtrade/should_exit_list
Should exit list
2022-05-24 06:57:50 +02:00
Matthias
0b5544ef9e Stoploss fill should fill as "filled" notification
Closes #6873
2022-05-22 19:18:12 +02:00
Matthias
938a66511a Update Documentation for new confirm_trade_exit behavior 2022-05-22 11:28:11 +02:00
Matthias
bdb904e714 Should_exit should return all sell signals 2022-05-22 10:17:49 +02:00
Matthias
1315d02437 Fix startup sending "longed" messages for open stoplosses 2022-05-22 09:01:46 +02:00
Matthias
a3d9384bc0 Remove clean-dry-run code 2022-05-19 06:56:34 +02:00
மனோஜ்குமார் பழனிச்சாமி
b5f6f919b6 Updated requested changes in PR #6545 2022-05-18 04:21:36 +05:30
மனோஜ்குமார் பழனிச்சாமி
3607538287 update var 2022-05-18 02:51:01 +05:30
மனோஜ்குமார் பழனிச்சாமி
a1111e3497
Merge branch 'develop' into partial_sell2 2022-05-18 02:33:16 +05:30
மனோஜ்குமார் பழனிச்சாமி
7bdaa797ec merge upstream 2022-05-18 02:27:40 +05:30
மனோஜ்குமார் பழனிச்சாமி
3dd03151a5 Merge upstream 2022-05-18 02:08:25 +05:30
Matthias
a8f064a8cb Fix exit_reason assignment in live mode 2022-05-15 17:41:59 +02:00
Matthias
3b14439240 Slightly improve performance of order adjusts
Avoind  2nd call to `get_rate()`.

closes #6821
2022-05-14 16:16:32 +02:00
மனோஜ்குமார் பழனிச்சாமி
2dbeb12511 update tests 2022-05-13 21:04:35 +05:30
மனோஜ்குமார் பழனிச்சாமி
ce433b2a37 merge upstream 2022-05-08 13:14:07 +05:30
மனோஜ்குமார் பழனிச்சாமி
d79b90a98f consistent exchange name 2022-05-08 12:46:58 +05:30
Matthias
c9498d0117
Merge pull request #6692 from eSeR1805/feat_readjust_entry
Feature: Readjust Entry Order
2022-05-07 20:11:20 +02:00
Matthias
2da284b921 Properly type side for create_order 2022-05-07 10:02:54 +02:00
eSeR1805
495708df76
Merge branch 'develop' into feat_readjust_entry 2022-05-05 12:20:09 +03:00
Matthias
1a37c6ff42 Bump ccxt to 1.81.43
fixes bug in okx live liquidation pricing
2022-05-05 07:05:00 +02:00
eSeR1805
496bf84e3a
Merge branch 'develop' into feat_readjust_entry 2022-05-04 21:43:41 +03:00
மனோஜ்குமார் பழனிச்சாமி
5739c6aa79 Merge branch 'develop' into partial_sell2 2022-05-04 04:57:27 +05:30
Matthias
091cb4fb8d Reduce no stake amount verbosity
closes #6768
2022-05-03 19:42:17 +02:00
மனோஜ்குமார் பழனிச்சாமி
ad479abe24 fixed fees bug | closed != non-opened 2022-05-03 20:31:09 +05:30
மனோஜ்குமார் பழனிச்சாமி
cb0e3dbcba merge upstream 2022-05-03 19:59:23 +05:30
eSeR1805
4c74601073
Freqtradebot: Cleanup stray debug messages. 2022-05-02 18:22:41 +03:00
eSeR1805
59397cdd19
Freqtradebot: Fix full cancel logging location. 2022-05-02 18:09:28 +03:00
eSeR1805
04c51d2d1a
Merge branch 'develop' into feat_readjust_entry 2022-05-01 21:42:15 +03:00
Matthias
995c48b642 Merge branch 'develop' into pairlocks_direction 2022-05-01 14:59:04 +02:00
eSeR1805
3be2afdd88
Merge branch 'develop' into feat_readjust_entry 2022-04-30 13:39:23 +03:00
eSeR1805
f9977c26e7
Full cancel only for non DCA trades. 2022-04-30 12:55:03 +03:00
Sam Germain
4a6f1e90c3 Merge branch 'develop' into bot-start 2022-04-29 22:23:42 -06:00
eSeR1805
17650d7e60
Maintain existing order. Update functionality and documentation 2022-04-29 00:10:17 +03:00