Matthias
5b0fdc61d8
Don't use __root__ directly for api response
2021-03-20 18:46:57 +02:00
Matthias
e68e5b8515
Fix mypy problem after mypy 0.800 upgrade
2021-03-20 18:46:57 +02:00
dependabot[bot]
574a1db35e
Bump mypy from 0.790 to 0.812
...
Bumps [mypy](https://github.com/python/mypy ) from 0.790 to 0.812.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.790...v0.812 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-20 18:46:57 +02:00
Matthias
ac3227251c
Use sensible defaults for balance_dust_level
2021-03-20 18:46:57 +02:00
Florian Reitmeir
4467378792
add balance_dust_level parameter to make telegram less chatty
2021-03-20 18:46:57 +02:00
Matthias
0351b1d530
Stringify favicon path
...
potentially closes #4459
2021-03-20 18:46:57 +02:00
JoeSchr
a275d8defa
Fix: custom_stoploss returns typo
...
Afaik it should return -0.07 for 7% instead of -0.7.
As a side note, really interesting would also be an example for greater than 100% profits. especially when trailing stoploss, like
* Once profit is > 200% - stoploss will be set to 150%.
I assume it could be as simple as
```py
if current_profit > 2:
return (-1.50 + current_profit)
````
to achieve it
But I'm not quite confident, if the bot can handle stuff smaller than `-1`, since `1` and `-1` seem to have some special meaning and are often used to disable stoploss etc.
2021-03-20 18:46:57 +02:00
Matthias
b60703bf6a
Add warning about downloading data from kraken
...
closes #4449
2021-03-20 18:46:57 +02:00
JoeSchr
8e094e4a12
Fix(strategy/interface.py): comment typo
...
`advice_buy` -> `advise_buy`
2021-03-20 18:46:57 +02:00
Xanders
6e2a5212c5
Better JSON webhook result description
2021-03-20 18:46:57 +02:00
Xanders
1f54264a89
Fix blank lines rule at test_rpc_webhook.py
2021-03-20 18:46:57 +02:00
Xanders
4db9c2cb6b
Fix too long line at webhook.py
2021-03-20 18:46:57 +02:00
Xanders
e5ff55e20b
Add webhook result example to documentation
2021-03-20 18:46:56 +02:00
Xanders
ad8543afa8
Add test for webhook JSON format
2021-03-20 18:46:56 +02:00
Xanders
5286368e2d
Add documentation for JSON webhook format
2021-03-20 18:46:56 +02:00
Xanders
27b7e1cac3
Add JSON-encoded webhooks
2021-03-20 18:46:56 +02:00
Matthias
96a3fa6d26
Add forcesell entry to full config
2021-03-20 18:46:56 +02:00
Th0masL
c83e73c5c3
Reduced length of the line
2021-03-20 18:46:56 +02:00
Th0masL
c83ac85991
Allow changing the order_type for forcesell
2021-03-20 18:46:56 +02:00
Marco Seguri
1e29b71ce1
Fix #4441
2021-03-20 18:46:56 +02:00
dependabot[bot]
bb30d83fac
Bump aiohttp from 3.7.3 to 3.7.4
...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.7.3 to 3.7.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.3...v3.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-20 18:46:56 +02:00
Matthias
daad8a3803
Remove binanceje, add ftx to config selector
...
closes #4441
2021-03-20 18:46:56 +02:00
Matthias
9a2b884c6f
Add note to check configuration settings to docker quickstart
...
part of #4441
2021-03-20 18:46:56 +02:00
Matthias
2d6a02ae2d
Fix failing CI due to unavailable pairs
2021-03-20 18:46:56 +02:00
Matthias
fe030b24f1
Small enhancements to docs
2021-03-20 18:46:56 +02:00
Matthias
5b447cd704
Add psutils to support OOM Gracefull shutdown
...
closes #4436 , #4439 #3990
2021-03-20 18:46:56 +02:00
crypto_rahino
df3c607e57
first
2021-03-20 18:46:56 +02:00
Matthias
38b96f071f
Merge pull request #4434 from freqtrade/new_release
...
New release 2020.2
2021-02-24 19:27:43 +01:00
Matthias
834f00f580
Refresh slack link
2021-02-24 06:46:07 +01:00
Matthias
aea8f05d10
Version bump 2021.2
2021-02-24 06:39:59 +01:00
Matthias
cae67b02df
Merge branch 'stable' into new_release
2021-02-24 06:39:51 +01:00
Matthias
d6d8678fd6
Fix missleading FAQ information
2021-02-24 06:34:10 +01:00
Matthias
133562ba06
Merge pull request #4428 from freqtrade/dependabot/pip/develop/ccxt-1.42.19
...
Bump ccxt from 1.41.90 to 1.42.19
2021-02-22 22:01:38 +01:00
Matthias
e8794e8b8c
Merge pull request #4429 from freqtrade/dependabot/pip/develop/tabulate-0.8.9
...
Bump tabulate from 0.8.8 to 0.8.9
2021-02-22 21:59:44 +01:00
dependabot[bot]
3612c786b5
Bump tabulate from 0.8.8 to 0.8.9
...
Bumps [tabulate](https://github.com/astanin/python-tabulate ) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/astanin/python-tabulate/releases )
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG )
- [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.8...v0.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 19:06:39 +00:00
dependabot[bot]
a0fa1e84fc
Bump ccxt from 1.41.90 to 1.42.19
...
Bumps [ccxt](https://github.com/ccxt/ccxt ) from 1.41.90 to 1.42.19.
- [Release notes](https://github.com/ccxt/ccxt/releases )
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst )
- [Commits](https://github.com/ccxt/ccxt/compare/1.41.90...1.42.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 19:06:36 +00:00
Matthias
c71ecd3680
Fix wrong pair-content in strategy-analysis notebook and documentation
...
closes #4399
2021-02-22 20:04:36 +01:00
Matthias
2b5f1ff256
Merge pull request #4426 from freqtrade/fix/4405
...
Don't fail API calls when live price is not available
2021-02-22 14:09:20 +01:00
Matthias
228e51b60b
Fix #4405
2021-02-22 13:34:52 +01:00
Matthias
5e4730b73b
Add test confirming #4405
2021-02-22 11:44:39 +01:00
Matthias
62885166a9
Merge pull request #4424 from freqtrade/dependabot/docker/python-3.9.2-slim-buster
...
Bump python from 3.9.1-slim-buster to 3.9.2-slim-buster
2021-02-22 08:43:54 +01:00
Matthias
21933a55f7
Merge pull request #4423 from freqtrade/dependabot/pip/develop/cryptography-3.4.6
...
Bump cryptography from 3.4.5 to 3.4.6
2021-02-22 08:23:19 +01:00
Matthias
8a62bfa0e5
armhf image should not be updated to python3.9
2021-02-22 08:20:45 +01:00
Matthias
8ffeafd2c3
Merge pull request #4422 from freqtrade/dependabot/pip/develop/scipy-1.6.1
...
Bump scipy from 1.6.0 to 1.6.1
2021-02-22 08:19:12 +01:00
Matthias
e34d8cba0e
Merge pull request #4421 from freqtrade/dependabot/pip/develop/uvicorn-0.13.4
...
Bump uvicorn from 0.13.3 to 0.13.4
2021-02-22 08:02:16 +01:00
dependabot[bot]
d8c7e5ce8d
Bump python from 3.9.1-slim-buster to 3.9.2-slim-buster
...
Bumps python from 3.9.1-slim-buster to 3.9.2-slim-buster.
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 05:56:25 +00:00
Matthias
6feabd51a2
Merge pull request #4418 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.3
...
Bump python-telegram-bot from 13.2 to 13.3
2021-02-22 06:48:25 +01:00
Matthias
d7cc86735b
Merge pull request #4417 from freqtrade/dependabot/pip/develop/tabulate-0.8.8
...
Bump tabulate from 0.8.7 to 0.8.8
2021-02-22 06:47:57 +01:00
dependabot[bot]
85f12f8c28
Bump cryptography from 3.4.5 to 3.4.6
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 3.4.5 to 3.4.6.
- [Release notes](https://github.com/pyca/cryptography/releases )
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/3.4.5...3.4.6 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 05:27:57 +00:00
dependabot[bot]
dea04c6452
Bump scipy from 1.6.0 to 1.6.1
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.6.0...v1.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 05:27:54 +00:00