| 
							
							
								 robcaulk | 35bed842cb | cleanup, add clarity to comments and docstrings | 2022-05-25 11:31:03 +02:00 |  | 
			
				
					| 
							
							
								 froggleston | 21e6c14e1e | Final test changes | 2022-05-25 10:08:03 +01:00 |  | 
			
				
					| 
							
							
								 froggleston | f5c2930889 | Presume that pytest will call the cleanup call | 2022-05-25 09:58:38 +01:00 |  | 
			
				
					| 
							
							
								 froggleston | 2873ca6d38 | Add cleanup, adjust _print_table for indicators, add rsi to test output | 2022-05-25 09:57:12 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | 9e4c68a5b4 | Merge pull request #6887 from freqtrade/ci_strategyTemplates Run CI against strategy templates | 2022-05-25 09:13:18 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 43f726ba8f | Run CI against different templates | 2022-05-25 06:34:05 +00:00 |  | 
			
				
					| 
							
							
								 froggleston | edd474e663 | Another test fix attempt | 2022-05-24 21:21:20 +01:00 |  | 
			
				
					| 
							
							
								 froggleston | 22b9805e47 | Fix all tests | 2022-05-24 21:04:23 +01:00 |  | 
			
				
					| 
							
							
								 froggleston | 3adda84b96 | Update docs, add test | 2022-05-24 20:27:15 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | d6773bc32c | Merge pull request #6886 from freqtrade/fix/typing Fix/typing | 2022-05-24 19:41:59 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | a8ee77cd5e | Simplify backtesting typechecking | 2022-05-24 19:13:35 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 58b5abbaa6 | improve multithreaded training queue system | 2022-05-24 15:28:38 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 31ae2b3060 | alleviate FutureWarning in sklearn about ensuring svm model features are passed with identical order | 2022-05-24 14:46:16 +02:00 |  | 
			
				
					| 
							
							
								 froggleston | 8c03ebb78f | Fix group 0 table, add pathlib.Path use | 2022-05-24 12:48:13 +01:00 |  | 
			
				
					| 
							
							
								 robcaulk | 255d35976e | add priority metadata to pairs to avoid a sync of train time + train period | 2022-05-24 12:58:53 +02:00 |  | 
			
				
					| 
							
							
								 froggleston | 80c6190c05 | Fix analyze_commands setup | 2022-05-24 11:47:26 +01:00 |  | 
			
				
					| 
							
							
								 froggleston | ae1ede58da | Fix import order | 2022-05-24 11:47:26 +01:00 |  | 
			
				
					| 
							
							
								 froggleston | a1a09a802b | Add analyze_commands | 2022-05-24 11:47:25 +01:00 |  | 
			
				
					| 
							
							
								 froggleston | 9488e8992d | First commit for integrating buy_reasons into FT | 2022-05-24 11:47:25 +01:00 |  | 
			
				
					| 
							
							
								 robcaulk | 059c285425 | paying closer attention to managing live retraining on separate thread without affecting prediction of other coins on master thread | 2022-05-24 12:01:01 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 7f3853bbcd | Merge pull request #6883 from freqtrade/makeProcessCandlesTrue Change default value of process_only_new_candles to True since False … | 2022-05-24 07:03:14 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 904f094b80 | Don't reassign method, but implement it properly | 2022-05-24 06:59:54 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 23e089061b | Merge pull request #6870 from freqtrade/should_exit_list Should exit list | 2022-05-24 06:57:50 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 0a713faca8 | Fix some type errors | 2022-05-24 06:54:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f1a72e448a | Align interfaces and strategy templates | 2022-05-24 06:54:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 3f68c3b68e | Update some types | 2022-05-24 06:54:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 502404c0cc | Use pyproject.toml  instead of setup.cfg | 2022-05-24 06:54:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 7f4161ff78 | Add typehints to strategy wrapper | 2022-05-24 06:54:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 07ec3b27fe | Add typing information to retrier decorator | 2022-05-24 06:54:16 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | b0d2d13eb1 | improve data persistence/mapping for live/dry. This accommodates quick reloads after crash and handles multi-pair cleanly | 2022-05-23 21:05:05 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 42ae8ba6fb | Refactor hyperopt parameters to separate file | 2022-05-23 20:18:09 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | e1c068ca66 | add config asserts, use .get method with default values for optional functionality, move data_cleaning_* to freqai_interface (away from user custom pred model) since it is controlled by config params. | 2022-05-23 12:07:09 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 5c4014ee62 | Change default value of process_only_new_candles to True since False is an uncommon usecase for expert strategy devs | 2022-05-23 10:24:58 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | dede128648 | set process_only_new_candles to true in example strat | 2022-05-23 10:15:59 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | ee3cdd0ffe | more cleanup | 2022-05-23 09:55:58 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 063fc5174d | Merge pull request #6877 from freqtrade/dependabot/pip/develop/types-filelock-3.2.6 Bump types-filelock from 3.2.5 to 3.2.6 | 2022-05-23 09:20:50 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 34b1231df3 | Bump filelock-precommit | 2022-05-23 08:32:46 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | b88dfe4297 | Bump types-filelock from 3.2.5 to 3.2.6 Bumps [types-filelock](https://github.com/python/typeshed) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-filelock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-05-23 06:32:06 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | bb1e1a9680 | Merge pull request #6880 from freqtrade/dependabot/pip/develop/scikit-learn-1.1.1 Bump scikit-learn from 1.1.0 to 1.1.1 | 2022-05-23 08:31:55 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 2b79398dba | Merge pull request #6879 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.16 Bump types-python-dateutil from 2.8.15 to 2.8.16 | 2022-05-23 08:31:03 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f6e2c2c0da | Merge pull request #6875 from freqtrade/dependabot/pip/develop/ccxt-1.83.62 Bump ccxt from 1.83.12 to 1.83.62 | 2022-05-23 08:30:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | cc3ec279c2 | Bump dateutil types precommit | 2022-05-23 06:57:49 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 734803aa44 | Merge pull request #6882 from freqtrade/dependabot/pip/develop/types-requests-2.27.27 Bump types-requests from 2.27.25 to 2.27.27 | 2022-05-23 06:57:08 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 596aeec652 | Bump scikit-learn from 1.1.0 to 1.1.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.0...1.1.1)
---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-05-23 04:33:43 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | eb5fe9e3ae | Merge pull request #6857 from froggleston/develop Add support for fudging unavailable funding rates, allowing backtesti… | 2022-05-23 06:31:51 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 66497c28e8 | Bump pre-commit requests types | 2022-05-23 06:28:11 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c28cdc3d86 | Merge pull request #6878 from freqtrade/dependabot/pip/develop/scipy-1.8.1 Bump scipy from 1.8.0 to 1.8.1 | 2022-05-23 06:26:55 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 8973554595 | Merge pull request #6876 from freqtrade/dependabot/pip/develop/psutil-5.9.1 Bump psutil from 5.9.0 to 5.9.1 | 2022-05-23 06:25:37 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 26d5b22974 | Merge pull request #6881 from freqtrade/dependabot/pip/develop/numpy-1.22.4 Bump numpy from 1.22.3 to 1.22.4 | 2022-05-23 06:25:13 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 7f5650699e | Bump types-requests from 2.27.25 to 2.27.27 Bumps [types-requests](https://github.com/python/typeshed) from 2.27.25 to 2.27.27.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-05-23 03:01:48 +00:00 |  |