| 
							
							
								 initrv | 86aa875bc9 | plot features as html instead of png | 2022-09-16 21:47:12 +03:00 |  | 
			
				
					| 
							
							
								 initrv | b707a6da35 | Add ability to plot feature importance | 2022-09-16 19:17:41 +03:00 |  | 
			
				
					| 
							
							
								 Matthias | e5368f5a14 | backtesting confirm_trade_entry should pass correct amount, not stake-amount closes #7423 | 2022-09-16 13:24:20 +00:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | b0b575ead9 | change json serialize to split orient | 2022-09-16 00:02:27 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 1ad25095c1 | change test server from localhost to 127.0.0.1 | 2022-09-15 19:40:45 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | efaef68ad7 | Merge branch 'develop' into feat/externalsignals | 2022-09-15 18:09:25 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 7d1645ac20 | fix tests and warning message | 2022-09-15 17:54:31 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 8e75852ff3 | fix constants, update config example, add emc config validation | 2022-09-15 11:12:05 -06:00 |  | 
			
				
					| 
							
							
								 robcaulk | 025b98decd | bring back doc sentence | 2022-09-15 01:01:33 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 3b97b3d5c8 | fix mypy error for strategy | 2022-09-15 00:56:51 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 8aac644009 | add tests. add guardrails. | 2022-09-15 00:46:35 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 6126925dbe | message size limit in mb, default to 8mb | 2022-09-14 16:42:14 -06:00 |  | 
			
				
					| 
							
							
								 robcaulk | 48140bff91 | fix bug in 4ActRLEnv | 2022-09-14 22:53:53 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 81417cb795 | Merge branch 'develop' into dev-merge-rl | 2022-09-14 22:49:11 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 711849abd6 | Use Wheels for win builds | 2022-09-14 07:16:57 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 8a236c3c4f | Merge pull request #7412 from initrv/fix-purge-old-models Fixed a bug that prevents clearing old models | 2022-09-14 07:10:57 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 91bc3d1161 | Update docs aroudn use_exit_signal close #7413 | 2022-09-14 07:04:14 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 49800e4cc3 | pin ci python to 3.10.6 for now | 2022-09-14 06:55:05 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | aed19ff6ce | fix The future belongs to a different loop error | 2022-09-13 19:17:12 -06:00 |  | 
			
				
					| 
							
							
								 initrv | 37dd22c89e | Fixed a bug that prevents clearing old models Corrects the error of clearing old models when the model directory contains directories with names that do not match a regular expression | 2022-09-14 03:40:13 +03:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 06350a13cb | support specifying message size in emc config | 2022-09-13 16:39:53 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | d75d5a7dad | debug ping error message | 2022-09-13 16:06:25 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 7a98775f01 | Version bump apiVersion | 2022-09-13 22:07:59 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 46a425d1b6 | fix OOM on emc test | 2022-09-13 13:36:21 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 7b6e465d57 | Remove gate live test skip | 2022-09-13 21:28:11 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 877d24bcdd | Fix external dependency of test | 2022-09-13 20:52:07 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | d2abc9417f | Simplify ws imports | 2022-09-13 20:51:13 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 79c70bd52d | use WebSocketState from fastapi available since 0.82.0 | 2022-09-13 20:50:12 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | aeaca78940 | change port in send_msg test | 2022-09-13 12:39:12 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 07aa206f71 | real fix for reconnecting | 2022-09-13 12:36:40 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 6d0dfd4dc8 | continue trying connect on ping error | 2022-09-13 12:27:41 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 75ce9067dc | fix dp test | 2022-09-12 16:39:16 -06:00 |  | 
			
				
					| 
							
							
								 Robert Caulk | 26441820a9 | Merge pull request #7390 from aemr3/add-xgboostclassifier Add XGBoostClassifier | 2022-09-12 23:38:04 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | bf2e5dee75 | add running false on shutdown, fix dp typing | 2022-09-12 14:21:39 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 12a3e90f78 | fix tests | 2022-09-12 14:12:39 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 0697041f14 | remove copy statement where not needed | 2022-09-12 14:09:12 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | c19a5fbe06 | copy data being transferred, remove debug messages in emc | 2022-09-12 13:57:29 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | b6434040de | Remove plain json serializer implementation | 2022-09-12 20:24:28 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 867d59b930 | Improve type specifitivity | 2022-09-12 20:00:01 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 0052e58917 | emc: Fix potential startup timing issue | 2022-09-12 19:50:22 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | a477b3c244 | remove log line, fix tests to not connect to actual ip | 2022-09-12 10:45:59 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 10852555e5 | change verbosity of testing log | 2022-09-12 09:53:47 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | fac8f19554 | Merge pull request #7396 from freqtrade/hyperopt_per_epoch Hyperopt per epoch | 2022-09-12 15:56:03 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 457075b823 | one more line | 2022-09-12 07:47:30 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | d6205e6cfb | test logging lines | 2022-09-12 07:36:11 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 85b43a7c34 | Merge branch 'develop' into feat/externalsignals | 2022-09-12 07:28:08 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | a93e355175 | Merge pull request #7403 from freqtrade/dependabot/pip/develop/types-requests-2.28.10 Bump types-requests from 2.28.9 to 2.28.10 | 2022-09-12 10:37:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f45824acf5 | Bump precommit types/requests | 2022-09-12 09:23:02 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 2599e57fe6 | Merge pull request #7401 from freqtrade/dependabot/pip/develop/aiofiles-22.1.0 Bump aiofiles from 0.8.0 to 22.1.0 | 2022-09-12 09:21:58 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | e20ebc99c4 | Merge pull request #7398 from freqtrade/dependabot/pip/develop/cryptography-38.0.1 Bump cryptography from 37.0.4 to 38.0.1 | 2022-09-12 08:41:01 +02:00 |  |