| 
							
							
								 Robert Caulk | 63514b0443 | Merge pull request #7325 from wagnercosta/develop Improve Freqai backtesting performance | 2022-09-03 19:28:04 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | c21808ff98 | remove metadata redundancy, fix pca bug | 2022-09-03 16:54:30 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | c9be66b5b6 | increase test coverage for dk, improve function naming, extra cleaning | 2022-09-03 15:52:29 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | ed4cc18cdd | Migration to check order funding fee | 2022-09-03 15:19:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 0f483ee31f | Use "since last order" approach for live as well. | 2022-09-03 15:01:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 0c6a02687a | Don't calculate funding fees if we're not going to use them. | 2022-09-03 15:01:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | df50b1928d | Fix funding fee calculation for backtesting | 2022-09-03 15:01:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 80b5f035ab | Remove typo in log message | 2022-09-03 15:01:28 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 599c1c79fb | reorganized backtest utilities, test new functionality, improve/update doc | 2022-09-03 14:00:01 +02:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | af5460cebf | Add option to keep models only in memory for backtest | 2022-09-02 22:01:53 -03:00 |  | 
			
				
					| 
							
							
								 Matthias | b26126cb57 | Don't use ticker['symbol'] but use "pair" instead closes #7262 | 2022-09-02 20:09:30 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b53791fef2 | Futures volumepairlist to account for contract size | 2022-09-02 07:11:32 +02:00 |  | 
			
				
					| 
							
							
								 th0rntwig | 11b2bc269e | Added missing s | 2022-09-01 22:37:32 +02:00 |  | 
			
				
					| 
							
							
								 th0rntwig | 3f8400df10 | Normalise PCA space | 2022-09-01 21:51:33 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 11fbfd3402 | Remove unnecessary assignment | 2022-09-01 19:39:20 +02:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | d6e115178a | refactoring freqai backtesting - remove duplicate code | 2022-09-01 07:09:23 -03:00 |  | 
			
				
					| 
							
							
								 Matthias | f3c73189d5 | Remove pointless default on wallet_balance argument | 2022-09-01 06:49:51 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | ba2eb7cf0f | Fix BNB fee bug when selling thanks @epigramx, for reporting and for the detailed data. | 2022-09-01 06:42:51 +02:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | 44d3a9140d | Merge branch 'develop' of https://github.com/wagnercosta/freqtrade into develop | 2022-08-31 15:37:06 -03:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | 7bed0450d2 | pr review - refactoring backtesting freqai | 2022-08-31 15:36:29 -03:00 |  | 
			
				
					| 
							
							
								 wagnercosta | 3d4497467c | Merge branch 'freqtrade:develop' into develop | 2022-08-31 14:47:06 -03:00 |  | 
			
				
					| 
							
							
								 Wagner Costa Santos | df51da22ee | refactoring freqai backtesting | 2022-08-31 11:23:48 -03:00 |  | 
			
				
					| 
							
							
								 Matthias | 57ff6f8ac5 | Init timerange object properly | 2022-08-31 10:28:31 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | 13ccd940d5 | Remove startup_candle_count from freqai sample config to avoid confusion | 2022-08-31 10:27:08 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | 7ba4fda5d7 | Implement PR feedback | 2022-08-31 10:26:47 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | a88ffd2c9d | Merge branch 'develop' into move_datadownload | 2022-08-31 10:23:45 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | c9aa09ec89 | Simplify base fee handling | 2022-08-30 20:46:06 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 7e8e29e42d | use continuous value for inlier_metric | 2022-08-30 20:41:37 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 7f52908e87 | ensure the lost points are prepended for FreqUI | 2022-08-30 18:55:58 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | a58dd0bbf9 | add noise feature, improve docstrings | 2022-08-30 18:26:24 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | b11742a4c5 | integrate inlier metric function | 2022-08-30 18:26:24 +02:00 |  | 
			
				
					| 
							
							
								 th0rntwig | d3cb211283 | Add inlier metric computation | 2022-08-30 18:26:24 +02:00 |  | 
			
				
					| 
							
							
								 th0rntwig | 50e2808667 | Fix bug in DI (#7321) | 2022-08-30 12:54:39 +02:00 |  | 
			
				
					| 
							
							
								 robcaulk | 62c0a174c8 | allow users to properly reverse train-test data ordering | 2022-08-29 11:04:58 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 27a9f98d5f | Simplify liquidation price structure, improve test cov | 2022-08-29 07:04:48 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 226fa5d93c | Simplify liquidation price calling structure | 2022-08-29 07:04:48 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 4def3678b7 | Merge pull request #7298 from freqtrade/tif_align align TimeInForce to ccxt usage | 2022-08-29 06:36:51 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 8be8a12cc4 | Merge pull request #7260 from JohanVlugt/develop Example FreqAI hybrid strategy | 2022-08-29 06:34:45 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 40c00d2d8f | Version bump dev version to 2022.9 | 2022-08-29 06:34:20 +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 |  |