dependabot[bot]
|
d185b2020a
|
Bump filelock from 3.12.3 to 3.12.4
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.3 to 3.12.4.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.12.3...3.12.4)
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-18 03:38:44 +00:00 |
|
Matthias
|
75f89ec12f
|
Merge pull request #9188 from Axel-CH/add-trade-param-to-custom-entry-price
Add trade param to custom entry price
|
2023-09-17 23:23:42 +02:00 |
|
Matthias
|
f6fce2162c
|
Add new parameter to strategy template
|
2023-09-17 22:25:23 +02:00 |
|
Matthias
|
158bf09774
|
Fix type checking error
|
2023-09-17 19:40:44 +02:00 |
|
Axel-CH
|
29a5e049b9
|
edit note wording for custom_entry_price
|
2023-09-17 03:30:03 -04:00 |
|
Axel-CH
|
2bc0c4ecd5
|
update docstring
|
2023-09-17 03:17:07 -04:00 |
|
Axel-CH
|
224213840d
|
update trade object as optional parameter
|
2023-09-17 03:13:40 -04:00 |
|
Axel CHERUBIN
|
d81fdeb3ed
|
Update docs/strategy-callbacks.md
Co-authored-by: Matthias <xmatthias@outlook.com>
|
2023-09-17 03:06:00 -04:00 |
|
Matthias
|
14c5f435aa
|
okx: Use proper history endpoint for fetch_orders
|
2023-09-16 20:01:19 +02:00 |
|
Matthias
|
5745722a37
|
Increase time for fetch_orders in test
|
2023-09-16 20:00:17 +02:00 |
|
Axel-CH
|
a7cd9d77f2
|
ignore custom_entry_price trade object type test, remove LocalTrade as type
|
2023-09-16 13:58:59 -04:00 |
|
Axel-CH
|
5b857aeaf0
|
fix custom_entry_price trade object type test
|
2023-09-16 13:46:56 -04:00 |
|
Matthias
|
afb1b787c8
|
add okx to fully tested exchanges
|
2023-09-16 19:43:39 +02:00 |
|
Matthias
|
659168d341
|
Improve cancel_stop test
|
2023-09-16 19:43:39 +02:00 |
|
Axel-CH
|
3f4715ba49
|
update custom_entry_price docstring
|
2023-09-16 13:20:10 -04:00 |
|
Axel-CH
|
1d0f1bd1ee
|
update doc
|
2023-09-16 13:13:23 -04:00 |
|
Matthias
|
220bc3c23e
|
Rename fetch_orders_emulate to make it non-protected
|
2023-09-16 17:56:16 +02:00 |
|
Matthias
|
c90be601f5
|
Add offset to "fetch_orders" to avoid missing the initial order
|
2023-09-16 17:53:47 +02:00 |
|
Matthias
|
5d8e0573f6
|
Run handle_onexchange_order test without dry-run
|
2023-09-16 16:39:52 +02:00 |
|
Matthias
|
3d858f6599
|
Fix bug closing trades while recalculating
closes #9186
|
2023-09-16 16:39:52 +02:00 |
|
Matthias
|
6d2d5f93d0
|
Add exit order test
showing behavior in #9186
|
2023-09-16 16:39:40 +02:00 |
|
Matthias
|
d01bc0fb9f
|
Enforce kwargs for update_trade_state
|
2023-09-16 14:44:24 +02:00 |
|
Matthias
|
394d758d32
|
Add missing fields to json (and json parse)
|
2023-09-16 14:06:36 +02:00 |
|
Axel-CH
|
91c710408a
|
fix flake8, set trade object param as Optional
|
2023-09-16 03:36:36 -04:00 |
|
Matthias
|
3a7f390510
|
Cancel based forceexits shouldn't trigger a full exit.
|
2023-09-16 09:32:51 +02:00 |
|
Matthias
|
a7d6efdcd6
|
Fix order amounts in test
|
2023-09-16 09:32:30 +02:00 |
|
Matthias
|
fed24c1308
|
Improve test for get_canceled_exit_order
|
2023-09-16 09:13:41 +02:00 |
|
Matthias
|
ae4021da14
|
Rename get_canceled exit orders ...
|
2023-09-16 09:11:31 +02:00 |
|
Matthias
|
8378a0234d
|
Filter exit_order_count on canceled orders only
|
2023-09-16 09:10:56 +02:00 |
|
Axel CHERUBIN
|
d26869ea0a
|
Merge branch 'freqtrade:develop' into add-trade-param-to-custom-entry-price
|
2023-09-16 02:53:01 -04:00 |
|
axel
|
cf96ad1d1b
|
add trade param to custom entry price in interface, bot, backtesting, exemples
|
2023-09-16 02:32:03 -04:00 |
|
Matthias
|
3919bf3740
|
Adjust sequence of trade json output
|
2023-09-16 08:25:36 +02:00 |
|
Matthias
|
41765b14dc
|
Merge pull request #9182 from stash86/fix-rangestability
Change the cache of rangestability to 1 day
|
2023-09-14 20:43:07 +02:00 |
|
Matthias
|
33bf7f9f30
|
Ensure test doesn't fail based on daytime
failed if it's run in the first hour of the (UTC) day
|
2023-09-14 20:05:11 +02:00 |
|
Matthias
|
454c2343a8
|
More clarity for adjust_trade_position callback docstring
|
2023-09-14 18:27:45 +02:00 |
|
Matthias
|
6d8bf75572
|
Merge pull request #9179 from freqtrade/chore/better-freqai-reload
chore: fix bug associated with leaving FreqAI offline for more than 1candle
|
2023-09-14 18:10:47 +02:00 |
|
Robert Caulk
|
310c9f6034
|
Update test_freqai_datadrawer.py
|
2023-09-14 13:49:31 +02:00 |
|
Stefano Ariestasia
|
c0a600858f
|
Change the cache of rangestability to 1 day
|
2023-09-14 08:50:06 +09:00 |
|
robcaulk
|
844ab4aef5
|
chore: add tests for set_initial_return_values
|
2023-09-14 00:05:59 +02:00 |
|
robcaulk
|
628963c207
|
chore: fix bug associated with leaving FreqAI offline for more than 1 candle.
|
2023-09-12 12:19:12 +02:00 |
|
Matthias
|
a52cf42218
|
use last order date to fill order.
|
2023-09-12 07:01:51 +02:00 |
|
Matthias
|
a866b0a35e
|
Improve test correctness
|
2023-09-12 07:01:05 +02:00 |
|
Matthias
|
af1054fa70
|
Avoid re-implementing existing feature
|
2023-09-12 07:00:55 +02:00 |
|
Matthias
|
ee9d2c637a
|
Improve "order refind" mechanics
|
2023-09-11 20:18:42 +02:00 |
|
Matthias
|
f0819d9df1
|
Improve "filled" date assignment for order updates
|
2023-09-11 20:03:38 +02:00 |
|
Matthias
|
96e5615d1b
|
Update safe_value_fallback to allow empty 2nd keys
|
2023-09-11 20:03:38 +02:00 |
|
Matthias
|
4798dea6e1
|
Merge pull request #9168 from freqtrade/dependabot/pip/develop/ccxt-4.0.88
Bump ccxt from 4.0.81 to 4.0.88
|
2023-09-11 19:12:17 +02:00 |
|
Matthias
|
23a4ff9f25
|
Merge pull request #9171 from freqtrade/dependabot/pip/develop/orjson-3.9.7
Bump orjson from 3.9.5 to 3.9.7
|
2023-09-11 18:23:06 +02:00 |
|
Matthias
|
5ddfbea611
|
Merge pull request #9172 from freqtrade/dependabot/pip/develop/questionary-2.0.1
Bump questionary from 2.0.0 to 2.0.1
|
2023-09-11 08:12:00 +02:00 |
|
Matthias
|
e8e67d1c85
|
Merge pull request #9173 from freqtrade/dependabot/pip/develop/pytest-7.4.2
Bump pytest from 7.4.1 to 7.4.2
|
2023-09-11 08:11:41 +02:00 |
|