froggleston
|
eb186e22d6
|
Fix backtesting-analysis when no trades for a pair
|
2023-11-15 11:52:25 +00:00 |
|
froggleston
|
925e18368a
|
Fix linting a.k.a. Maybe one day, flake8 will like me
|
2023-09-02 15:05:34 +01:00 |
|
froggleston
|
250e00e6c7
|
Fix dropna subset
|
2023-09-02 12:52:05 +01:00 |
|
froggleston
|
81672da57b
|
Fix nulls in indicator list output and add expectancy ratio per entry tag in analysis group 0 output
|
2023-09-02 12:45:33 +01:00 |
|
Matthias
|
6e395ad7c9
|
Refactor methods in backtesting
|
2023-04-28 16:09:09 +02:00 |
|
Matthias
|
0753f427b1
|
Simplify storage
|
2023-04-28 15:29:15 +02:00 |
|
Matthias
|
e20d9c8f98
|
Impoved errorhandling, better typesafety
|
2023-04-28 15:25:25 +02:00 |
|
Matthias
|
fc2a3c9f17
|
Implement further improvements, improve typehinting
|
2023-04-28 15:17:35 +02:00 |
|
Matthias
|
76ae539e61
|
Minor edit
|
2023-04-28 14:59:00 +02:00 |
|
Matthias
|
cd9c2c4c23
|
Merge branch 'develop' into pr/froggleston/7861
|
2023-03-19 15:00:20 +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 |
|
froggleston
|
813724bd82
|
Add a new analysis group to output stats grouped by exit_tag
|
2023-01-16 13:28:40 +00: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 |
|
froggleston
|
f5359985e8
|
Make CLI option and docs clearer that we're handling signals not trades
|
2022-12-08 18:47:09 +00:00 |
|
froggleston
|
5a4e99b413
|
Add support for collating and analysing rejected trades in backtest
|
2022-12-05 15:34:31 +00: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 |
|
froggleston
|
14110bd5ca
|
Merge branch 'buy_reasons' of github.com:froggleston/freqtrade into buy_reasons
|
2022-06-15 11:25:24 +01:00 |
|
froggleston
|
c391ca08de
|
Change backtesting-analysis options to space separated lists
|
2022-06-15 11:25:06 +01:00 |
|
Matthias
|
29d8aeb9b3
|
Don't fail on invalid parameter
|
2022-06-15 07:13:47 +02:00 |
|
froggleston
|
6bb342f23a
|
Add export-filename support
|
2022-06-14 16:54:27 +01:00 |
|
froggleston
|
9a068c0b14
|
Add test for each analysis group, remove default table output if not indicator-list
|
2022-05-29 16:25:31 +01:00 |
|
froggleston
|
df1c36e5aa
|
Change command name, use load_backtest_stats for strategy resolving
|
2022-05-29 11:54:27 +01:00 |
|
froggleston
|
c59209a01a
|
Merge branch 'buy_reasons' of github.com:froggleston/freqtrade into buy_reasons
|
2022-05-29 11:20:32 +01:00 |
|
froggleston
|
e7c5818d16
|
First pass changes for cleaning up
|
2022-05-29 11:20:11 +01:00 |
|
Matthias
|
43b7955fc2
|
Fully rely on pathlib
|
2022-05-26 19:37:55 +02:00 |
|
froggleston
|
2873ca6d38
|
Add cleanup, adjust _print_table for indicators, add rsi to test output
|
2022-05-25 09:57:12 +01:00 |
|
froggleston
|
3adda84b96
|
Update docs, add test
|
2022-05-24 20:27:15 +01:00 |
|
froggleston
|
8c03ebb78f
|
Fix group 0 table, add pathlib.Path use
|
2022-05-24 12:48:13 +01:00 |
|
froggleston
|
ae1ede58da
|
Fix import order
|
2022-05-24 11:47:26 +01:00 |
|
froggleston
|
9488e8992d
|
First commit for integrating buy_reasons into FT
|
2022-05-24 11:47:25 +01:00 |
|