Matthias
|
e96928588e
|
Merge pull request #10639 from jainanuj94/backtesting
Add entry-only and exit-only filters to --indicator-list in backtesting analysis
|
2024-09-12 06:43:24 +02:00 |
|
Joe Schr
|
c9acb1466c
|
fix: orderflow data missing for plotting and other runmodes
|
2024-09-11 17:12:35 +02:00 |
|
Anuj Jain
|
4765656f87
|
Add filter for entry and exit only parameter
|
2024-09-10 15:21:56 +05:30 |
|
Matthias
|
a1681cdd63
|
chore: improve typing
|
2024-09-08 08:28:40 +02:00 |
|
Matthias
|
611a3ce138
|
Merge pull request #10485 from jainanuj94/feature/8902
Add exit signals to export in backtesting
|
2024-09-07 20:12:05 +02:00 |
|
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 |
|
Matthias
|
d6b2748293
|
chore: rename types to ft_types
|
2024-09-04 06:44:48 +02:00 |
|
Matthias
|
e3a5831d64
|
refactor: rename exchange.types
|
2024-09-04 06:42:51 +02:00 |
|
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 |
|
Matthias
|
4ca6e61726
|
fix: use dynamic trading_mode for trades loading
closes #10540
|
2024-08-16 18:27:30 +02:00 |
|
Matthias
|
7e502beafc
|
Merge pull request #10527 from freqtrade/feat/bt_generator
Backtesting - dynamic pairlist sorting
|
2024-08-13 09:56:19 +02:00 |
|
Matthias
|
cf26635e3c
|
feat: add trades helper functions
trades_get_available data and trades_data_min_max
|
2024-08-13 06:36:39 +02:00 |
|
Matthias
|
08c10c1f9b
|
chore: exclude right boundary from parallelism test
|
2024-08-12 14:51:42 +02:00 |
|
Matthias
|
0afd3fc5e1
|
fix: improved handling for corrupt trades files
part of #10515
|
2024-08-10 20:13:36 +02:00 |
|
Matthias
|
f5ebfcca5a
|
chore: accept that trades dataframes may be empty for some reason
part of #10515
|
2024-08-10 20:13:30 +02:00 |
|
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
|
a964884077
|
chore: Remove now unused type ignore comment
|
2024-07-22 19:31:44 +02:00 |
|
Matthias
|
a8f707eee2
|
Merge branch 'develop' into feature/fetch-public-trades
|
2024-07-20 08:15:34 +02:00 |
|
Joe Schr
|
9eb5993833
|
chore: drop candle_start and candle_end from trades and add test asserting trades columns
|
2024-07-18 20:04:34 +02:00 |
|
Matthias
|
8922f0cdf3
|
feat: use dicts instead of nested dataframes
|
2024-07-15 20:08:55 +02:00 |
|
Matthias
|
ba352522d4
|
Implement progress tracker to trades download
|
2024-07-13 18:01:22 +02:00 |
|
Matthias
|
b41cdfb683
|
Simplify by extracting progressbar definition
|
2024-07-13 15:47:50 +02:00 |
|
Matthias
|
04c9626c8c
|
feat: Implement rich Progress to download-data
|
2024-07-13 10:54:23 +02:00 |
|
Matthias
|
d3ffdbf300
|
chore: Add small todo
|
2024-07-13 09:49:21 +02:00 |
|
Matthias
|
9ebd34daba
|
Merge branch 'develop' into feature/fetch-public-trades
|
2024-07-11 07:06:58 +02:00 |
|
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 |
|
Joe Schr
|
3486327e78
|
Extract global cached_grouped_trades_per_pair into IStrategy
|
2024-07-04 17:23:59 +02:00 |
|
Joe Schr
|
05b2d8a2bf
|
Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades
|
2024-07-04 11:01:17 +02:00 |
|
Matthias
|
d8eb6e59fa
|
Fix missing import
|
2024-07-03 12:01:22 +02:00 |
|
Joe Schr
|
b2bcac8447
|
Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades
|
2024-06-27 15:23:12 +02:00 |
|
Joe Schr
|
7de102320c
|
orderflow: use cache per pair
|
2024-06-27 15:06:16 +02:00 |
|
Joe Schr
|
dad2cad525
|
orderflow: fixing typing
|
2024-06-26 19:54:13 +02:00 |
|
Joe Schr
|
323274ecee
|
orderflow: clean code
|
2024-06-24 18:07:17 +02:00 |
|
Joe Schr
|
5379400ab3
|
Merge branch 'feature/fetch-public-trades-cached' into feature/fetch-public-trades
|
2024-06-24 18:07:01 +02:00 |
|
Joe Schr
|
54df6f5b9c
|
orderflow: adds cache_size to config
|
2024-06-24 17:40:24 +02:00 |
|
Joe Schr
|
390373cb9b
|
orderflow: ruff format
|
2024-06-24 17:15:39 +02:00 |
|
Joe Schr
|
ecd2118941
|
fix: copying orderflow dataframe from cache doesn't work
|
2024-06-24 17:14:22 +02:00 |
|
Joe Schr
|
08a27abbdc
|
orderflow: clean up populate_dataframe_with_trades code
|
2024-06-21 16:10:27 +02:00 |
|
Joe Schr
|
d23c33a47f
|
feat: add caching to populate_dataframe_with_trades
|
2024-06-21 15:28:11 +02:00 |
|
Matthias
|
02c38f7396
|
Prevent data-downloads for exchanges that don't support this.
|
2024-06-20 18:29:17 +02:00 |
|
Joe Schr
|
2d6408a363
|
feat: adds max_candles to orderflow config
|
2024-06-19 19:23:26 +02:00 |
|