| 
							
							
								 Sam Germain | 90a61b1765 | Changed tests in tests/test_persistence.py to use usdt prices | 2021-07-31 20:44:49 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 6f8519d0a3 | Add environment variable support | 2021-07-31 19:26:56 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c5e3348b89 | Migrations for indexes should run in a seperate session closes #5349 | 2021-07-31 16:36:28 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | bc42516f68 | test_update_limit_order has both a buy and sell leverage short order | 2021-07-31 01:05:37 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 6abd352c0f | Add test for backtesting dataframe cache | 2021-07-31 08:44:09 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 26be620f71 | Removed LocalTrade.set_is_short | 2021-07-31 00:20:25 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | fadb0de7c7 | Removed excess modes stop_loss method, removed models.is_opening_side models.is_closing_side | 2021-07-31 00:12:53 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 35bf2a59a8 | Improve test reliability (fix fluky test) | 2021-07-30 21:02:55 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 138b126d03 | Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name Add buy signal name | 2021-07-30 08:23:11 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 71838dc51a | Merge pull request #5285 from freqtrade/backtest_startup_afte_populates Remove startup-candles after populating buy/sell signals | 2021-07-30 07:01:26 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | cf4d1875dd | Use prohibitedIn instead of isRestricted | 2021-07-29 06:56:37 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 25c527ee67 | combined exchange.buy and exchange.sell, Adding dummy mock to create_order in tests in test_freqtradebot | 2021-07-28 14:55:06 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 3fb7f983f8 | Added is_short and leverage to __repr__ | 2021-07-28 12:25:56 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 195badeb80 | Changed liquidation_price to isolated_liq | 2021-07-28 12:25:56 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 6ad9b535a9 | persistence all to one test file, use more regular values like 2.0 for persistence tests | 2021-07-28 12:25:56 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | a900570f1a | Added enter_side and exit_side computed variables to persistence | 2021-07-28 12:25:56 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | b801eaaa54 | Changed the name of a test to match it's equivelent Removed test-analysis-lev | 2021-07-28 12:25:56 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | af8875574c | updated mkdocs and leverage docs Added tests for set_liquidation_price and set_stop_loss
updated params in interestmode enum | 2021-07-28 12:25:56 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 256160740e | Updated interest and ratio calculations to correct functions | 2021-07-28 12:25:56 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 8e52a3a29c | updated ratio_calc_profit function | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | b0476ebd3e | All persistence margin tests pass Flake8 compliant, passed mypy, ran isort . | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 60572c9e0d | Took liquidation price out of order completely | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 0fc9d6b6ac | Moved leverage and is_short variables out of trade constructors and  into conftest | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | b7b6d87c27 | Pass all but one test, because sqalchemy messes up | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | b1098f0120 | Added liquidation_price check to test_stoploss_reinitialization_short | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 811cea288d | Added checks for making sure stop_loss doesn't go below liquidation_price | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 0bd71f87d0 | made leveraged test names unique test_adjust_stop_loss_short, test_update_market_order_shortpasses | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 286427c04a | Moved interest calculation to an enum | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | be3a9390fe | Switched migrations.py check for stake_currency back to open_rate, because stake_currency is no longer a variable | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | a4403c0814 | fixed rpc_apiserver test fails, changed test_persistence_long to test_persistence_leverage | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 0ffc85fed9 | Set default leverage to 1.0 | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 78708b27f2 | Updated tests to new persistence | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | e0d42d2eb7 | Fix migrations, revert some parts related to amount properties | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | e4d4d1d1f1 | Wrote all tests for shorting | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | f194673001 | Updated ratio calculation, updated short tests | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 5ac03762f0 | Kraken interest test comes really close to passing Added more trades to conftest_trades | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 68d3699c19 | Turned amount into a computed property | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | efcc2adacf | About 15 margin tests pass | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | f5d7deedf4 | added exception checks to LocalTrade.leverage and LocalTrade.borrowed | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | d07fe1586c | Set leverage and borowed to computed properties | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | c24ec89dc4 | Started some pytests for short and leverage 1 short test passes | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 000932eed0 | Adding templates for leverage/short tests All previous pytests pass | 2021-07-28 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 sauces1313 | 4675d85b90 | Merge branch 'freqtrade:develop' into RangeStabilityFilterMax | 2021-07-25 02:37:56 -05:00 |  | 
			
				
					| 
							
							
								 sauces1313 | 34c8a5afaf | remove second filter, add max option | 2021-07-25 07:24:55 +00:00 |  | 
			
				
					| 
							
							
								 kevinjulian | 0fcbe097c0 | remove blankspace | 2021-07-23 21:06:38 +07:00 |  | 
			
				
					| 
							
							
								 kevinjulian | 7a0cb95ffb | fix testcase | 2021-07-23 20:43:27 +07:00 |  | 
			
				
					| 
							
							
								 kevinjulian | b9c2489b73 | remove SN | 2021-07-23 18:41:29 +07:00 |  | 
			
				
					| 
							
							
								 kevinjulian | ba0fa1120a | revert rename naming | 2021-07-23 18:39:18 +07:00 |  | 
			
				
					| 
							
							
								 kevinjulian | acfaa39e54 | revert back test_rpc_api_server | 2021-07-23 18:34:18 +07:00 |  | 
			
				
					| 
							
							
								 kevinjulian | 8032257fdf | revert test_pairlist | 2021-07-23 18:30:25 +07:00 |  |