dependabot[bot]
|
372be54252
|
Bump types-requests from 2.28.3 to 2.28.6
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.3 to 2.28.6.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-01 03:01:46 +00:00 |
|
dependabot[bot]
|
b4ded59c63
|
Bump flake8 from 4.0.1 to 5.0.1
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.1.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.1)
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-01 03:01:43 +00:00 |
|
dependabot[bot]
|
a75fa26caf
|
Bump scipy from 1.8.1 to 1.9.0
Bumps [scipy](https://github.com/scipy/scipy) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.8.1...v1.9.0)
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-01 03:01:38 +00:00 |
|
dependabot[bot]
|
7a696f58f9
|
Bump ccxt from 1.91.29 to 1.91.52
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.91.29 to 1.91.52.
- [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.91.29...1.91.52)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-01 03:01:30 +00:00 |
|
Kavinkumar
|
a4bada3ebe
|
Partial exit using average price (#6545)
Introduce Partial exits
|
2022-07-31 14:19:04 +02:00 |
|
Matthias
|
369c6da5d8
|
Merge pull request #7146 from freqtrade/fix/liquidation
Update liquidation price handling
|
2022-07-31 08:09:54 +02:00 |
|
Matthias
|
15424169ad
|
Merge pull request #7108 from rzrymiak/develop
Added description heading to README.md
|
2022-07-31 07:10:37 +02:00 |
|
rzrymiak
|
09e5fb2f55
|
Removed description header
|
2022-07-30 22:37:46 +00:00 |
|
Matthias
|
bad15f077c
|
Simplify fetch_positions by using already existing method
|
2022-07-30 17:49:06 +02:00 |
|
Matthias
|
dc82675f00
|
Add Test for liquidation in stop-loss-reached
|
2022-07-30 17:28:19 +02:00 |
|
Matthias
|
fc31c890e3
|
Merge pull request #7135 from freqtrade/rpc/sendmsg
Strategy allow rpc messages
|
2022-07-30 16:15:00 +02:00 |
|
Matthias
|
d046f0cc5e
|
Improve method wording for liquidation price setter
|
2022-07-30 16:11:31 +02:00 |
|
Matthias
|
dba7a7257d
|
Use stop_or_liquidation instead of stop_loss
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
845cecd38f
|
Add stoploss or liquidation property
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
4da96bc511
|
Update docs
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
15752ce3c2
|
Rename set_stoploss method to be fully private
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
ff4cc5d316
|
Revamp liquidation test to actually make sense
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
9852733ef7
|
Improve tests to align with modified logic
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
f57ecb1861
|
Simplify adjust_stop test
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
8711b7d99f
|
Liquidations cannot be rejected.
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
995be90f91
|
Liquidation should be a separate exit type
|
2022-07-30 16:10:16 +02:00 |
|
Matthias
|
d70650b074
|
Add note for plot-dataframe and current-whitelist
closes #7142
|
2022-07-30 08:20:22 +02:00 |
|
Matthias
|
cc3ead9d7b
|
Set required_profit for stoploss guard, allowing to ignore small stoplosses.
closes #7076
|
2022-07-27 19:52:39 +02:00 |
|
Matthias
|
31ddec8348
|
Add missing test to confirm backtesting won't send messages
|
2022-07-27 06:51:56 +02:00 |
|
Matthias
|
2595e40e47
|
Remove unused test-strategy
|
2022-07-27 06:47:16 +02:00 |
|
Matthias
|
0adfa4d9ef
|
Add tests for dataprovider send-message methods
|
2022-07-27 06:34:15 +02:00 |
|
Matthias
|
7bac054668
|
Add documentation and clarity for send_msg
|
2022-07-26 20:24:52 +02:00 |
|
Matthias
|
229e8864bb
|
Add send_msg capability to dataprovider
|
2022-07-26 20:15:49 +02:00 |
|
Matthias
|
a0b9388757
|
Bump ccxt to 1.91.29
closes #7132
|
2022-07-26 17:57:25 +02:00 |
|
Matthias
|
4c68bec171
|
Fix problem in is_cancel_order_result_suitable
fixes #7119
|
2022-07-25 17:47:52 +02:00 |
|
Matthias
|
ea112fb583
|
Add test for empty order (cancelled order)
|
2022-07-25 17:47:28 +02:00 |
|
Matthias
|
0806f253b1
|
Merge pull request #7125 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19
Bump types-python-dateutil from 2.8.18 to 2.8.19
|
2022-07-25 08:43:58 +02:00 |
|
Matthias
|
4b8132f3c6
|
Merge pull request #7128 from freqtrade/dependabot/pip/develop/mypy-0.971
Bump mypy from 0.961 to 0.971
|
2022-07-25 08:42:16 +02:00 |
|
Matthias
|
47b52d4bab
|
Bump types-dateutil in pre-commit
|
2022-07-25 07:58:16 +02:00 |
|
dependabot[bot]
|
40969f20bf
|
Bump types-python-dateutil from 2.8.18 to 2.8.19
Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.18 to 2.8.19.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-25 05:53:15 +00:00 |
|
dependabot[bot]
|
93340f546b
|
Bump mypy from 0.961 to 0.971
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-25 05:53:10 +00:00 |
|
Matthias
|
b7f5beea40
|
Merge pull request #7124 from freqtrade/dependabot/pip/develop/mkdocs-1.3.1
Bump mkdocs from 1.3.0 to 1.3.1
|
2022-07-25 07:52:38 +02:00 |
|
Matthias
|
c0080f2241
|
Merge pull request #7126 from freqtrade/dependabot/pip/develop/types-requests-2.28.3
Bump types-requests from 2.28.1 to 2.28.3
|
2022-07-25 07:52:16 +02:00 |
|
Matthias
|
43343d0e55
|
Revert markdown to 3.3.7
|
2022-07-25 07:21:12 +02:00 |
|
Matthias
|
3ce46ff09e
|
Bump types-requests in pre-commit
|
2022-07-25 07:19:21 +02:00 |
|
Matthias
|
fba3c3c649
|
Merge pull request #7127 from freqtrade/dependabot/pip/develop/ccxt-1.91.22
Bump ccxt from 1.90.89 to 1.91.22
|
2022-07-25 07:17:14 +02:00 |
|
Matthias
|
bc87171243
|
Merge pull request #7123 from freqtrade/dependabot/pip/develop/orjson-3.7.8
Bump orjson from 3.7.7 to 3.7.8
|
2022-07-25 07:17:00 +02:00 |
|
dependabot[bot]
|
f93a3a5fca
|
Bump ccxt from 1.90.89 to 1.91.22
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.90.89 to 1.91.22.
- [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.90.89...1.91.22)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-25 03:01:52 +00:00 |
|
dependabot[bot]
|
98d0ad76bf
|
Bump types-requests from 2.28.1 to 2.28.3
Bumps [types-requests](https://github.com/python/typeshed) from 2.28.1 to 2.28.3.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-25 03:01:44 +00:00 |
|
dependabot[bot]
|
d5933fb2af
|
Bump mkdocs from 1.3.0 to 1.3.1
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.3.0...1.3.1)
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-25 03:01:37 +00:00 |
|
dependabot[bot]
|
1b49e45222
|
Bump orjson from 3.7.7 to 3.7.8
Bumps [orjson](https://github.com/ijl/orjson) from 3.7.7 to 3.7.8.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.7...3.7.8)
---
updated-dependencies:
- dependency-name: orjson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-25 03:01:32 +00:00 |
|
Matthias
|
83cac7bee2
|
Improve some more tests by adding proper orders
|
2022-07-24 10:51:13 +02:00 |
|
Matthias
|
6e691a016d
|
Use leverage-tiers loading in tests
|
2022-07-24 10:24:59 +02:00 |
|
Matthias
|
2eb1d18c2a
|
Don't load leverage tiers when not necessary
|
2022-07-23 19:56:38 +02:00 |
|
Matthias
|
7682c9ace7
|
Update trade_close test to include orders
|
2022-07-23 15:27:52 +02:00 |
|