Sam Germain
|
98b00e8daf
|
merged with feat/short
|
2021-09-15 22:28:10 -06:00 |
|
Sam Germain
|
b854350e8d
|
Changed funding fee implementation
|
2021-09-04 16:31:09 -06:00 |
|
Matthias
|
5184cc7749
|
Merge branch 'develop' into feat/short
|
2021-09-02 07:03:14 +02:00 |
|
Matthias
|
b0c4f079c2
|
Merge branch 'develop' into feat/backtest_detail
|
2021-08-31 20:16:42 +02:00 |
|
Matthias
|
2ce458810b
|
rename default_hyperopt_loss file
|
2021-08-26 19:39:57 +02:00 |
|
Matthias
|
e1c3b7fd8c
|
Merge branch 'develop' into feat/short
|
2021-08-25 20:31:40 +02:00 |
|
Matthias
|
7fb570cc58
|
hyperopt Fallback methods should not be used.
|
2021-08-25 20:28:55 +02:00 |
|
Matthias
|
23d21d8ace
|
Fix wrong message if protection-space is missing
closes #5480
|
2021-08-25 19:57:10 +02:00 |
|
Matthias
|
957551ea97
|
Merge branch 'develop' into feat/short
|
2021-08-24 06:25:06 +02:00 |
|
Sam Germain
|
a5be535cc9
|
strategy interface: removed some changes
|
2021-08-21 17:06:04 -06:00 |
|
Sam Germain
|
e2d5299116
|
Name changes for strategy
|
2021-08-18 13:22:54 -06:00 |
|
Matthias
|
fa4ec9f83e
|
Add explicit test for get_sell_trade_entry
|
2021-08-15 14:52:24 +02:00 |
|
Matthias
|
8405ccc15e
|
Seperate detail data loading from regular backest-data loading
|
2021-08-14 16:33:01 +02:00 |
|
Matthias
|
88172fab82
|
Allow "detailed" backtesting timeframe to look into the candle
|
2021-08-14 16:04:23 +02:00 |
|
Matthias
|
bdbac37be7
|
Merge pull request #5399 from rokups/rk/fix-buy-tag-backtest
Fix buy_tag not being saved to trade object.
|
2021-08-12 06:36:33 +02:00 |
|
Rokas Kupstys
|
f6267c7514
|
Fix buy_tag not being saved to trade object.
Column is mistakenly excluded because advise_buy() creating this column runs after code detecting presence of buy_tag column.
|
2021-08-11 15:21:23 +03:00 |
|
ipqhjjybj
|
65d025923d
|
add code
|
2021-08-11 14:35:16 +08:00 |
|
Matthias
|
0b6aedbc4c
|
Merge pull request #5395 from freqtrade/fix/hyperopt-show
Stream hyperopt-result in small batches
|
2021-08-10 19:54:02 +02:00 |
|
Matthias
|
039d6384ed
|
Stream hyperopt-result in small batches
Avoiding memory-exhaustion on huge hyperopt results
closes #5305
closes #5149
|
2021-08-10 10:12:57 +02:00 |
|
Matthias
|
3f160c7144
|
Cache dataframe before cutting the first candle
This allows providing the "current closed" candle in all cases.
|
2021-08-10 09:14:29 +02:00 |
|
Matthias
|
5bfb9edf02
|
Only query date once from list
|
2021-08-09 15:42:17 +02:00 |
|
Matthias
|
895b912c71
|
Fix recently introduced lookahead bias in backtesting
closes #5388
|
2021-08-09 14:54:47 +02:00 |
|
Matthias
|
a5f796bc97
|
refactor ohlcvdata_to_dataframe to advise_all_indicators
|
2021-08-09 14:53:18 +02:00 |
|
Matthias
|
f17942b68f
|
Fix random test failure
|
2021-08-09 11:18:18 +02:00 |
|
Matthias
|
47f641d12f
|
Remove hyperopt-pickle result support
|
2021-08-09 07:04:18 +02:00 |
|
Matthias
|
3bd0c3d009
|
Remove legacy code from export to csv
|
2021-08-08 11:02:54 +02:00 |
|
Matthias
|
faf16a64e5
|
Remove legacy hyperopt file support
|
2021-08-08 10:22:45 +02:00 |
|
Matthias
|
0ae4eccea5
|
Refactor Hyperopt-list and hyperopt-show to reduce some duplicate code
|
2021-08-08 10:06:35 +02:00 |
|
Matthias
|
6532aba765
|
Merge pull request #5360 from freqtrade/hyperopt_protections
Hyperopt protections and Boolean parameter
|
2021-08-07 09:42:05 +02:00 |
|
Sam Germain
|
b9356a5564
|
Autopep8 formatting
|
2021-08-06 16:35:39 -06:00 |
|
Matthias
|
a6454cfc39
|
Autoenable protections when protection-space is selected
|
2021-08-04 07:17:29 +02:00 |
|
Matthias
|
091bf7c4d2
|
Output protection space
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
544e0da6c2
|
Add protection parameter space
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
800b2eeaf0
|
Load protections as part of backtest()
this enables different values in hyperopt per epoch
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
dfc17f2bd1
|
Fix ci failure
|
2021-08-03 07:21:11 +02:00 |
|
Matthias
|
4ab03f7e37
|
Don't load fallback methods for autohyperopt
|
2021-08-02 21:17:56 +02:00 |
|
Matthias
|
e70a742005
|
Reorder space methods in hyperopt
|
2021-08-02 21:12:10 +02:00 |
|
Matthias
|
056bc93bc6
|
backtesting needs startup_candle_count
fixes informative-pair loading being different between --strategy-list and
--strategy.
|
2021-08-01 19:17:52 +02:00 |
|
Matthias
|
1ccc89d1e9
|
Store fully analyzed dataframe
|
2021-07-31 10:00:24 +02:00 |
|
Matthias
|
b1cbc75e93
|
Properly cache pair dataframe in backtesting (without startup-range).
|
2021-07-31 08:45:04 +02:00 |
|
Matthias
|
138b126d03
|
Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name
Add buy signal name
|
2021-07-30 08:23:11 +02:00 |
|
kevinjulian
|
aea5da0c73
|
changes testcase
|
2021-07-23 11:42:43 +07:00 |
|
kevinjulian
|
f5a660f845
|
caps BUY_TAG_IDX
|
2021-07-21 20:19:56 +07:00 |
|
kevinjulian
|
49886874aa
|
rename to buy_tag
|
2021-07-21 20:05:35 +07:00 |
|
kevinjulian
|
5d04d6ffa7
|
fix edge testcase
|
2021-07-20 23:40:32 +07:00 |
|
kevinjulian
|
cbfedf8b29
|
fix backtest testcase
|
2021-07-20 23:25:00 +07:00 |
|
Kevin Julian
|
edf9c08f06
|
Merge branch 'develop' into feat/kevinjulian/add-buy-signal-name
|
2021-07-20 19:19:46 +07:00 |
|
kevinjulian
|
ed30c023cd
|
fix some testcase
|
2021-07-20 19:08:14 +07:00 |
|
kevinjulian
|
9e63bdbac9
|
feat: add buy signal name
|
2021-07-20 04:58:20 +07:00 |
|
Matthias
|
365479f5e0
|
Remove startup-candles after populating buy/sell signals
closes #5242
|
2021-07-18 11:06:41 +02:00 |
|