| 
							
							
								 Matthias | 787d6042de | Switch from pair(str) to metadata(dict) | 2018-07-29 20:56:23 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 39cf0decce | don't use __annotate__ it is only present when typehints are used which cannot be guaranteed
for userdefined classes | 2018-07-29 20:55:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f286ba6b87 | overload populate_indicators to work with and without pair argumen all while not breaking users strategies | 2018-07-29 20:55:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 18b8f20f1c | fix small test bug | 2018-07-29 20:55:37 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 0eff6719c2 | improve tests for legacy-strategy loading | 2018-07-29 20:55:37 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | aa772c28ad | Add tests for advise_indicator methods | 2018-07-29 20:55:37 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c9a97bccb7 | Add tests for deprecation | 2018-07-29 20:55:32 +02:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | f832edf5bc | remove useless docstrings from tests | 2018-07-29 17:09:44 +03:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | 1bbb86c621 | remove nonsense asserts | 2018-07-29 16:23:17 +03:00 |  | 
			
				
					| 
							
							
								 Matthias | f2a9be3684 | Adjust tests and remove legacy variable | 2018-07-26 19:06:25 +01:00 |  | 
			
				
					| 
							
							
								 Matthias | 64f933477d | Merge pull request #1007 from freqtrade/remove-analyze Remove Analyze | 2018-07-19 10:12:36 +02:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | 85fd4dd3ff | rename analyze.py to exchange_helpers.py | 2018-07-17 21:26:52 +03:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | 084264669f | fix the last failing unit test | 2018-07-17 11:02:07 +03:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | 78af4bc785 | move and fix tests from Analyze to interface of strategy | 2018-07-17 10:23:04 +03:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | aeb4102bcb | refactor Analyze class methods to base Strategy class | 2018-07-16 08:23:39 +03:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | f6b8c2b40f | move parse_ticker_dataframe outside Analyze class | 2018-07-16 08:23:39 +03:00 |  | 
			
				
					| 
							
							
								 Matthias | 158226012a | consistent use of the config dict within the test | 2018-07-15 09:08:14 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b4ba641131 | Update config dict with attributes loaded from strategy | 2018-07-15 09:01:08 +02:00 |  | 
			
				
					| 
							
							
								 Gert Wohlgemuth | 8bbee4038b | integrated BASE64 encoded strategy loading | 2018-07-05 14:30:24 -07:00 |  | 
			
				
					| 
							
							
								 gcarq | 4ea5fcc661 | resolver: don't fail if user_data can't be found | 2018-06-23 14:42:22 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | 818a6b12ed | tests: add dir() assertion | 2018-06-23 11:57:26 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | 4bd61df3a7 | implement test for import_strategy | 2018-06-23 11:14:31 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | 306885e174 | Merge branch 'develop' into feat/objectify-ccxt | 2018-05-02 22:49:55 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | 403f59ef45 | use native python logger | 2018-04-21 20:47:06 +02:00 |  | 
			
				
					| 
							
							
								 enenn | 488210915a | Flak8 fixes... | 2018-04-15 13:11:17 +02:00 |  | 
			
				
					| 
							
							
								 enenn | 7a074f21bd | Remove duplicate result pytest fixture | 2018-04-12 18:07:44 +02:00 |  | 
			
				
					| 
							
							
								 enenn | ce3603f84f | Change ticker_interval from 5 to 5m in default strategy | 2018-04-07 21:31:52 +02:00 |  | 
			
				
					| 
							
							
								 enenn | db46ad6502 | Change ticker interval from minutes as integer to string (1m, 5m, 1h,...) | 2018-04-07 16:57:47 +02:00 |  | 
			
				
					| 
							
							
								 enenn | c1c6ed6ed7 | Replace 'BTC_XXX' with 'XXX/BTC' for pairs and 'XXX_BTC' for files | 2018-04-07 16:51:50 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | 157f7da8ce | remove obsolete assertions | 2018-03-27 16:32:58 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | a356edb117 | implement '--strategy-path' argument | 2018-03-27 16:32:58 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | 5fb6fa38aa | apply __slots__ to resolver and reintroduce type conversations | 2018-03-27 16:32:58 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | 280886104c | strategy: remove unneeded population methods in resolver | 2018-03-27 16:32:58 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | b254ff9b41 | Merge 'develop' into feature/enhance-strategy-resolving | 2018-03-26 16:23:25 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | fa7f74b4bc | use native python logger | 2018-03-25 21:43:00 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | 3cee94226f | fix flake8 warnings | 2018-03-25 15:12:39 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | a38c2121cc | adapt tests | 2018-03-25 15:12:39 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | b4d2a3f495 | refactor StrategyResolver to work with class names | 2018-03-25 15:12:39 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | ca9c5edd39 | rename Strategy into StrategyResolver | 2018-03-25 15:12:39 +02:00 |  | 
			
				
					| 
							
							
								 gcarq | d2aea7bdc1 | optimize imports | 2018-03-20 19:50:04 +01:00 |  | 
			
				
					| 
							
							
								 Gerald Lonlas | 38510d4b03 | Merge commit '1134c81aad049d4357c8f299ffc801218f3d9574' into feature/objectify | 2018-03-03 17:26:06 -08:00 |  | 
			
				
					| 
							
							
								 Gerald Lonlas | 766ec5ad0f | Update unit tests to be compatible with this refactoring Updated:
- test_acl_pair to be compatible with FreqtradeBot() class
- test_default_strategy.py to be compatible with Analyze() class | 2018-03-03 09:33:54 +08:00 |  | 
			
				
					| 
							
							
								 Gerald Lonlas | db67b10605 | Remove Singleton from Strategy() | 2018-03-03 09:33:54 +08:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | 2ce03ab1b5 | make Strategy store roi and stoploss values as numbers to avoid later casting | 2018-02-11 15:25:30 +02:00 |  | 
			
				
					| 
							
							
								 Gérald LONLAS | d24cd89304 | Remove Strategy fallback to default strategy (#490) * Remove Strategy fallback to default strategy | 2018-02-02 11:01:09 +02:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | 45975c9677 | set capturing level | 2018-01-31 19:37:38 +02:00 |  | 
			
				
					| 
							
							
								 Gerald Lonlas | fd9c62d1c4 | Increase test coverage on strategy.py | 2018-01-28 15:16:22 -08:00 |  | 
			
				
					| 
							
							
								 Gerald Lonlas | d824816880 | Increase pylint score on test files | 2018-01-28 00:28:41 -08:00 |  | 
			
				
					| 
							
							
								 Gerald Lonlas | 776dd4a0d5 | Increase pylint score on strategy | 2018-01-27 21:26:57 -08:00 |  | 
			
				
					| 
							
							
								 Janne Sinivirta | c400d15ed1 | rip out hyperopt things from strategy, add indicator populating to hyperopt | 2018-01-23 16:56:12 +02:00 |  |