hippocritical
|
636298bb71
|
added test_lookahead_helper_export_to_csv
|
2023-05-27 19:15:35 +02:00 |
|
robcaulk
|
31e19add27
|
start transition toward outsourcing the data pipeline with objective of improving pipeline flexibility
|
2023-05-26 18:40:14 +02:00 |
|
hippocritical
|
eb31b574c1
|
added returns to text_table_lookahead_analysis_instances
filled in test_lookahead_helper_text_table_lookahead_analysis_instances
|
2023-05-26 12:55:54 +02:00 |
|
hippocritical
|
9366c77e42
|
Merge branch 'freqtrade:develop' into develop
|
2023-05-26 08:38:32 +02:00 |
|
Matthias
|
9e75c768c0
|
Improve responses for evaluate get endpoints
|
2023-05-24 21:01:39 +02:00 |
|
Matthias
|
a0336c83c3
|
Update method casing in tests
|
2023-05-23 19:22:58 +02:00 |
|
Matthias
|
6efc62e4cd
|
Add test which verifies #8680 won't happen again
|
2023-05-23 19:10:10 +02:00 |
|
Matthias
|
9ffdaceef3
|
Bybit - use Proxy
|
2023-05-23 07:15:41 +02:00 |
|
Matthias
|
c2010d160f
|
Merge branch 'develop' into feat/pairlistconfig
|
2023-05-22 19:59:20 +02:00 |
|
Matthias
|
33e25434b4
|
Change statuscode to 202
|
2023-05-22 19:43:27 +02:00 |
|
Matthias
|
85c14578e2
|
Merge pull request #8661 from freqtrade/feat/datetimehelpers
Add datetime helpers, reduce arrow usage to a minimum
|
2023-05-22 18:22:29 +02:00 |
|
Matthias
|
756e1f5d5b
|
Test pairlist evaluation
|
2023-05-21 10:08:32 +02:00 |
|
Matthias
|
7cc8da23c2
|
Update test for available pairlist
|
2023-05-21 09:56:46 +02:00 |
|
Matthias
|
5ad6652e55
|
Merge branch 'develop' into feat/pairlistconfig
|
2023-05-21 09:15:50 +02:00 |
|
Matthias
|
914195acf4
|
Ensure one test can't fail 20 others
|
2023-05-21 09:14:00 +02:00 |
|
Matthias
|
96d74063fc
|
Don't have public attributes marked as private
|
2023-05-21 09:12:02 +02:00 |
|
Matthias
|
5316227219
|
Extract api backtest logic from ApiServer class
|
2023-05-21 09:08:52 +02:00 |
|
Matthias
|
70a0c2e625
|
Fix test mishap
|
2023-05-21 08:21:08 +02:00 |
|
Matthias
|
3e6a2bf9b0
|
Add parameters for analysis tests ...
|
2023-05-20 20:12:04 +02:00 |
|
Matthias
|
e73cd1487e
|
Add somewhat sensible assert
|
2023-05-20 19:57:26 +02:00 |
|
Matthias
|
9869a21951
|
Move strategy to it's own directory to avoid having other
|
2023-05-20 19:51:54 +02:00 |
|
Matthias
|
3f5c18a035
|
Add some tests as todo
|
2023-05-20 19:51:54 +02:00 |
|
Matthias
|
e183707979
|
Further test lookahead_helpers
|
2023-05-20 19:51:54 +02:00 |
|
Matthias
|
ceddcd9242
|
Move most of the logic to lookahead_analysis helper
|
2023-05-20 19:51:54 +02:00 |
|
Matthias
|
d8af0dc9c4
|
Slightly improve testcase
|
2023-05-20 19:51:54 +02:00 |
|
hippocritical
|
5142b6bc0d
|
Merge branch 'freqtrade:develop' into develop
|
2023-05-20 19:50:31 +02:00 |
|
Matthias
|
209eb63ede
|
Add startup test case
|
2023-05-20 11:28:52 +02:00 |
|
Matthias
|
2e675efa13
|
Initial fix - test
|
2023-05-20 11:15:30 +02:00 |
|
Matthias
|
073dac8d5f
|
Move lookahead analysis tests to optimize subdir
|
2023-05-20 11:08:22 +02:00 |
|
Matthias
|
7ecc2f76a2
|
Merge pull request #8650 from freqtrade/feat/secure_keys
Better secure the user's exchange keys during runtime
|
2023-05-19 08:45:17 +02:00 |
|
Matthias
|
9d0f488de7
|
Some more edits due to arrow
|
2023-05-19 07:15:24 +02:00 |
|
hippocritical
|
b2ecfd28a7
|
Merge branch 'freqtrade:develop' into develop
|
2023-05-18 19:12:25 +02:00 |
|
Matthias
|
5d0cff2f76
|
Add dt_humanize helper
|
2023-05-18 07:07:22 +02:00 |
|
Matthias
|
f657d06e91
|
Move shorten_date to datetime helpers
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
261822147c
|
Fix remaining arrow testcases
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
3ec55885bd
|
Remove arrow from more tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
9421ca2628
|
Remove arrow from test_persistence
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
3a4d103bc8
|
Properly check wallets with new type
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
7a2ff60255
|
Fix more tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
915cb5ffbd
|
add dt_utc helper
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
c0713eb77f
|
More tests to dt_helpers
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
29fdcdbf56
|
reduce arrow in tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
cfae98ae00
|
dt_now for tests
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
5b66ef4bea
|
Implement datetime.floor
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
55ce58d79f
|
Reduce some arrow usages in favor of dt helpers
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
000f72942a
|
Improve dt_now_ts helper
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
aa949153eb
|
Add now ts helper
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
6b735bc683
|
Implement dt_now
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
6044bbb6b1
|
Add datetime helpers to unify code
|
2023-05-18 07:00:36 +02:00 |
|
Matthias
|
c54f28ada8
|
Merge pull request #8623 from freqtrade/feat/tensorboard-logger
Add Tensorboard logger for PyTorch and XGBoost
|
2023-05-18 06:41:15 +02:00 |
|