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
Joe Schr
926b017981
Fix freqUI charts not displaying when dtype(datetime) column has NaT values
...
fix dataframe_to_dict() issues by replacing NaT empty string and
prepare for proper `.replace({NaT})` fix
2022-02-08 17:09:37 +01:00
Joe Schr
118ae8a3d0
Fix api_schemas/json_encoders by manually converting NaT values to empty Strings
...
makes import of datetime columns more robust by first checking
if value is null because strftime can't handle NaT values
use `isnull()` because it handles all NaN/None/NaT cases
2022-02-08 17:09:29 +01:00
Matthias
b192c82731
Only call "custom_exit_price" for limit orders
2022-02-08 07:10:54 +01:00
Matthias
535bbd681f
Merge pull request #6362 from ediziks/add-profit-drawdown-hypeloss
...
Add ProfitDrawdownHyperoptLoss method
2022-02-07 19:37:35 +01:00
Matthias
036c2888b4
Track timedout entry/exit orders
2022-02-07 18:49:30 +01:00
zx
4bce64b427
commented method deletition
2022-02-07 14:12:07 +01:00
zx
7811a36ae9
max_drawdown_abs calc fix & .DS_Store deletition
2022-02-07 07:44:13 +01:00
zx
8cdb6e0774
DRAWDOWN_MULT back to a higher value as built-in for safer HOs first
2022-02-07 06:31:16 +01:00