Matthias
|
cd9c2c4c23
|
Merge branch 'develop' into pr/froggleston/7861
|
2023-03-19 15:00:20 +01:00 |
|
Matthias
|
d45599ca3b
|
Fix some type errors
|
2023-03-15 21:09:25 +01:00 |
|
Matthias
|
764001a4c2
|
Don't reuse variable
|
2023-03-01 20:32:32 +01:00 |
|
Matthias
|
d014e4590e
|
use Path.open() instead of open
|
2023-02-25 17:15:54 +01:00 |
|
Matthias
|
34c42be74f
|
Fix minor stylistic errors
|
2023-02-23 20:06:10 +01:00 |
|
Joe Schr
|
7d906fd4c2
|
refactor(if-gate): use temp variable instead of if-gate
|
2023-02-23 10:58:43 +01:00 |
|
Matthias
|
ecff21ac21
|
type Orderbook
|
2023-02-15 07:01:36 +01:00 |
|
Matthias
|
1dc3c58775
|
Convert missing candle count to int
closes #8082
|
2023-01-31 11:04:56 +00:00 |
|
Matthias
|
410324ac19
|
time-jump detection should happen on the trimmed dataframe
Fixes comment in #7615
|
2023-01-31 10:13:21 +00:00 |
|
Matthias
|
8108a48f39
|
Follow PEP 484 - no implicit optionals
|
2023-01-21 20:01:56 +01:00 |
|
Antonio Della Fortuna
|
5e10bb2cca
|
Merge branch 'develop' of https://github.com/freqtrade/freqtrade into max-open-trades
|
2023-01-16 20:19:46 +01:00 |
|
froggleston
|
813724bd82
|
Add a new analysis group to output stats grouped by exit_tag
|
2023-01-16 13:28:40 +00:00 |
|
Antonio Della Fortuna
|
b0f1d914c8
|
Changed max_open_trades type to int or inf
|
2023-01-15 11:44:10 +01:00 |
|
Matthias
|
ee7b505dcb
|
Add data migration method
|
2023-01-12 20:59:43 +01:00 |
|
Stefano Ariestasia
|
329d95366a
|
Merge branch 'freqtrade:develop' into bt-metrics
|
2023-01-06 08:04:00 +08:00 |
|
Matthias
|
6470635753
|
In cases of no losing trade, sortino ratio can't be calculated.
closes #7977
|
2023-01-04 17:55:24 +01:00 |
|
Matthias
|
6f031f005d
|
Fix flake error
|
2023-01-03 20:29:08 +01:00 |
|
zhanglei14
|
63db1fd894
|
Fix Backtesting Analysis Column Wrong
|
2023-01-04 01:38:07 +08:00 |
|
Stefano Ariestasia
|
5188464fc0
|
fix typo
|
2022-12-31 02:03:02 +09:00 |
|
Matthias
|
32bbe603cb
|
Fix sortino std calculation
|
2022-12-28 14:59:49 +01:00 |
|
Matthias
|
d5b516842c
|
Fix 2 docstrings
|
2022-12-28 14:44:23 +01:00 |
|
Matthias
|
02eb00fa33
|
Merge branch 'develop' into pr/stash86/7810
|
2022-12-28 14:04:54 +01:00 |
|
Matthias
|
cd4faa9c59
|
keep max_stake_amount through backtests
|
2022-12-27 18:08:20 +01:00 |
|
Matthias
|
63f114395a
|
is_short should be a boolean
|
2022-12-26 14:02:47 +01:00 |
|
Stefano Ariestasia
|
6353f3ac1a
|
fix formulas and implement new metrics
|
2022-12-26 08:19:51 +09:00 |
|
Matthias
|
7a5439321c
|
Show new metrics in backtesting
|
2022-12-25 21:29:37 +01:00 |
|
Matthias
|
ca2a878b86
|
Update test naming
|
2022-12-14 20:06:55 +01:00 |
|
Matthias
|
fa260e6560
|
Move "replace or append" decision to dataprovider
|
2022-12-14 19:56:54 +01:00 |
|
Matthias
|
a693495a6d
|
Improve external_candle aggregation
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
414c0ce050
|
change unused var
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
6717dff19b
|
update overlapping candle handling, move append to misc
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
0602479f7d
|
minor changes, update candle appending to support overlaps
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
0d5b2eed94
|
fix same candle handling
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
ccd1aa70a2
|
change log calls to debug, handle already received candle
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
c050eb8b8b
|
add candle difference calculation to dataprovider
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
d2c8487ecf
|
update add_external_candle, fix breaking on ping error, handle empty dataframes
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
36a00e8de0
|
update add_external_candle returns
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
4cbb3341d7
|
change how missing candles will be handled
|
2022-12-12 22:47:35 -07:00 |
|
Timothy Pogue
|
9660e445b8
|
use new channel apis in emc, extend analyzed df to include list of dates for candles
|
2022-12-12 22:47:35 -07:00 |
|
froggleston
|
6f08b610d6
|
Merge branch 'develop' of github.com:froggleston/freqtrade into reject_report
|
2022-12-08 18:48:33 +00:00 |
|
froggleston
|
f5359985e8
|
Make CLI option and docs clearer that we're handling signals not trades
|
2022-12-08 18:47:09 +00:00 |
|
Stefano Ariestasia
|
89c7c2fec6
|
isort fix
|
2022-12-07 18:09:57 +09:00 |
|
Stefano Ariestasia
|
611e35ed81
|
flake8 fix
|
2022-12-07 15:47:58 +09:00 |
|
Matthias
|
24edc276ea
|
Simplify new_candle message
|
2022-12-05 19:46:39 +01:00 |
|
Matthias
|
5e533b550f
|
Emit a simple "new candle" message to allow UI's to refresh charts
|
2022-12-05 18:19:19 +01:00 |
|
froggleston
|
5a4e99b413
|
Add support for collating and analysing rejected trades in backtest
|
2022-12-05 15:34:31 +00:00 |
|
Stefano Ariestasia
|
f410b1b14d
|
Update metrics.py
|
2022-11-28 08:56:49 +09:00 |
|
froggleston
|
1a3f88c7b9
|
Replace separate start/end date option with usual timerange option
|
2022-11-27 11:30:13 +00:00 |
|
froggleston
|
4790aaaae1
|
Implement cli options for backtesting-analysis date filtering
|
2022-11-26 16:58:56 +00:00 |
|
froggleston
|
391817243c
|
Tidy up complex functions
|
2022-11-25 16:12:15 +00:00 |
|