Matthias
|
ed7eb01d1b
|
chore: update data to modern typing syntax
|
2024-10-04 06:42:04 +02:00 |
|
Anuj Jain
|
4765656f87
|
Add filter for entry and exit only parameter
|
2024-09-10 15:21:56 +05:30 |
|
Anuj Jain
|
8d96844312
|
use BT_DATA_COLUMNS for trade wide indicators
|
2024-09-06 12:28:02 +05:30 |
|
Anuj Jain
|
b7145debfb
|
handle trade wide indicators
|
2024-09-05 21:52:09 +05:30 |
|
Anuj Jain
|
08d5174d02
|
update documentation and add default values
|
2024-09-04 09:56:12 +05:30 |
|
jainanuj94
|
b6702d1d32
|
simplify merging logic
|
2024-08-18 23:22:20 +05:30 |
|
jainanuj94
|
19a2e06c0b
|
#000 | Anuj | Merge Dfs for entry and exit in one table
|
2024-08-18 18:41:04 +05:30 |
|
jainanuj94
|
d351ed0173
|
refactor: change analyse_on variable name to date_col
|
2024-08-06 15:16:30 +05:30 |
|
jainanuj94
|
103991746b
|
chore: type safety and refactoring
|
2024-08-05 23:57:24 +05:30 |
|
jainanuj94
|
7f0e5dd335
|
Refactor and add documentation
|
2024-08-05 23:19:38 +05:30 |
|
jainanuj94
|
ecf9c173c4
|
Add test for backtesitng-analysis
|
2024-08-02 20:46:19 +05:30 |
|
jainanuj94
|
b0e863dbbb
|
Introduce --exit-signals flag to backtesting-analysis command
|
2024-08-02 20:09:56 +05:30 |
|
jainanuj94
|
8f8859a5f5
|
Initial commit - create a different file for signals
|
2024-08-02 15:54:03 +05:30 |
|
Matthias
|
296bf9dc1d
|
chore: Fix unused import
|
2024-07-07 13:05:37 +02:00 |
|
Matthias
|
cdae61e155
|
feat: use rich tables for entryexitanalysis
|
2024-07-07 09:49:15 +02:00 |
|
Matthias
|
fea1653e31
|
ruff format: freqtrade.data
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
a8eabd0b2e
|
Update remaining files with new import sorting
|
2024-05-13 07:10:24 +02:00 |
|
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 |
|