Commit Graph

16820 Commits

Author SHA1 Message Date
Matthias
b044dd2c45 Update custom_sell to custom_exit 2022-03-12 11:37:56 +01:00
Matthias
fe62a71f4c Simplify implementation of "check_override" by extracting it to function 2022-03-12 10:58:48 +01:00
Matthias
6946203a7c Add tests and test-strategies for custom "implements" requirements 2022-03-12 10:05:16 +01:00
adriance
b5662d6547 Merge branch 'feat/short' into fs_fix 2022-03-12 16:50:27 +08:00
Matthias
9460fd8d75 Add Appropriate test for loading error 2022-03-12 09:49:20 +01:00
Matthias
28046c6a22 Change populate_buy_trend to populate_entry_trend 2022-03-12 09:38:28 +01:00
Matthias
efc313b28b
Merge pull request #6512 from freqtrade/short_order_types
Short order types renamal
2022-03-12 09:32:16 +01:00
Matthias
7d1e487be5
Merge pull request #6522 from freqtrade/is_short_strat
Is short strat
2022-03-12 09:31:51 +01:00
Matthias
b9b5d749bb Fix typo causing an implicit bug 2022-03-12 08:58:59 +01:00
Kavinkumar
fd52702772
Merge branch 'freqtrade:develop' into partial_sell 2022-03-12 13:20:01 +05:30
Matthias
12c909d8a8 Add can_short to sample strategies 2022-03-12 07:00:57 +01:00
Matthias
0aa170ac95 Check can_short in live-mode as well. 2022-03-12 06:58:22 +01:00
Matthias
20fc9459f2 Add test for can_short strategy attribute 2022-03-11 19:37:45 +01:00
Matthias
1c9dbb512a Initial attempt at is_short_strategy block 2022-03-11 19:29:40 +01:00
Matthias
7825d855cd Fix flake8 error in tests 2022-03-11 19:28:15 +01:00
Italo
d2a5448305 Update hyperopt.py 2022-03-11 17:38:32 +00:00
Italo
1a573d57b9
Merge branch 'freqtrade:develop' into plot_hyperopt_stats 2022-03-11 17:36:00 +00:00
Matthias
11c76c3c89 Check if timeframe is available before calling exchange
closes #6517
2022-03-11 18:01:30 +01:00
adriance
51947ded6b Merge branch 'feat/short' into fs_fix 2022-03-11 22:35:35 +08:00
Kavinkumar
73c1b0bbed added current exit price in backtesting
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
2022-03-11 19:02:45 +05:30
Kavinkumar
1196c00a23
Merge branch 'freqtrade:develop' into partial_sell 2022-03-11 13:59:11 +05:30
Matthias
24f480b4ce Double-check stoploss behaviour
closes #6508
2022-03-11 08:28:47 +01:00
Matthias
9ff52c0a93 Add test for emergencysell behaviour 2022-03-11 08:26:28 +01:00
Kavinkumar
a450831f55
flake8 fix 2022-03-11 02:41:21 +05:30
Kavinkumar
a417e1fa1e
Update telegram.py 2022-03-11 02:34:05 +05:30
Kavinkumar
f9783b7aae
Flake8 fix 2022-03-11 02:26:07 +05:30
Kavinkumar
9bdfe6fdfc
Update test_rpc_telegram.py 2022-03-11 01:52:02 +05:30
Kavinkumar
f6f2e17409
Update test_rpc_telegram.py 2022-03-11 01:36:59 +05:30
Kavinkumar
fc83c94553
Update test_rpc_telegram.py 2022-03-11 00:41:12 +05:30
Kavinkumar
dab9b8006c
Update telegram.py 2022-03-11 00:35:35 +05:30
Kavinkumar
b6c1ab8933
Update test_rpc_telegram.py 2022-03-11 00:11:47 +05:30
Kavinkumar
0388fd401e
Update telegram.py 2022-03-10 23:56:00 +05:30
Kavinkumar
9b86054f6a
Update telegram.py 2022-03-10 23:20:20 +05:30
Kavinkumar
202fe25159
Update telegram.py 2022-03-10 13:13:03 +05:30
Kavinkumar
65da993e7e
Update freqtradebot.py 2022-03-10 12:29:56 +05:30
Kavinkumar
738752d50d
Update freqtradebot.py 2022-03-10 12:28:25 +05:30
Matthias
f6c263882d Update outdated TODO-lev 2022-03-10 07:09:48 +01:00
Matthias
cb9da78a27 Merge branch 'develop' into feat/short 2022-03-10 06:54:20 +01:00
Matthias
98755c1874 Fix wrong estimated output from /balance endpoints 2022-03-10 06:47:17 +01:00
Kavinkumar
606d5e76cd Update freqtradebot.py
Co-Authored-By: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
2022-03-10 10:51:27 +05:30
Kavinkumar
13af7727cf Update telegram.py 2022-03-10 10:23:47 +05:30
Kavinkumar
8d0dbc2eb8
Update telegram.py 2022-03-10 08:58:22 +05:30
Kavinkumar
33c2489ccb
Updated selling msg words 2022-03-10 08:49:00 +05:30
Kavinkumar
7194d320e8
Added cumulative_profit 2022-03-10 08:02:06 +05:30
Kavinkumar
9836cd5418
Merge branch 'freqtrade:develop' into partial_sell 2022-03-10 07:58:37 +05:30
Sam Germain
6f4d607902 stoploss_adjust fixed breaking tests 2022-03-09 19:31:51 -06:00
Sam Germain
7db28b1b16 gateio stoploss docs 2022-03-09 15:54:17 -06:00
Sam Germain
6bb93bdc25 moved binance.stoploss_adjust to exchange class 2022-03-09 15:47:16 -06:00
Matthias
0d754111e9 Fix dry-run-wallets bug in case of futures 2022-03-09 19:02:22 +01:00
Matthias
a837571e2b Improve dry-run-wallets in futures case test 2022-03-09 19:01:38 +01:00