| 
							
							
								 Matthias | 6d96b11279 | Rename DefaultStrategy | 2021-08-26 07:25:53 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | df1c0540ab | Rename Hyperopt Test Class | 2021-08-26 07:20:05 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 0d8e105a33 | Rename legacystrategy file | 2021-08-26 07:14:49 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 58ecb34a66 | Allow DefaultHyperopts as hyperopt name | 2021-08-26 07:13:18 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | fbf8eb4526 | Rename test-legacy strategy | 2021-08-26 07:04:33 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 1f3ccc2587 | DefaultStrategy does not need to be limited | 2021-08-26 07:00:15 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c4be52d1c3 | rename execute_sell to execute_trade_exit | 2021-08-26 06:53:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 63844d39f6 | Rename execute_buy to execute_entry | 2021-08-26 06:48:26 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b61735937c | Replace Patch_get_signal with proper calls | 2021-08-25 21:05:55 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 053d6d8ee1 | Merge branch 'feat/short' into pr/samgermain/5378 | 2021-08-25 20:34:52 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | e1c3b7fd8c | Merge branch 'develop' into feat/short | 2021-08-25 20:31:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 4b36276e4f | Improve has_space test | 2021-08-25 19:54:26 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 8a9407bac9 | Don't hard-fail when fetch_ticker doesn't return a value closes #5477 | 2021-08-25 07:13:59 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 6b93c71d15 | Small refactorings, use only enter_long columns | 2021-08-25 06:49:06 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b951f59f89 | Fix patch_get_signal | 2021-08-24 21:03:13 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c004942588 | Merge branch 'feat/short' into pr/samgermain/5378 | 2021-08-24 20:53:45 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f4242106d9 | Merge branch 'develop' into feat/short | 2021-08-24 20:53:21 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 60b476611c | Simplify a number of tests by relying on default arguments | 2021-08-24 20:51:59 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f9f32a15bb | Update plotting tests for new strategy interface | 2021-08-24 20:30:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b40f985b13 | Add short-exit logic to backtesting | 2021-08-24 20:02:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 11bd8e912e | Fix some tests | 2021-08-24 06:52:28 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 7a977a8eaf | Merge branch 'feat/short' into pr/samgermain/5378 | 2021-08-24 06:28:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 957551ea97 | Merge branch 'develop' into feat/short | 2021-08-24 06:25:06 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | faf5cfa66d | Update some tests for updated backtest interface | 2021-08-23 21:35:28 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 317a454c0e | Removed shorting from tests/optimize/hyperopts/default_hyperopt.py and created another tests/optimize/hyperopts/short_hyperopt.py with long and shorting | 2021-08-23 00:24:49 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 0afeb269ad | Removed unnecessary TODOs | 2021-08-23 00:15:35 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | e5b2b64a3f | Changed stoploss side on some tests | 2021-08-22 23:36:36 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 0a624e70ee | added tests for min stake amount with leverage | 2021-08-22 23:28:03 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 8644449c33 | Removed changes from tests/strategy/strats that hyperopted short parameters, because these are supposed to be legacy tests | 2021-08-22 21:47:02 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 5ca3f49cb5 | merged with feat/short after feat/short added styling and comment changes PR | 2021-08-22 21:37:20 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 488d729574 | Merge branch 'feat/short' into lev-exchange | 2021-08-22 20:59:33 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 97bb555d41 | Implemented fill_leverage_brackets get_max_leverage and set_leverage for binance, kraken and ftx. Wrote tests test_apply_leverage_to_stake_amount and test_get_max_leverage | 2021-08-20 18:23:21 -06:00 |  | 
			
				
					| 
							
							
								 Masoud Azizi | 127f470bc3 | .* ADDED | 2021-08-20 19:29:33 +02:00 |  | 
			
				
					| 
							
							
								 Masoud Azizi | 40ad451019 | Download-data log process added Download-data log process added
pytest assert solved | 2021-08-20 14:52:56 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | ba5abb20bd | Run compat ci for gate.io | 2021-08-20 06:30:27 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 092780df9d | condensed strategy methods down to 2 | 2021-08-18 16:52:34 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | d4a7d2d444 | Added short and exit_short to strategy | 2021-08-18 16:52:20 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | e2d5299116 | Name changes for strategy | 2021-08-18 13:22:54 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | f7087feeb1 | Merge pull request #5347 from Axel-CH/custom_order_price Custom order price | 2021-08-18 20:59:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 9951f51079 | Update test to ensure direction of movement is correct | 2021-08-18 20:24:19 +02:00 |  | 
			
				
					| 
							
							
								 axel | 2fb9f6e2f4 | rename custom price max distance option in config, update formula and test associated | 2021-08-18 05:07:37 -04:00 |  | 
			
				
					| 
							
							
								 Matthias | acb00cd072 | Use realistic threshold for "get_fee" test | 2021-08-18 06:25:52 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 4164f93853 | Simplify fiat_convert and handle multi-mappings | 2021-08-17 20:50:52 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f471915828 | Add test for refresh_latest_ohlcv caching | 2021-08-17 06:44:36 +02:00 |  | 
			
				
					| 
							
							
								 axel | 6ab99369f2 | Merge branch 'develop' of https://github.com/freqtrade/freqtrade into custom_order_price | 2021-08-16 23:26:29 -04:00 |  | 
			
				
					| 
							
							
								 axel | faff40577a | fix test_execute_buy In case of custom entry price | 2021-08-16 15:33:05 -04:00 |  | 
			
				
					| 
							
							
								 axel | 3ea4b2ba00 | add custom_price_max_distance_percent security to get_valid_price, update tests | 2021-08-16 15:18:57 -04:00 |  | 
			
				
					| 
							
							
								 Matthias | 0264d77d86 | Fix test for fixed typo | 2021-08-16 20:02:25 +02:00 |  | 
			
				
					| 
							
							
								 slowy07 | f24a951ec5 | fix: typo spelling grammar | 2021-08-16 19:16:24 +07:00 |  | 
			
				
					| 
							
							
								 Matthias | 6b2ef36a56 | Prevent directory traversal in UI Serving Checking for directory base
closes #5427 | 2021-08-16 06:47:53 +02:00 |  |