| 
							
							
								 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 | 6524edbb4e | Simplify should_exit interface | 2021-08-24 20:47:54 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f3b6a0a797 | Fix some type errors | 2021-08-24 20:40:35 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f9f32a15bb | Update plotting tests for new strategy interface | 2021-08-24 20:30:42 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 9a03cb96f5 | Update get_signal | 2021-08-24 20:24:51 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 46285cd77e | Fix some namings in freqtradebot | 2021-08-24 20:07:39 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | b40f985b13 | Add short-exit logic to backtesting | 2021-08-24 20:02:40 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | eb71ee847c | Rename backtest index constants | 2021-08-24 06:56:06 +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 |  | 
			
				
					| 
							
							
								 Matthias | 7373b39015 | Initial support for backtesting with short | 2021-08-23 21:16:26 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 3e8164bfca | Use proper exchange name in backtesting | 2021-08-23 21:13:47 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 9add3bf808 | Add enter_long compatibility layer | 2021-08-23 21:12:46 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 9691563066 | Merge pull request #5472 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.23 Bump sqlalchemy from 1.4.22 to 1.4.23 | 2021-08-23 19:26:44 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 07de5d11ca | Removed a bug causing errors from freqtradebot | 2021-08-23 00:25:08 -06: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 | 61ad38500a | Reverted freqtrade/templates/*hyperopt* files back to no shorting | 2021-08-23 00:18:15 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 53b51ce8cf | Reverted freqtrade/templates/sample_strategy back to no shorting, and created a separate sample short strategy | 2021-08-23 00:17:20 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 0afeb269ad | Removed unnecessary TODOs | 2021-08-23 00:15:35 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 9f6b6f04b4 | Added False to self.strategy.get_signal | 2021-08-22 23:55:34 -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 |  | 
			
				
					| 
							
							
								 Matthias | aafb868cc4 | Merge pull request #5471 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.20 Bump prompt-toolkit from 3.0.19 to 3.0.20 | 2021-08-23 07:07:50 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c2b7577e94 | Merge pull request #5469 from freqtrade/dependabot/pip/develop/ccxt-1.55.28 Bump ccxt from 1.55.20 to 1.55.28 | 2021-08-23 06:41:47 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 3e296dee24 | Merge pull request #5470 from freqtrade/dependabot/pip/develop/types-cachetools-4.2.0 Bump types-cachetools from 0.1.10 to 4.2.0 | 2021-08-23 06:39:43 +02: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 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 345c7ab64b | Bump sqlalchemy from 1.4.22 to 1.4.23 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.22 to 1.4.23.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2021-08-23 03:01:42 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 90f1845eaf | Bump prompt-toolkit from 3.0.19 to 3.0.20 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.19 to 3.0.20.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.19...3.0.20)
---
updated-dependencies:
- dependency-name: prompt-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2021-08-23 03:01:33 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 0f9bfcf8b0 | Bump types-cachetools from 0.1.10 to 4.2.0 Bumps [types-cachetools](https://github.com/python/typeshed) from 0.1.10 to 4.2.0.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-cachetools
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> | 2021-08-23 03:01:28 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 4ee467f857 | Bump ccxt from 1.55.20 to 1.55.28 Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.55.20 to 1.55.28.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/1.55.20...1.55.28)
---
updated-dependencies:
- dependency-name: ccxt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2021-08-23 03:01:26 +00:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 488d729574 | Merge branch 'feat/short' into lev-exchange | 2021-08-22 20:59:33 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 70ebf09871 | exchange - kraken - minor changes | 2021-08-22 20:58:22 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 3026583ed4 | Reduce verbosity of "is in blacklist" logging | 2021-08-22 19:40:43 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 5582737093 | Merge pull request #5467 from JoeSchr/patch-6 Update strategy-advanced.md | 2021-08-22 19:29:16 +02:00 |  | 
			
				
					| 
							
							
								 JoeSchr | 04b4deab58 | Update strategy-advanced.md Add `` for consistency | 2021-08-22 20:14:36 +03:00 |  | 
			
				
					| 
							
							
								 Matthias | 56759cea7b | Add "high fee rate" blocker to fees from trades part of #5415 (potentially fixing this) | 2021-08-22 14:37:45 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | d03444e5f8 | Merge pull request #5447 from samgermain/lev-strat-name-changes Lev strat name changes | 2021-08-22 13:56:57 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 6ac0ab0233 | Added short functionality to exchange stoplss methods | 2021-08-21 21:10:03 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | a5be535cc9 | strategy interface: removed some changes | 2021-08-21 17:06:04 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 4ac2237937 | Changed ftx set_leverage implementation | 2021-08-21 16:26:04 -06:00 |  | 
			
				
					| 
							
							
								 Sam Germain | f5fd8dcc05 | Added error handlers to api functions and made a logger warning in fill_leverage_brackets | 2021-08-21 01:13:51 -06:00 |  | 
			
				
					| 
							
							
								 Matthias | 34456b9798 | Merge pull request #5456 from mablue/download_process Download-data log process added | 2021-08-21 07:12:04 +02:00 |  | 
			
				
					| 
							
							
								 Sam Germain | 84bc4dd740 | Removed some outdated TODOs and whitespace | 2021-08-20 18:50:02 -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 |  |