Matthias
|
c5948693a3
|
enable sub-minute backtest detail timeframes
closes #9635
|
2024-02-03 13:14:46 +01:00 |
|
Matthias
|
0d14b7a800
|
perf: only create detail timedelta object once for detail backtests
|
2024-02-02 07:03:44 +01:00 |
|
Matthias
|
79b8496f38
|
Fix backtesting not setting entry_tag out of position adjustments
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
830a004dfd
|
Move response handling to interface wrappermethod
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
95e51bf816
|
allow adjust_trade_position to return tuples in backtesting
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
e8288a34c9
|
add ft_order_tag to backtesting
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
39ffee381b
|
Improve type hint
|
2024-01-30 07:24:36 +01:00 |
|
Matthias
|
85dd371ee3
|
use prepared timedelta object for backtesting
|
2024-01-24 17:57:18 +01:00 |
|
Matthias
|
a1b93dc915
|
Improve call sequence
|
2024-01-23 06:42:12 +01:00 |
|
Matthias
|
ea1b3c38f8
|
remove last utcnow usage
|
2024-01-14 20:00:30 +01:00 |
|
Matthias
|
7fcbe9788d
|
Extract database cleanup functions to persistence package
|
2024-01-10 19:53:06 +01:00 |
|
Matthias
|
74bb1a29b6
|
Fix indentation
|
2024-01-06 17:55:03 +01:00 |
|
Matthias
|
9f682b5829
|
Improve Coin formatter naming
|
2024-01-06 16:02:47 +01:00 |
|
Matthias
|
e1ad87a565
|
Extract number-formatters from misc
|
2024-01-06 13:04:49 +01:00 |
|
Matthias
|
983764ad0a
|
Add "migrate funding fee timeframe" logic
|
2024-01-04 16:44:17 +01:00 |
|
Matthias
|
a12f368796
|
Move binance migration to behind migrations gate
|
2024-01-04 16:25:40 +01:00 |
|
Matthias
|
d5d3188b99
|
Load "correct" timeframes (mark vs. funding fees)...
|
2024-01-04 15:30:06 +01:00 |
|
Matthias
|
ec1b2e1da5
|
Remove further deprecated metric report
|
2024-01-04 14:51:21 +01:00 |
|
Matthias
|
73970d27bf
|
Remove deprecated bt-output option
|
2024-01-04 14:45:42 +01:00 |
|
Matthias
|
292ef85d96
|
Add additional, optional arguments to metadata files
closes #9517
|
2023-12-31 12:07:02 +01:00 |
|
Matthias
|
3e7d5bbae8
|
Merge pull request #9515 from stash86/bt-metrics
In partial exit, do full exit if remaining == 0
|
2023-12-30 16:39:46 +01:00 |
|
Matthias
|
e664527da6
|
Align backtest and bot method
|
2023-12-29 20:02:24 +01:00 |
|
Stefano Ariestasia
|
f7c7990aff
|
Merge branch 'freqtrade:develop' into bt-metrics
|
2023-12-20 20:33:45 +09:00 |
|
Matthias
|
94363061ae
|
Attempt fix timerange problem
|
2023-12-18 20:06:49 +00:00 |
|
robcaulk
|
9a9a6eaa63
|
Revert "Merge pull request #9450 from freqtrade/fix/startup-candle-count"
This reverts commit 15771043f7 , reversing
changes made to b417a0297b .
|
2023-12-17 17:44:15 +01:00 |
|
Stevan Stevic
|
c580e8783f
|
fixup
|
2023-12-16 22:36:56 +01:00 |
|
Stevan Stevic
|
bc1ad3acbd
|
Improve logging
|
2023-12-16 22:09:02 +01:00 |
|
Matthias
|
e3fda16d16
|
Don't overpopulate points at the first iteration
improves hyperopt-performance quite some.
|
2023-12-15 06:19:50 +01:00 |
|
Matthias
|
9e2e60e7ad
|
Correct conditions for remaining stake checking
|
2023-12-14 20:34:58 +01:00 |
|
Matthias
|
bb2024f789
|
Add "full partial exit" logic to backtesting
|
2023-12-14 20:08:03 +01:00 |
|
Matthias
|
47a952e41c
|
Don't use config['stake_amount'] in wallets
|
2023-12-12 22:43:46 +01:00 |
|
Matthias
|
55efaec83d
|
Merge pull request #9522 from freqtrade/bt/improve_futures_speed
Improve funding fee calculation
|
2023-12-12 06:33:57 +01:00 |
|
Matthias
|
105cd99395
|
use max_open_trades from straetgy instead of config
|
2023-12-11 19:52:49 +01:00 |
|
Matthias
|
db7799d2fb
|
Use variable instead of config for startup_candle_count
|
2023-12-11 19:42:13 +01:00 |
|
Matthias
|
30f94ef5b7
|
Use LocalTrade for typehint
|
2023-12-11 19:12:08 +01:00 |
|
Matthias
|
8964c138f1
|
Call funding fee calculation whenever a trade is closed
|
2023-12-10 14:00:06 +01:00 |
|
Matthias
|
074343f0f1
|
Don't calculate funding_fees on every iteration
|
2023-12-10 14:00:06 +01:00 |
|
Matthias
|
966eb59fd3
|
Extract funding fee calculation to separate method
|
2023-12-10 14:00:06 +01:00 |
|
Robert Caulk
|
15771043f7
|
Merge pull request #9450 from freqtrade/fix/startup-candle-count
Bug: freqai backtesting startup_candle_count handling
|
2023-12-02 21:01:11 +01:00 |
|
chas s
|
10ae0ed9c1
|
Removed redudant negative from sentence
|
2023-11-20 16:33:22 -06:00 |
|
robcaulk
|
d52936fd42
|
chore: try to keep startup_candle_count behaving the same as a normal FT strat
|
2023-11-20 09:13:01 +01:00 |
|
Matthias
|
b8a6330c3f
|
Improve pandas handling
|
2023-10-30 19:16:22 +01:00 |
|
Matthias
|
9297a90d7f
|
Use proper indexing to avoid deprecation warnings
|
2023-10-30 18:26:25 +01:00 |
|
Matthias
|
b19f17fdfa
|
Improve handling of bt results in optimize_reports
|
2023-10-30 18:26:01 +01:00 |
|
Matthias
|
0a5cee6a73
|
Ensure we're not erroring on invalid custom_entry / exit prices
closes #9323
|
2023-10-19 22:06:21 +02:00 |
|
Matthias
|
b65fa98cee
|
Simplify backtesting by using current_time more consequently
|
2023-10-11 19:45:00 +02:00 |
|
Matthias
|
b57821b273
|
Add set_funding_fees to backtesting
|
2023-10-11 19:38:58 +02:00 |
|
Stefano Ariestasia
|
f14b4133c3
|
fix wording
|
2023-10-03 13:36:31 +09:00 |
|
Stefano
|
609ed2d7b3
|
fix return values
|
2023-10-03 08:41:05 +09:00 |
|
Stefano Ariestasia
|
183166b3fb
|
fix output if no variance, and fix docs
|
2023-10-03 08:27:28 +09:00 |
|