Commit Graph

7278 Commits

Author SHA1 Message Date
Kavinkumar
ba7d823a91 rpc fix 2022-02-27 12:28:38 +05:30
Kavinkumar
df9db1f8b4 Update freqtradebot.py 2022-02-27 12:06:39 +05:30
Kavinkumar
993b05d1ab rpc fix 2022-02-27 12:02:08 +05:30
Kavinkumar
6db6d8dcd2 fix rpc 2022-02-27 10:09:35 +05:30
Kavinkumar
edee3259ed updated order time 2022-02-26 23:00:22 +05:30
Kavinkumar
21ef84617c rpc fix 2022-02-26 22:55:51 +05:30
Kavinkumar
45faac95f6 reduced rpc noise 2022-02-26 10:25:44 +05:30
Kavinkumar
22534d6a78 Revert "Temporary fix to reload all strategies"
This reverts commit 97bbc2381d.
2022-02-25 11:54:24 +05:30
Kavinkumar
97bbc2381d Temporary fix to reload all strategies 2022-02-25 11:40:14 +05:30
Kavinkumar
24f8fb4ece rpc fix 2022-02-24 21:50:17 +05:30
Kavinkumar
8e5c880c11 data_type fix 2022-02-24 13:36:01 +05:30
Kavinkumar
3b7aa012cb refresh button fix 2022-02-24 13:22:12 +05:30
Kavinkumar
dec4cc479d rpc fix 2022-02-24 12:10:10 +05:30
Kavinkumar
ec8e0b1fcb telegram message fix 2022-02-24 11:48:52 +05:30
Kavinkumar
06d14b81dd typo 2022-02-23 18:09:50 +05:30
Kavinkumar
c4f9a90998 debug 2022-02-23 18:04:06 +05:30
Kavinkumar
30398007cc typo 2022-02-23 15:48:53 +05:30
Kavinkumar
4dce0fa3f2 used calculated current_rate 2022-02-22 19:29:54 +05:30
Kavinkumar
b4dbf4a96c typo 2022-02-21 19:49:02 +05:30
Kavinkumar
c9f9404c4a zero division error 2022-02-21 18:35:11 +05:30
Kavinkumar
11b5509a98 typo 2022-02-21 18:28:44 +05:30
Kavinkumar
16b3b97ac7 zero division error fixes and rpc fixes 2022-02-21 18:25:04 +05:30
Kavinkumar
a8b1d1e10b fix for mypy 2022-02-21 12:35:25 +05:30
Kavinkumar
5cfc670ada fix for total sell 2022-02-21 12:16:08 +05:30
Kavinkumar
fcddb09694 updated logic 2022-02-21 11:57:15 +05:30
Kavinkumar
d25f999901 Updated order attribute 2022-02-20 10:14:50 +05:30
Kavinkumar
250664d8b3 included unit test 2022-02-19 18:55:07 +05:30
Kavinkumar
6021dffb4a updated unit test 2022-02-18 16:06:50 +05:30
Kavinkumar
8bc94ab378 parameter fix 2022-02-18 12:41:35 +05:30
Kavinkumar
1de5c0412c draft for partial sell 2022-02-16 18:45:38 +05:30
Matthias
78a93b6052 noqa 2022-02-15 20:15:03 +01:00
Matthias
3787b747ae Simplify api schema by not using union types 2022-02-15 20:07:02 +01:00
Matthias
c769e9757d Improve "order refind" to also work for stoploss orders 2022-02-12 20:13:12 +01:00
Matthias
119d4d5204 select_order should use ft_order_side, not the exchange specific one 2022-02-12 17:06:03 +01:00
Matthias
08803524bd align variable naming to use current_time 2022-02-12 15:21:46 +01:00
Matthias
d0adc4ee62
Merge pull request #6391 from lukasgor/lg/feat/add-buy-tag-to-forcebuy
feature: add buy tag to forcebuy
2022-02-11 19:37:46 +01:00
Matthias
c9cfc246f1 Sort /forcebuy pairs alphabetically, add cancel button
closes #6389
2022-02-11 19:37:35 +01:00
lukasgor
6511b3bec2 fix: rename buy_tag to entry_tag 2022-02-11 15:31:15 +01:00
lukasgor
d563bfc3d0 feature: add buy tag to forcebuy 2022-02-11 13:38:33 +01:00
Matthias
6a59103869 update wallets in backtesting to ensure a fresh wallet is used
closes #6388
2022-02-10 19:40:36 +01:00
Matthias
be84a028c1 Avoid mixed types in the api for /stats 2022-02-10 07:03:19 +01:00
Matthias
af984bdc0d Update comment regarting NaT replacement 2022-02-09 09:32:53 +01:00
Matthias
2e41d80a2c
Merge pull request #6340 from TheJoeSchr/frequi-datetime
freqUI: fix can't import backtest with missing datetime data
2022-02-09 07:21:30 +01:00
Matthias
9f47853661
Merge pull request #6235 from freqtrade/backtest_order_timeout
Backtest order timeout
2022-02-09 07:12:35 +01:00
Matthias
45c03f1440 Docstrings are evaluated, while comments are not 2022-02-09 07:02:44 +01:00
Matthias
4e2f06fe9c Simplify band-aid code 2022-02-09 06:48:26 +01:00
Matthias
6191288ff9 Add test for NaT problematic 2022-02-09 06:36:17 +01:00
Matthias
1d10d2c87c Okex -> okx 2022-02-08 19:45:39 +01:00
Matthias
172e018d2d Add probit to list of non-working exchanges
closes #6379
2022-02-08 19:21:27 +01:00
Matthias
dcf8ad36f9 Backtesting should not allow unrealistic (automatic-filling) orders. 2022-02-08 19:12:01 +01:00