Matthias
|
1b1216fc87
|
Rename update_trade method
|
2022-02-19 16:43:38 +01:00 |
|
Matthias
|
c13eed2178
|
use Order object to update trade
|
2022-02-19 16:43:38 +01:00 |
|
Matthias
|
d610b6305d
|
Improve /balance output by removing trailing zeros
|
2022-02-19 16:40:30 +01:00 |
|
Matthias
|
a7a25bb285
|
Update "round coin value" to trim trailing zeros
|
2022-02-19 16:40:26 +01:00 |
|
Matthias
|
42bb33811c
|
Merge pull request #6434 from freqtrade/fix/ftx_stoploss
Update FTX stoploss code to avoid exception for stoploss-market orders
|
2022-02-19 10:50:53 +01:00 |
|
Matthias
|
a32aed2225
|
Update FTX stoploss code to avoid exception for stoploss-market orders
closes #6430, closes #6392
|
2022-02-19 10:07:32 +01:00 |
|
Matthias
|
3785f04be7
|
Handle empty min stake amount as observed on FTX
(closes #6429)
|
2022-02-19 06:39:43 +01:00 |
|
Matthias
|
0bbbe2e96c
|
Add test for #6429
|
2022-02-19 06:39:43 +01:00 |
|
Matthias
|
5705ff7f82
|
Merge pull request #6432 from mkavinkumar1/patch-1
fixed stake amount
|
2022-02-19 06:39:19 +01:00 |
|
Kavinkumar
|
60d1e7fc65
|
fix stake amt
|
2022-02-18 19:47:45 +05:30 |
|
Kavinkumar
|
95d4a11bb1
|
add precision
|
2022-02-18 19:32:37 +05:30 |
|
Kavinkumar
|
eb88c0f71b
|
fixed stake amount
|
2022-02-18 19:25:56 +05:30 |
|
Matthias
|
e60553b8f7
|
Add max_entry_position hyperopt to docs
closes #6356
|
2022-02-16 19:21:04 +01:00 |
|
Matthias
|
877a0750ce
|
Merge pull request #6417 from freqtrade/fix/6261
Attempt fix for #6261
|
2022-02-16 15:48:57 +01:00 |
|
Matthias
|
e7bfb4fd5c
|
Add test case for "sell below close" case
|
2022-02-16 13:42:39 +01:00 |
|
Matthias
|
a77c11c7e0
|
Merge pull request #6420 from stash86/pos_adjust
add "dry_run_wallet" to config_full.example.json
|
2022-02-16 06:48:07 +01:00 |
|
Stefano Ariestasia
|
b043697d70
|
Update config_full.example.json
|
2022-02-16 12:19:48 +09:00 |
|
Matthias
|
78a93b6052
|
noqa
|
2022-02-15 20:15:03 +01:00 |
|
Matthias
|
3787b747ae
|
Simplify api schema by not using union types
|
2022-02-15 20:07:02 +01:00 |
|
Matthias
|
64b98989d2
|
Update open candle ROI condition
|
2022-02-15 19:25:32 +01:00 |
|
Matthias
|
dfd5d3b8b2
|
Merge pull request #6418 from m3h7/patch-1
corrects typo
|
2022-02-15 06:40:30 +01:00 |
|
Maik H
|
7b2e33b0bc
|
corrects typo
|
2022-02-14 20:21:42 +01:00 |
|
Matthias
|
30f6dbfc40
|
Attempt fix for #6261
|
2022-02-14 20:02:38 +01:00 |
|
Matthias
|
acd7f26a9d
|
update tc36 to properly cover #6261
|
2022-02-14 20:00:31 +01:00 |
|
Robert Davey
|
cd54f1536e
|
Update windows_installation.md
Update links to include just the cpp build tools instead of the 4GB full Visual Studio link.
|
2022-02-14 16:41:58 +00:00 |
|
Matthias
|
35e800a84b
|
Merge pull request #6411 from freqtrade/dependabot/pip/develop/pytest-asyncio-0.18.1
Bump pytest-asyncio from 0.17.2 to 0.18.1
|
2022-02-14 07:09:45 +01:00 |
|
Matthias
|
7e2e9272cc
|
Merge pull request #6403 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.28
Bump prompt-toolkit from 3.0.26 to 3.0.28
|
2022-02-14 07:09:18 +01:00 |
|
Matthias
|
8ba149a2af
|
Merge pull request #6409 from freqtrade/dependabot/pip/develop/types-requests-2.27.9
Bump types-requests from 2.27.8 to 2.27.9
|
2022-02-14 06:28:42 +01:00 |
|
Matthias
|
1ad41f0efc
|
Merge pull request #6410 from freqtrade/dependabot/pip/develop/nbconvert-6.4.2
Bump nbconvert from 6.4.1 to 6.4.2
|
2022-02-14 06:28:29 +01:00 |
|
Matthias
|
9c62ffe4f6
|
Merge pull request #6404 from freqtrade/dependabot/pip/develop/plotly-5.6.0
Bump plotly from 5.5.0 to 5.6.0
|
2022-02-14 06:28:16 +01:00 |
|
dependabot[bot]
|
5cc6c2afe1
|
Bump pytest-asyncio from 0.17.2 to 0.18.1
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.17.2 to 0.18.1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.17.2...v0.18.1)
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 05:28:10 +00:00 |
|
Matthias
|
6290fb6d10
|
Merge pull request #6408 from freqtrade/dependabot/pip/develop/mkdocs-material-8.1.11
Bump mkdocs-material from 8.1.10 to 8.1.11
|
2022-02-14 06:27:59 +01:00 |
|
Matthias
|
067378d7fc
|
Merge pull request #6405 from freqtrade/dependabot/pip/develop/pymdown-extensions-9.2
Bump pymdown-extensions from 9.1 to 9.2
|
2022-02-14 06:27:42 +01:00 |
|
Matthias
|
0c632555d6
|
Merge pull request #6406 from freqtrade/dependabot/pip/develop/ccxt-1.72.98
Bump ccxt from 1.72.36 to 1.72.98
|
2022-02-14 06:27:22 +01:00 |
|
Matthias
|
e63ef86e9e
|
Merge pull request #6407 from freqtrade/dependabot/pip/develop/pytest-7.0.1
Bump pytest from 7.0.0 to 7.0.1
|
2022-02-14 06:27:09 +01:00 |
|
Matthias
|
ecb93f14b1
|
Merge pull request #6412 from freqtrade/dependabot/pip/develop/pandas-1.4.1
Bump pandas from 1.4.0 to 1.4.1
|
2022-02-14 06:26:33 +01:00 |
|
dependabot[bot]
|
5062c17ac0
|
Bump pandas from 1.4.0 to 1.4.1
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.4.0...v1.4.1)
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 03:02:07 +00:00 |
|
dependabot[bot]
|
04c20afece
|
Bump nbconvert from 6.4.1 to 6.4.2
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Commits](https://github.com/jupyter/nbconvert/compare/6.4.1...6.4.2)
---
updated-dependencies:
- dependency-name: nbconvert
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 03:01:56 +00:00 |
|
dependabot[bot]
|
7f8e956b44
|
Bump types-requests from 2.27.8 to 2.27.9
Bumps [types-requests](https://github.com/python/typeshed) from 2.27.8 to 2.27.9.
- [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-02-14 03:01:52 +00:00 |
|
dependabot[bot]
|
22036d69d8
|
Bump mkdocs-material from 8.1.10 to 8.1.11
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.10 to 8.1.11.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.1.10...8.1.11)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 03:01:50 +00:00 |
|
dependabot[bot]
|
b18e44bc43
|
Bump pytest from 7.0.0 to 7.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...7.0.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 03:01:46 +00:00 |
|
dependabot[bot]
|
1674beed91
|
Bump ccxt from 1.72.36 to 1.72.98
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.72.36 to 1.72.98.
- [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.72.36...1.72.98)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 03:01:43 +00:00 |
|
dependabot[bot]
|
03d4002be8
|
Bump pymdown-extensions from 9.1 to 9.2
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.1 to 9.2.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.1...9.2)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 03:01:35 +00:00 |
|
dependabot[bot]
|
be8accebd8
|
Bump plotly from 5.5.0 to 5.6.0
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v5.5.0...v5.6.0)
---
updated-dependencies:
- dependency-name: plotly
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 03:01:31 +00:00 |
|
dependabot[bot]
|
ca62914794
|
Bump prompt-toolkit from 3.0.26 to 3.0.28
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.26 to 3.0.28.
- [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.26...3.0.28)
---
updated-dependencies:
- dependency-name: prompt-toolkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-14 03:01:28 +00:00 |
|
Matthias
|
b1b8167b5e
|
Update stop documentation
closes #6393
|
2022-02-13 19:14:57 +01:00 |
|
Matthias
|
109440a6bf
|
Merge pull request #6396 from freqtrade/order_refind_update
Improve "order refind" to also work for stoploss orders
|
2022-02-13 12:31:37 +01:00 |
|
Matthias
|
c769e9757d
|
Improve "order refind" to also work for stoploss orders
|
2022-02-12 20:13:12 +01:00 |
|
Matthias
|
119d4d5204
|
select_order should use ft_order_side, not the exchange specific one
|
2022-02-12 17:06:03 +01:00 |
|
Matthias
|
08803524bd
|
align variable naming to use current_time
|
2022-02-12 15:21:46 +01:00 |
|