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>
4 years ago
Matthias
b1b8167b5e
Update stop documentation
...
closes #6393
4 years ago
Matthias
109440a6bf
Merge pull request #6396 from freqtrade/order_refind_update
...
Improve "order refind" to also work for stoploss orders
4 years ago
Matthias
c769e9757d
Improve "order refind" to also work for stoploss orders
4 years ago
Matthias
119d4d5204
select_order should use ft_order_side, not the exchange specific one
4 years ago
Matthias
08803524bd
align variable naming to use current_time
4 years ago
Matthias
d0adc4ee62
Merge pull request #6391 from lukasgor/lg/feat/add-buy-tag-to-forcebuy
...
feature: add buy tag to forcebuy
4 years ago
Matthias
c9cfc246f1
Sort /forcebuy pairs alphabetically, add cancel button
...
closes #6389
4 years ago
lukasgor
6511b3bec2
fix: rename buy_tag to entry_tag
4 years ago
lukasgor
d563bfc3d0
feature: add buy tag to forcebuy
4 years ago
Matthias
6a59103869
update wallets in backtesting to ensure a fresh wallet is used
...
closes #6388
4 years ago
Matthias
be84a028c1
Avoid mixed types in the api for /stats
4 years ago
Matthias
af984bdc0d
Update comment regarting NaT replacement
4 years ago
Matthias
2e41d80a2c
Merge pull request #6340 from TheJoeSchr/frequi-datetime
...
freqUI: fix can't import backtest with missing datetime data
4 years ago
Matthias
7252cf47fb
Update url to include campaign tracking
4 years ago
Matthias
9f47853661
Merge pull request #6235 from freqtrade/backtest_order_timeout
...
Backtest order timeout
4 years ago
Matthias
45c03f1440
Docstrings are evaluated, while comments are not
4 years ago
Matthias
a6a041526a
Update intro message
4 years ago
Matthias
1ba9b70afc
Improve index/readme wording
4 years ago
Matthias
6d3803fa22
Add TokenBot promo
4 years ago
Matthias
4e2f06fe9c
Simplify band-aid code
4 years ago
Matthias
6191288ff9
Add test for NaT problematic
4 years ago
Matthias
1d10d2c87c
Okex -> okx
4 years ago
Matthias
172e018d2d
Add probit to list of non-working exchanges
...
closes #6379
4 years ago
Matthias
dcf8ad36f9
Backtesting should not allow unrealistic (automatic-filling) orders.
4 years ago
Joe Schr
926b017981
Fix freqUI charts not displaying when dtype(datetime) column has NaT values
...
fix dataframe_to_dict() issues by replacing NaT empty string and
prepare for proper `.replace({NaT})` fix
4 years ago
Joe Schr
118ae8a3d0
Fix api_schemas/json_encoders by manually converting NaT values to empty Strings
...
makes import of datetime columns more robust by first checking
if value is null because strftime can't handle NaT values
use `isnull()` because it handles all NaN/None/NaT cases
4 years ago
Matthias
b192c82731
Only call "custom_exit_price" for limit orders
4 years ago
Matthias
d2dbe8f8d0
Improve doc wording
4 years ago
Matthias
535bbd681f
Merge pull request #6362 from ediziks/add-profit-drawdown-hypeloss
...
Add ProfitDrawdownHyperoptLoss method
4 years ago
Matthias
85767d0d70
Add timedout_*_orders to tests
4 years ago
Matthias
036c2888b4
Track timedout entry/exit orders
4 years ago
Matthias
380e383eee
Add log_Responses to full config example
...
#6374
4 years ago
Matthias
3a60709f16
Merge pull request #6368 from freqtrade/dependabot/pip/develop/uvicorn-0.17.4
...
Bump uvicorn from 0.17.1 to 0.17.4
4 years ago
zx
4bce64b427
commented method deletition
4 years ago
Matthias
5f886e7ffe
Merge pull request #6363 from stash86/pos_adjust
...
Change "buy" and "sell" to "entry" and "exit"
4 years ago
Stefano Ariestasia
92d1f2b945
fix tests
4 years ago
zx
7811a36ae9
max_drawdown_abs calc fix & .DS_Store deletition
4 years ago
Matthias
5047492f5a
gitignore .ds_store files
4 years ago
Matthias
36dad186fd
Merge pull request #6367 from freqtrade/dependabot/pip/develop/types-requests-2.27.8
...
Bump types-requests from 2.27.7 to 2.27.8
4 years ago
Matthias
2d979b84bf
Merge pull request #6369 from freqtrade/dependabot/pip/develop/numpy-1.22.2
...
Bump numpy from 1.22.1 to 1.22.2
4 years ago
Matthias
48ff2b3baa
Merge pull request #6365 from freqtrade/dependabot/pip/develop/pytest-7.0.0
...
Bump pytest from 6.2.5 to 7.0.0
4 years ago
zx
8cdb6e0774
DRAWDOWN_MULT back to a higher value as built-in for safer HOs first
4 years ago
Matthias
39a0cef922
Merge pull request #6371 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.11
...
Bump python-telegram-bot from 13.10 to 13.11
4 years ago
dependabot[bot]
f31fa07b3f
Bump numpy from 1.22.1 to 1.22.2
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.22.1 to 1.22.2.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt )
- [Commits](https://github.com/numpy/numpy/compare/v1.22.1...v1.22.2 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matthias
548b9e75f3
Merge pull request #6364 from freqtrade/dependabot/pip/develop/scipy-1.8.0
...
Bump scipy from 1.7.3 to 1.8.0
4 years ago
Matthias
37ea07a45d
Merge pull request #6366 from freqtrade/dependabot/pip/develop/ccxt-1.72.36
...
Bump ccxt from 1.71.73 to 1.72.36
4 years ago
Matthias
5221194318
Merge pull request #6370 from freqtrade/dependabot/pip/develop/mkdocs-material-8.1.10
...
Bump mkdocs-material from 8.1.9 to 8.1.10
4 years ago
zx
2893d0b50d
proper var name
4 years ago
dependabot[bot]
94b546228b
Bump python-telegram-bot from 13.10 to 13.11
...
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot ) from 13.10 to 13.11.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases )
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v13.10...v13.11 )
---
updated-dependencies:
- dependency-name: python-telegram-bot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago