Italo
|
37a43019d6
|
fix
- clear cache before calling `ask`
- avoid errors in case asked_non_tried has less than n_points elements
|
2022-03-21 11:36:53 +00:00 |
|
Italo
|
f8a674f24d
|
make robust in case all points have been tried
|
2022-03-20 16:08:38 +00:00 |
|
Italo
|
23f1a1904b
|
more compact
|
2022-03-20 16:06:41 +00:00 |
|
Italo
|
0fd269e4f0
|
typo
|
2022-03-20 16:03:07 +00:00 |
|
Italo
|
e16bb1b34e
|
Optimize only new points
Enforce points returned from `self.opt.ask` have not been already evaluated
|
2022-03-20 16:02:03 +00:00 |
|
Matthias
|
95f69b905a
|
Remove ticker_interval support
|
2022-03-20 09:00:53 +01:00 |
|
Matthias
|
42df65d4ec
|
Make sure backtesting is cleaned up in tests
|
2022-02-24 14:22:49 +00:00 |
|
Matthias
|
d610b6305d
|
Improve /balance output by removing trailing zeros
|
2022-02-19 16:40:30 +01:00 |
|
Matthias
|
64b98989d2
|
Update open candle ROI condition
|
2022-02-15 19:25:32 +01:00 |
|
Matthias
|
30f6dbfc40
|
Attempt fix for #6261
|
2022-02-14 20:02:38 +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
|
9f47853661
|
Merge pull request #6235 from freqtrade/backtest_order_timeout
Backtest order timeout
|
2022-02-09 07:12:35 +01:00 |
|
Matthias
|
dcf8ad36f9
|
Backtesting should not allow unrealistic (automatic-filling) orders.
|
2022-02-08 19:12:01 +01:00 |
|
Matthias
|
b192c82731
|
Only call "custom_exit_price" for limit orders
|
2022-02-08 07:10:54 +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 |
|
zx
|
2893d0b50d
|
proper var name
|
2022-02-07 06:22:27 +01:00 |
|
zx
|
7d3b80fbde
|
isort fix and leftover cleaning
|
2022-02-06 21:09:40 +01:00 |
|
zx
|
6b5f63d4d6
|
change profit_ratio by profit_abs
|
2022-02-06 16:28:01 +01:00 |
|
zx
|
0b01fcf047
|
Add ProfitDrawdownHyperoptLoss method
|
2022-02-06 15:40:54 +01:00 |
|
Matthias
|
644442e2f9
|
Track timedout orders
|
2022-02-06 13:37:31 +01:00 |
|
Matthias
|
17d748dd4c
|
Improve handling of left_open_trades
|
2022-02-06 13:19:00 +01:00 |
|
Matthias
|
9bf86bbe27
|
Extract backtesting row validation to separate function
|
2022-02-05 16:28:47 +01:00 |
|
Matthias
|
58fad72778
|
Update wallets when necessary
closes #6321
|
2022-02-05 16:28:47 +01:00 |
|
Matthias
|
4ea79a32e4
|
Use Order object for ft_timeout check
|
2022-02-05 16:28:47 +01:00 |
|
Matthias
|
1e603985c5
|
Extract backtesting order cancelling
|
2022-02-05 16:28:47 +01:00 |
|
Matthias
|
6637dacd7f
|
Extract protections in backtesting
|
2022-02-05 16:28:47 +01:00 |
|
Matthias
|
7ac44380f7
|
Extract backtest order closing to models class
|
2022-02-05 16:28:46 +01:00 |
|
Matthias
|
090554f197
|
Try fill backtest order imediately for adjusted order
|
2022-02-05 16:28:21 +01:00 |
|
Matthias
|
f4149ee462
|
Force ROI to be within candle
|
2022-02-05 16:28:21 +01:00 |
|
Matthias
|
44e616c264
|
Add unfilledtimeout to required props for backtesting
|
2022-02-05 16:28:21 +01:00 |
|
Matthias
|
49cecf1cb2
|
Small cosmetic fix
|
2022-02-05 16:28:21 +01:00 |
|
Rokas Kupstys
|
9140679bf4
|
Backtest order timeout continued.
|
2022-02-05 16:28:21 +01:00 |
|
Rokas Kupstys
|
15698dd1ca
|
Fix errors so it runs, implement timeout handling.
|
2022-02-05 16:28:21 +01:00 |
|
Matthias
|
f7a1cabe23
|
Add first version to fill orders "later" in backtesting
|
2022-02-05 16:28:21 +01:00 |
|
Matthias
|
c12e5a3b6c
|
Initial idea backtesting order timeout
|
2022-02-05 16:28:21 +01:00 |
|
Matthias
|
a4e1aaa9bd
|
Merge pull request #6307 from freqtrade/bt_shift
Remove shift in analyzed dataframe columns
|
2022-02-02 19:52:10 +01:00 |
|
Matthias
|
5d0c2bcb44
|
Shift candles after pushing them to dataprovider
this will ensure that the signals are not shifted in callbacks
closes #6234
|
2022-01-28 07:25:10 +01:00 |
|
Matthias
|
82e193d9f0
|
Merge pull request #6260 from stash86/pos_adjust
Add max_buy_position_adjustment as attribute
|
2022-01-27 20:13:51 +01:00 |
|
Matthias
|
002226f5fd
|
Update setting to max_entry_position_adjustment
|
2022-01-27 16:57:50 +01:00 |
|
Matthias
|
12c79967f5
|
Merge pull request #6258 from italodamato/pass_dimensions_to_generate_estimator
Pass dimensions to generate_estimator
|
2022-01-25 19:37:22 +01:00 |
|
Italo
|
30b27ae736
|
explicit dtype
|
2022-01-25 12:29:55 +00:00 |
|
Italo
|
f7a5b2cb71
|
explicit dimensions, added **kwargs, updated docs
|
2022-01-25 11:43:40 +00:00 |
|
Stefano Ariestasia
|
0fa7986369
|
Merge branch 'freqtrade:develop' into pos_adjust
|
2022-01-25 10:30:18 +09:00 |
|
Matthias
|
e252830229
|
Add entry_tag to "entry" callbacks
|
2022-01-24 07:02:01 +01:00 |
|
Reigo Reinmets
|
451eca51c8
|
Optimise the multiple usages of the same timestamp.
|
2022-01-23 20:58:25 +02:00 |
|
Reigo Reinmets
|
e67a54f7a9
|
Fix missing order time info in backtesting.
|
2022-01-23 20:52:35 +02:00 |
|
Matthias
|
7429f535c1
|
Imrpove code by reusing available properties
|
2022-01-23 18:59:09 +01:00 |
|