| 
							
							
								 Wagner Costa | d09157efb8 | update code to use one prediction file / pair | 2022-11-22 15:15:42 -03:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | a5442772fc | ensure only broadcasting to subscribed topics | 2022-11-22 09:42:09 -07:00 |  | 
			
				
					| 
							
							
								 Wagner Costa | 91779bb28b | Merge branch 'develop' into backtest_fitlivepredictions | 2022-11-22 13:09:48 -03:00 |  | 
			
				
					| 
							
							
								 Wagner Costa | c01f25ddc9 | update code to freqai_backtest_live_models only from historic predictions | 2022-11-22 13:09:09 -03:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | d9d7df70bf | fix tests, log unknown errors | 2022-11-21 12:21:40 -07:00 |  | 
			
				
					| 
							
							
								 Matthias | 0fa5217043 | Improve protection setup lock_pair should be called when the order closes, not when the exit order is placed.
it should also be called for stoploss orders, too.
closes #7783 | 2022-11-21 19:30:49 +01:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 106ac2ab4d | fix tests, change to get call | 2022-11-20 16:36:22 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | d2870d48ea | change typing to async iterator | 2022-11-20 16:24:44 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 48a1f2418f | update typing, remove unneeded try block, readd sleep | 2022-11-20 16:18:24 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 60a167bdef | add dynamic send timeout | 2022-11-20 14:09:45 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | dc79284c54 | Merge branch 'develop' into feat/refactor-ws | 2022-11-20 10:05:22 -07:00 |  | 
			
				
					| 
							
							
								 Matthias | 12b471c64b | Prevent 2 parallel open orders through forceentry this leads to forgetting the prior order
closes #7765 | 2022-11-20 09:28:14 +01:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | fdc82af883 | fix tests - update code to backtest with historic_predictions | 2022-11-19 22:27:58 -03:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 3714d7074b | smaller throttle in channel send | 2022-11-19 13:29:23 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | c1a73a5512 | move sleep call in send, minor cleanup | 2022-11-19 13:21:26 -07:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | 80d070e9ee | update code to use historic_predictions for freqai_backtest_live_models | 2022-11-19 14:15:58 -03:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | 3d3195847c | Merge branch 'develop' into backtest_fitlivepredictions | 2022-11-18 17:53:34 -03:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 98d87b3ba6 | Merge branch 'develop' into feat/refactor-ws | 2022-11-18 13:41:22 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 0cb6f71c02 | better error handling, true async sending, more readable api | 2022-11-18 13:32:27 -07:00 |  | 
			
				
					| 
							
							
								 Matthias | 4de9a46618 | Merge pull request #7759 from wizrds/fix/pd-mem-leak Fix Pandas to_json memory leak | 2022-11-18 20:24:16 +01:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | b6a8e421f1 | remove redundant timestamp conversion in ws serializer | 2022-11-18 09:43:39 -07:00 |  | 
			
				
					| 
							
							
								 Matthias | 12cd83453c | Add warning when queue websocket queue becomes too full | 2022-11-18 14:03:56 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | 4c7bb79c86 | Restore prior data transfer format | 2022-11-18 13:59:29 +01:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | ba493eb7a7 | Merge fix/pd-mem-leak | 2022-11-17 16:21:12 -07:00 |  | 
			
				
					| 
							
							
								 robcaulk | 387c905a86 | merge develop into RL | 2022-11-17 21:59:07 +01:00 |  | 
			
				
					| 
							
							
								 robcaulk | 60fcd8dce2 | fix skipped mac test, fix RL bug in add_state_info, fix use of __import__, revise doc | 2022-11-17 21:50:02 +01:00 |  | 
			
				
					| 
							
							
								 robcaulk | 91df79ff44 | merge dev into backtest-live-predictions | 2022-11-17 21:20:47 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | 436b314c80 | add safe_remaining fixes #7757 | 2022-11-17 19:07:47 +00:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 49ecc83061 | Merge branch 'develop' into fix/pd-mem-leak | 2022-11-17 12:04:49 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | ce43fa5f43 | small fix to websocketchannel and relay | 2022-11-17 12:03:11 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 875e9ab447 | change df serialization to avoid mem leak | 2022-11-17 11:59:03 -07:00 |  | 
			
				
					| 
							
							
								 Robert Caulk | cd6f87be17 | Merge pull request #7728 from freqtrade/improve_timerange Simplify timerange handling | 2022-11-17 19:57:48 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | b929e0bb2b | Merge branch 'develop' into gc_improvements | 2022-11-17 19:55:03 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | 9432bcd065 | Fix telegram error on force_enter exception closes #7727 | 2022-11-17 19:52:03 +01:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | 3903b04d3f | save_live_data_backtest - added docs and tests | 2022-11-17 15:20:07 -03:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | 99bff9cbfa | backtesting_from_live_saved_files - code refactoring | 2022-11-17 10:30:51 -03:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | 913749c81b | backtesting_from_live_saved_files - code refactoring | 2022-11-17 10:30:16 -03:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | b01e4e3dbf | change default value - save_live_data_backtest as false | 2022-11-17 10:14:30 -03:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | 1a19d90e2e | Merge branch 'develop' into backtest_fitlivepredictions | 2022-11-17 10:13:11 -03:00 |  | 
			
				
					| 
							
							
								 Matthias | afcb86f422 | Improve migration types | 2022-11-17 10:25:51 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | 93addbe5c3 | Improve typechecking | 2022-11-17 10:16:38 +00:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 6a1655c047 | support ssl connections in emc | 2022-11-15 22:26:54 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 442467e8ae | remove old comments and code | 2022-11-14 22:26:34 -07:00 |  | 
			
				
					| 
							
							
								 Matthias | 6deb2dfb61 | Merge pull request #7744 from freqtrade/dependabot/pip/develop/mypy-0.990 Bump mypy from 0.982 to 0.990 | 2022-11-15 06:24:24 +01:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | d713af045f | remove main queue completely | 2022-11-14 22:21:40 -07:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 659c8c237f | initial revision | 2022-11-14 20:27:45 -07:00 |  | 
			
				
					| 
							
							
								 Matthias | 0a702cdd26 | Ensure more methods are typechecked | 2022-11-14 20:56:35 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | a951b49541 | Use Generator when sending initial dataframes | 2022-11-14 19:43:59 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | 30b467906c | Delist FTX, following ccxt's delisting. | 2022-11-14 19:40:57 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | 95fd4072fa | Merge pull request #7701 from freqtrade/add-single-precision-freqai add option to force single precision | 2022-11-14 07:02:35 +01:00 |  |