| 
							
							
								 Matthias | 40c00d2d8f | Version bump dev version to 2022.9 | 2022-08-29 06:34:20 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 8c4e68b8eb | updated example configs | 2022-08-28 13:00:52 -06:00 |  | 
			
				
					| 
							
							
								 robcaulk | 7766350c15 | refactor environment inheritence tree to accommodate flexible action types/counts. fix bug in train profit handling | 2022-08-28 19:21:57 +02:00 |  | 
			
				
					| 
							
							
								 Robert Caulk | 39a739eadb | Merge pull request #7296 from th0rntwig/dbscan Improve MinPts calculation in DBSCAN, add outlier protection, and add data_kitchen tests | 2022-08-28 14:37:47 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | fcb5d1cb5a | remove debugging flag | 2022-08-28 13:01:39 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | dd628eb525 | add tests for outlier detection and removal functions | 2022-08-28 12:56:39 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 1e41c773a0 | fix outlier protection | 2022-08-28 12:11:29 +02:00 |  | 
			
				
					| 
							
							
								 smarmau | ff3a4995c1 | remove unnecessary code | 2022-08-28 11:45:20 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b9f35cadb3 | add /stopentry alias for /stopbuy | 2022-08-28 11:37:22 +02:00 |  | 
			
				
					| 
							
							
								 smarmau | 005594c29c | simplify hybrid template | 2022-08-28 11:29:48 +02:00 |  | 
			
				
					| 
							
							
								 th0rntwig | 71f7d68783 | Fixed mypy error | 2022-08-27 12:44:55 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c61b986c3d | FTX - support time_in_force (and PO ordertype) closes #7175 | 2022-08-27 10:30:38 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 104a73025d | Uppercase TimeInForce (align with ccxt) | 2022-08-27 10:30:06 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 6686489c06 | Merge pull request #7258 from freqtrade/feat/hyp_optinal_indicator Add flag to move hyperopt populate_indicators to epoch | 2022-08-27 09:21:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 2b70c3d0c0 | support price callback for partial exits in bt This will align results to how live works.
closes #7292 | 2022-08-27 08:50:09 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 05ca673883 | Catch status code errors | 2022-08-27 00:06:03 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | fcceb744c5 | Add janus to requirements.txt | 2022-08-26 23:43:05 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 2b5f067877 | Refactoring, minor improvements, data provider improvements | 2022-08-26 23:40:13 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 9204f01312 | Don't lock pairs on partial exit | 2022-08-27 07:23:02 +02:00 |  | 
			
				
					| 
							
							
								 elintornquist | 86c5ac44e4 | Add outlier percentage check | 2022-08-26 23:05:07 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 01126c43f7 | Fix liquidation price tier calculation closes #7294 | 2022-08-26 20:14:24 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 753d1b2aad | Update leverage tier terminology to be clear and aligned with ccxt | 2022-08-26 19:34:51 +02:00 |  | 
			
				
					| 
							
							
								 elintornquist | b2d664c63c | Change MinPts calculation | 2022-08-26 18:57:27 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | bb3523f383 | download data homogeneously across timeframes | 2022-08-26 18:51:42 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | e7261cf515 | add freqai utils.py file | 2022-08-26 15:30:28 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 65b552e310 | make docs reflect reality, move download_all_data to new utils.py file, automatic startup_candle detection | 2022-08-26 15:30:01 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 4b7e640f31 | reduce code duplication, optimize auto data download per tf | 2022-08-26 13:56:44 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | baa4f8e3d0 | remove Base3ActionEnv in favor of Base4Action | 2022-08-26 11:04:25 +02:00 |  | 
			
				
					| 
							
							
								 richardjozsa | d31926efdf | Added Base4Action | 2022-08-26 11:04:25 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 53d46a0385 | align max_entry_position_adjustmentbehavior of backtesting to livecloses #7293 | 2022-08-25 20:36:17 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 3199eb453b | reduce code for base use-case, ensure multiproc inherits custom env, add ability to limit ram use. | 2022-08-25 19:05:51 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 1fd223c815 | Update --prepend help string closes #7290 | 2022-08-25 17:03:41 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 05ccebf9a1 | automate eval freq in multiproc | 2022-08-25 12:29:48 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 94cfc8e63f | fix multiproc callback, add continual learning to multiproc, fix totalprofit bug in env, set eval_freq automatically, improve default reward | 2022-08-25 11:46:18 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f2a356a80c | Fix some imports | 2022-08-25 07:08:58 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 6636f17e0f | Simplify usage of amount_to_contract precision | 2022-08-25 07:08:22 +02:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | d474111a65 | Renamed to external signals, controller class refactored | 2022-08-24 22:42:29 -06:00 |  | 
			
				
					| 
							
							
								 Timothy Pogue | 592373f096 | Remove pairlist waiting, add .db files to .gitignore | 2022-08-24 18:30:30 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 32faad9333 | Fix backtest calculation problem with DCA closes #7287 | 2022-08-24 20:36:08 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | d1bee29b1e | improve default reward, fix bugs in environment | 2022-08-24 18:32:40 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | a61821e1c6 | remove monitor log | 2022-08-24 16:33:13 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | bd870e2331 | fix monitor bug, set default values in case user doesnt set params | 2022-08-24 16:32:14 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | c0cee5df07 | add continual retraining feature, handly mypy typing reqs, improve docstrings | 2022-08-24 13:00:55 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | b708134c1a | switch multiproc thread count to rl_config definition | 2022-08-24 13:00:55 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | b26ed7dea4 | fix generic reward, add time duration to reward | 2022-08-24 13:00:55 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 280a1dc3f8 | add live rate, add trade duration | 2022-08-24 13:00:55 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | f9a49744e6 | add strategy to the freqai object | 2022-08-24 13:00:55 +02:00 |  | 
			
				
					| 
							
							
								 richardjozsa | a2a4bc05db | Fix the state profit calculation logic | 2022-08-24 13:00:55 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 29f0e01c4a | expose environment reward parameters to the user config | 2022-08-24 13:00:55 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | d88a0dbf82 | add sb3_contrib models to the available agents. include sb3_contrib in requirements. | 2022-08-24 13:00:55 +02:00 |  |