| 
							
							
								 Matthias | c519ecf8df | Exclude more untestable sections from coverage | 2021-09-05 15:40:21 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | a8f28ffb11 | Increase test coverage | 2021-09-05 15:34:57 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b752516f65 | Edge should use new columns, too | 2021-09-05 15:23:27 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | ea5c7e7ed6 | Merge pull request #5531 from freqtrade/exclude_coverage Exclude some parts from coverage that can't really be tested | 2021-09-05 10:01:07 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 2173ff0133 | Update PR template to not link to issues in changelog | 2021-09-05 09:16:19 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 4e049f65f2 | Exclude some parts from coverage that can't really be tested | 2021-09-05 09:14:44 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 68b75af08e | Fix bug with inversed sell signals in backtesting | 2021-09-05 08:59:18 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 49350f2a8e | Fix backtesting test | 2021-09-05 08:36:22 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 23ba49fec2 | Added validating checks for trading_mode and collateral on each exchange | 2021-09-04 22:02:08 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 7eab855476 | Merge branch 'feat/short' into lev-exchange | 2021-09-04 20:15:36 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | d4389eb07d | fill_leverage_brackets usinge self.markets.items instead of self._api.markets.items | 2021-09-04 19:58:42 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 6ec2e40736 | Added exceptions to exchange.interest_rate | 2021-09-04 19:47:04 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 61fdf74ad9 | Added retrier to exchange functions and reduced failing tests down to 2 | 2021-09-04 19:16:17 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 92e630eb69 | Added get_funding_fees method to exchange | 2021-09-04 16:40:53 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | d6d5bae2a1 | New funding fee methods | 2021-09-04 16:33:06 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | b854350e8d | Changed funding fee implementation | 2021-09-04 16:31:09 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 194bb24a55 | Miscellaneous funding fee changes. Abandoning for a new method of tracking funding fee | 2021-09-04 16:20:25 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | b7891485b3 | Created FundingFee class and added funding_fee to LocalTrade and freqtradebot | 2021-09-04 16:20:07 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 2e50948699 | Fix some tests | 2021-09-04 20:23:51 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | ca44d2e092 | Merge branch 'feat/short' into pr/samgermain/5378 | 2021-09-04 19:54:34 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 63f2494936 | Merge pull request #5530 from freqtrade/fix_uvicorn Fix uvicorn not working properly on windows | 2021-09-04 08:22:11 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 35267de88a | Merge pull request #5529 from Rikj000/setup/use-build-helpers-install-ta-lib-script ⚡ `setup.sh` - Use `build_helpers/install_ta-lib.sh` for TA-Lib insta… | 2021-09-04 08:15:19 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | aac1094078 | Wrote failing test_fill_leverage_brackets_binance | 2021-09-03 20:30:52 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 95bd0721ae | Rearranged tests at end of ftx to match other exchanges | 2021-09-03 20:30:19 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | c5d97d07a8 | Added failing fill_leverage_brackets test to test_kraken | 2021-09-03 20:29:46 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 01263663be | ftx.fill_leverage_brackets test | 2021-09-03 19:56:53 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 9d398924c6 | Wrote dummy tests for exchange.get_interest_rate | 2021-09-03 19:56:13 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 9b953f6e60 | split test_get_max_leverage into separate exchange files | 2021-09-03 19:25:16 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 1b20b4f3c7 | Wrote failing tests for exchange.set_leverage and exchange.set_margin_mode | 2021-09-03 19:00:04 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | c7a2e6c2c6 | completed set_margin_mode | 2021-09-03 18:11:39 -06:00 |  | 
			
				
					| 
							
							
								 Rik Helsen | eb0362c29e | ⚡️ ️ install_ta-lib.sh- Runldconfigaftermake install | 2021-09-03 23:52:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 493fb35073 | Fix uvicorn not working properly on windows | 2021-09-03 22:05:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 91779ee0cc | Merge pull request #5524 from freqtrade/kucoin_tif Improve generated configuration templates, support kucoin TIF | 2021-09-03 19:46:58 +02:00 |  | 
			
				
					| 
							
							
								 Rikj000 | 103a8e827e | ⚡ setup.sh- Usebuild_helpers/install_ta-lib.shfor TA-Lib installation | 2021-09-03 16:37:36 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 2f92838c39 | Properly close parenteses in exchange doc | 2021-09-03 16:19:27 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b4130dfabb | Use volumePairlist instead of staticPairlist in generated config | 2021-09-03 09:23:26 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c489e6825c | Simplify binance blacklist | 2021-09-03 09:18:15 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 68f13173bc | Update new-config templates to use USDT by default | 2021-09-03 08:59:43 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | e64ccd8fc1 | Add new_config section for kucoin | 2021-09-03 08:57:53 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 19ad165483 | Add time_in_force for kucoin | 2021-09-03 08:48:53 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 93c1dff71b | Allow adding new additional headers | 2021-09-02 21:02:45 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 073426f25c | set margin mode exchange function | 2021-09-01 23:40:32 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 5184cc7749 | Merge branch 'develop' into feat/short | 2021-09-02 07:03:14 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f59ba92920 | Merge pull request #5413 from freqtrade/feat/backtest_detail Add backtest-detail to allow intra-candle backtests | 2021-09-01 19:48:12 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | ab5e63cbdd | Merge pull request #5520 from freqtrade/dependabot/docker/python-3.9.7-slim-buster Bump python from 3.9.6-slim-buster to 3.9.7-slim-buster | 2021-09-01 13:40:54 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b65a15d8b4 | Merge pull request #5501 from pan-long/hdf5-path Export HDF5 and CBLOSC paths. | 2021-09-01 07:06:28 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 87fa49d529 | Bump python from 3.9.6-slim-buster to 3.9.7-slim-buster Bumps python from 3.9.6-slim-buster to 3.9.7-slim-buster.
---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2021-09-01 03:01:49 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | b0c4f079c2 | Merge branch 'develop' into feat/backtest_detail | 2021-08-31 20:16:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 1cbe303434 | Add documentation for --detail-timeframe | 2021-08-31 19:58:08 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 525aa234dc | Merge pull request #5516 from yehya-dev/patch-1 Update bot-basics.md | 2021-08-31 16:58:01 +02:00 |  |