Commit Graph

5816 Commits

Author SHA1 Message Date
Matthias
cddbff0a65 total_open_trades_stake should support no-db mode 2021-03-20 18:46:57 +02:00
Matthias
0d664e553a Improve Wallet logging disabling for backtesting 2021-03-20 18:46:57 +02:00
Matthias
6fe1e20ce4 Small enhancements to docs 2021-03-20 18:46:57 +02:00
Matthias
22412a1974 use get_all_locks to get locks for backtest result 2021-03-20 18:46:57 +02:00
Matthias
e0e87a60ae Use timestamp in UTC timezone for ROI comparisons 2021-03-20 18:46:57 +02:00
Matthias
987f984c0f Use sell-reason value in backtesting, not the enum object 2021-03-20 18:46:57 +02:00
Matthias
f56e63895d Extract close method for exchange 2021-03-20 18:46:57 +02:00
Matthias
b89744753e remove only ccxt objects when hyperopting 2021-03-20 18:46:57 +02:00
Matthias
2e421ebe29 Add wallets to backtesting 2021-03-20 18:46:57 +02:00
Matthias
2e7e50cca1 Wallets should use trade_proxy 2021-03-20 18:46:57 +02:00
Th0masL
e71829c6b7 Fix order_by in trades command 2021-03-20 18:46:57 +02:00
Matthias
3da1b8577d Increase cache size to be large enough to hold all pairs
closes #4483
2021-03-20 18:46:57 +02:00
Th0masL
795325ad0f Add trade_id to Cancel messages and reduced lines length 2021-03-20 18:46:57 +02:00
Th0masL
64e127ee08 Add trade_id in Telegram messages 2021-03-20 18:46:57 +02:00
Patrick Weber
5d01d202ad Fixed line length in HyperOpt for new name
Fixed line length errors and multiple f strings to facilitate strategy being added in the name
2021-03-20 18:46:57 +02:00
Patrick Weber
dd19f99a0a Add strategy name to HyperOpt results filename
This just extends the HyperOpt result filename by adding the strategy name. This allows analysis of HyperOpt results folder with no additional necessary context. An alternative idea would be to expand the result dict, but the additional static copies are non value added.
2021-03-20 18:46:57 +02:00
Matthias
05fe5591dc Introduce forcebuy ordertype to allow specifiying a different ordertype for forcebuy / forcesells 2021-03-20 18:46:57 +02:00
Matthias
e05e61cd01 Remove deprecated profit return value 2021-03-20 18:46:57 +02:00
Matthias
c32f9706ff Fix too long line errors 2021-03-20 18:46:57 +02:00
raoulus
adf040ab97 added "Median profit" column to hyperopt -> export-csv 2021-03-20 18:46:57 +02:00
Matthias
b6641631eb Don't catch errors that can't happen 2021-03-20 18:46:57 +02:00
Matthias
6c472c037e Add telegram pair unlocking 2021-03-20 18:46:57 +02:00
Matthias
a391ae7807 Support deleting locks via API 2021-03-20 18:46:57 +02:00
Matthias
5746af6d59 Add rpc method to delete locks 2021-03-20 18:46:57 +02:00
Matthias
c2a2719466 Fix mypy errors introduced by Arrow update 2021-03-20 18:46:57 +02:00
Matthias
5b0fdc61d8 Don't use __root__ directly for api response 2021-03-20 18:46:57 +02:00
Matthias
e68e5b8515 Fix mypy problem after mypy 0.800 upgrade 2021-03-20 18:46:57 +02:00
Matthias
ac3227251c Use sensible defaults for balance_dust_level 2021-03-20 18:46:57 +02:00
Florian Reitmeir
4467378792 add balance_dust_level parameter to make telegram less chatty 2021-03-20 18:46:57 +02:00
Matthias
0351b1d530 Stringify favicon path
potentially closes #4459
2021-03-20 18:46:57 +02:00
JoeSchr
8e094e4a12 Fix(strategy/interface.py): comment typo
`advice_buy` -> `advise_buy`
2021-03-20 18:46:57 +02:00
Xanders
4db9c2cb6b Fix too long line at webhook.py 2021-03-20 18:46:57 +02:00
Xanders
27b7e1cac3 Add JSON-encoded webhooks 2021-03-20 18:46:56 +02:00
Th0masL
c83e73c5c3 Reduced length of the line 2021-03-20 18:46:56 +02:00
Th0masL
c83ac85991 Allow changing the order_type for forcesell 2021-03-20 18:46:56 +02:00
Matthias
daad8a3803 Remove binanceje, add ftx to config selector
closes #4441
2021-03-20 18:46:56 +02:00
crypto_rahino
df3c607e57 first 2021-03-20 18:46:56 +02:00
Matthias
aea8f05d10 Version bump 2021.2 2021-02-24 06:39:59 +01:00
Matthias
cae67b02df Merge branch 'stable' into new_release 2021-02-24 06:39:51 +01:00
Matthias
c71ecd3680 Fix wrong pair-content in strategy-analysis notebook and documentation
closes #4399
2021-02-22 20:04:36 +01:00
Matthias
228e51b60b Fix #4405 2021-02-22 13:34:52 +01:00
Matthias
3629892fc3 Stoploss-guard should use the trade_limit or more
fix #4404
2021-02-20 19:38:44 +01:00
Matthias
245e39e523 dry-run should be a bool, not a string 2021-02-20 19:17:26 +01:00
Matthias
2b0d2070d0 Avoid crash with /delete
When a trade is deleted between querying the database and actually
handling the trade.

closes #4326
2021-02-18 12:49:14 +01:00
Matthias
b5a9ce2894 Download data in the right format as well ...
closes #4393
2021-02-18 09:26:35 +01:00
Matthias
11b20d6932 Add config to hyperopt_loss_function documentation 2021-02-17 07:04:29 +01:00
Matthias
eff0d46ea1
Merge pull request #4375 from flomerz/pass_processed_data
pass data and config to loss function
2021-02-16 20:06:50 +01:00
Matthias
009a447d8a Adjust documentation for new parameter in loss functions 2021-02-16 19:51:09 +01:00
Florian Merz
3e06cd8b3a pass data and config to loss function 2021-02-16 10:11:33 +01:00
Matthias
1a3e7191ed
Merge pull request #4116 from squat0001/develop-squat
Develop squat
2021-02-15 07:15:11 +01:00