gbojen
|
142690c930
|
resolves freqtrade/freqtrade#4650
|
2021-04-06 10:05:03 +02:00 |
|
shubhendra
|
f47dc31786
|
Refactor the comparison involving not
Signed-off-by: shubhendra <withshubh@gmail.com>
|
2021-04-02 16:57:44 +05:30 |
|
shubhendra
|
910e15b174
|
Remove methods with unnecessary super delegation.
Signed-off-by: shubhendra <withshubh@gmail.com>
|
2021-03-21 17:14:47 +05:30 |
|
Matthias
|
e315a6a0da
|
assume "last" can miss from a ticker response
closes #4573
|
2021-03-20 14:58:51 +01:00 |
|
Matthias
|
0db5c9746f
|
Merge pull request #4454 from freqtrade/backtest_compound_speed
Backtest compound, wallet, ...
|
2021-03-10 10:07:40 +01:00 |
|
Matthias
|
02d7dc4780
|
Increase cache size to be large enough to hold all pairs
closes #4483
|
2021-03-06 19:55:02 +01:00 |
|
Matthias
|
53a57f2c81
|
Change some types
Fix types of new model object
|
2021-02-27 09:33:00 +01:00 |
|
Matthias
|
0d2f877e77
|
Use absolute drawdown calc
|
2021-02-27 09:32:59 +01:00 |
|
Matthias
|
3629892fc3
|
Stoploss-guard should use the trade_limit or more
fix #4404
|
2021-02-20 19:38:44 +01:00 |
|
Matthias
|
5622bb3247
|
Make candle_limit optionally timeframe dependent
|
2021-02-14 10:29:45 +01:00 |
|
Matthias
|
52acf9aaf6
|
Fix "disappearing pairs" bug
closes #4277
|
2021-02-01 19:40:31 +01:00 |
|
Matthias
|
a9b4d6de33
|
Check for existance of ask key in ticker
closes #4267
|
2021-01-26 17:18:55 +01:00 |
|
Matthias
|
16f9675356
|
Fix whitelist expansion problem
|
2021-01-23 20:40:27 +01:00 |
|
Matthias
|
bf5868c96d
|
Add testcase for nonexisting pairs on whitelist
|
2021-01-15 07:10:17 +01:00 |
|
nas-
|
f72d53351c
|
Added ability to keep invalid pairs while expanding expand_pairlist
|
2021-01-15 06:37:57 +01:00 |
|
nas-
|
4d7ffa8c81
|
Added suppoort for regex in whitelist
|
2021-01-12 01:13:58 +01:00 |
|
Matthias
|
f159c46438
|
Include stoploss_on_exchange in stoploss_guard
fix #4183
|
2021-01-11 07:55:01 +01:00 |
|
Matthias
|
bd7600ff06
|
Small visual changes
|
2020-12-31 09:43:24 +01:00 |
|
Matthias
|
04624aae40
|
Add documentation for wildcard-blacklist
|
2020-12-30 12:30:50 +01:00 |
|
Matthias
|
0affacd39a
|
Support invalid regex blacklist from config
|
2020-12-30 10:14:22 +01:00 |
|
Matthias
|
704cf14383
|
Add expand_pairlist method
|
2020-12-30 09:55:44 +01:00 |
|
Matthias
|
f11fd2fee1
|
Sort imports
|
2020-12-23 17:00:02 +01:00 |
|
Matthias
|
67193bca3d
|
Move pairlists to be a plugin submodule
|
2020-12-23 16:54:35 +01:00 |
|
Matthias
|
f047297995
|
Improve wording, fix bug
|
2020-12-07 15:48:06 +01:00 |
|
Matthias
|
effc96e92b
|
Improve tests for backtest protections
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
75a5161650
|
Support multis-strategy backtests with protections
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
98c88fa58e
|
Prepare protections for backtesting
|
2020-12-07 11:39:01 +01:00 |
|
Matthias
|
64d6c7bb65
|
Update developer docs
|
2020-12-07 11:17:11 +01:00 |
|
Matthias
|
0e2a43ab4d
|
Add duration_explanation functions
|
2020-12-07 11:12:09 +01:00 |
|
Matthias
|
d4799e6aa3
|
Implement *candle definitions
|
2020-12-07 10:54:26 +01:00 |
|
Matthias
|
eb952d77be
|
Move lookback_period to parent __init__
|
2020-12-07 08:27:14 +01:00 |
|
Matthias
|
f06b58dc91
|
Test MaxDrawdown desc
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
089c463cfb
|
Introduce max_drawdown protection
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
4351a26b4c
|
Move stop_duration to parent class
avoids reimplementation and enhances standardization
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
dce2364672
|
Add stoploss per pair support
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
8f958ef723
|
Improve login-mixin structure
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
5e3d2401f5
|
Only call stop methods when they actually support this method
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
8ebd6ad200
|
Rename login-mixin log method
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
2e5b9fd4b2
|
format profit in low_profit_pairs
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
e29d918ea5
|
Avoid double-locks also in per pair locks
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
fc97266dd4
|
Add "now" to lock_pair method
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
59091ef2b7
|
Add helper method to calculate protection until
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
5133675988
|
Apply all stops in the list, even if the first would apply already
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
9484ee6690
|
Test for low_profit_pairs
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
bb06365c50
|
Improve protection documentation
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
00d4820bc1
|
Add low_profit_pairs
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
9f6c2a583f
|
Better wording for config options
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
8dbef6bbea
|
Add test for cooldown period
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
2a66c33a4e
|
Add locks per pair
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
56975db2ed
|
Add more tests
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
816703b8e1
|
Improve protections work
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
f39a534fc0
|
Implement global stop (First try)
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
3447f1ae53
|
Implement first stop method
|
2020-12-07 08:23:10 +01:00 |
|
Matthias
|
a0bd2ce837
|
Add first version of protection manager
|
2020-12-07 08:23:10 +01:00 |
|