axel
|
32c919cfad
|
replace open_orders_count by has_open_orders in freqtradebot
|
2023-06-16 23:36:37 -04:00 |
|
axel
|
bf60f38a23
|
fix tests test_handle_trade, test_handle_cancel_exit_limit, WIP on test_adjust_entry_maintain_replace
|
2023-06-16 23:29:41 -04:00 |
|
axel
|
93994756e8
|
fix multiple tests, including test_check_handle_cancelled_buy
|
2023-06-16 21:51:24 -04:00 |
|
axel
|
7c55a2c6e2
|
fix tests: test_manage_open_orders_entry, test_manage_open_orders_partial_except, test_adjust_entry_cancel, test_manage_open_orders_partial_fee
|
2023-06-16 18:01:38 -04:00 |
|
axel
|
ee43792566
|
fix tests: test_handle_cancel_exit_cancel_exception, test_update_trade_state_sell, test_manage_open_orders_entry_usercustom
|
2023-06-16 17:14:53 -04:00 |
|
axel
|
f14b42f202
|
add use has_open_orders property in freqtradebot tests
|
2023-06-16 16:22:08 -04:00 |
|
axel
|
6e8c765ece
|
add has_open_orders to Trade model property
|
2023-06-16 16:15:24 -04:00 |
|
axel
|
5f70406880
|
fix more tests
|
2023-06-15 22:00:15 -04:00 |
|
axel
|
069759c7c5
|
fix more tests
|
2023-06-15 21:33:39 -04:00 |
|
axel
|
ebd5fac91d
|
update cancel_all_open_orders, wip on fixing test_cancel_all_open_orders
|
2023-06-15 21:04:40 -04:00 |
|
axel
|
156c202889
|
fix more tests including process_open_trade_positions
|
2023-06-15 20:46:35 -04:00 |
|
axel
|
8e0faf4aaa
|
fix more tests, remove legacy conditions from update_trade function
|
2023-06-15 14:29:08 -04:00 |
|
axel
|
20a2b27498
|
update LocalTrade model orders related property type
|
2023-06-15 14:11:21 -04:00 |
|
axel
|
73d1201ed8
|
start fixing test_handle_stoploss_on_exchange_trailing, add temp logs
|
2023-06-15 13:37:36 -04:00 |
|
axel
|
fcbacae6f1
|
remove unuseful function call in manage_open_orders
|
2023-06-15 12:04:42 -04:00 |
|
axel
|
60a50a2ea8
|
fix test_handle_stoploss_on_exchange, add more orders related hybrid_properties to Trade classes
|
2023-06-15 11:56:41 -04:00 |
|
axel
|
defa6f45b2
|
fix more freqtradebot tests, update params of handle_cancel_enter, handle_cancel_exit
|
2023-06-15 03:05:01 -04:00 |
|
axel
|
9cdff0b0a5
|
fix first important tests in test_freqtradebot, update and fix on order related Trade class hybrid_properties
|
2023-06-15 01:55:13 -04:00 |
|
axel
|
450fc5763f
|
fix test test_freqtradebot.py::test_execute_entry
|
2023-06-14 14:20:14 -04:00 |
|
axel
|
2495661554
|
remove unrequired appends from test_update_limit_order
|
2023-06-14 11:49:20 -04:00 |
|
axel
|
ae92557dd7
|
remove commented legacy open_order_id property references
|
2023-06-14 11:44:49 -04:00 |
|
axel
|
057f852e06
|
fix localTrade and trade classe miroring, fix persistence tests
|
2023-06-14 11:40:30 -04:00 |
|
axel
|
4874d10455
|
Replace open_order_id property by open_orders in Trade model, first test update
|
2023-06-13 02:11:34 -04:00 |
|
Matthias
|
502090c199
|
Merge pull request #8765 from freqtrade/dependabot/pip/develop/ccxt-3.1.34
Bump ccxt from 3.1.23 to 3.1.34
|
2023-06-12 13:44:15 +02:00 |
|
Matthias
|
385d9d30b7
|
Merge pull request #8775 from freqtrade/dependabot/pip/develop/plotly-5.15.0
Bump plotly from 5.14.1 to 5.15.0
|
2023-06-12 13:33:33 +02:00 |
|
dependabot[bot]
|
e763e2ad35
|
Bump ccxt from 3.1.23 to 3.1.34
Bumps [ccxt](https://github.com/ccxt/ccxt) from 3.1.23 to 3.1.34.
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/3.1.23...3.1.34)
---
updated-dependencies:
- dependency-name: ccxt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 08:08:05 +00:00 |
|
Matthias
|
a89c647255
|
Merge pull request #8769 from freqtrade/dependabot/pip/develop/sqlalchemy-2.0.16
Bump sqlalchemy from 2.0.15 to 2.0.16
|
2023-06-12 10:01:59 +02:00 |
|
dependabot[bot]
|
1beaf6f05c
|
Bump plotly from 5.14.1 to 5.15.0
Bumps [plotly](https://github.com/plotly/plotly.py) from 5.14.1 to 5.15.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.14.1...v5.15.0)
---
updated-dependencies:
- dependency-name: plotly
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 07:26:38 +00:00 |
|
Matthias
|
21949c0446
|
bump sqlalchemy pre-commit
|
2023-06-12 09:23:58 +02:00 |
|
Matthias
|
6e6bccfd3e
|
Merge pull request #8773 from freqtrade/dependabot/pip/develop/urllib3-2.0.3
Bump urllib3 from 2.0.2 to 2.0.3
|
2023-06-12 08:48:10 +02:00 |
|
Matthias
|
a7f882a7fe
|
Merge pull request #8772 from freqtrade/dependabot/pip/develop/ruff-0.0.272
Bump ruff from 0.0.270 to 0.0.272
|
2023-06-12 08:47:50 +02:00 |
|
Matthias
|
0c4dab37d7
|
Merge pull request #8771 from freqtrade/dependabot/pip/develop/pytest-7.3.2
Bump pytest from 7.3.1 to 7.3.2
|
2023-06-12 08:47:32 +02:00 |
|
Matthias
|
1af4fa0419
|
Merge pull request #8774 from freqtrade/dependabot/pip/develop/orjson-3.9.1
Bump orjson from 3.9.0 to 3.9.1
|
2023-06-12 08:46:49 +02:00 |
|
Matthias
|
37495884d4
|
Merge pull request #8768 from freqtrade/dependabot/pip/develop/filelock-3.12.1
Bump filelock from 3.12.0 to 3.12.1
|
2023-06-12 08:13:32 +02:00 |
|
Matthias
|
64e803356a
|
Merge pull request #8766 from freqtrade/dependabot/pip/develop/pydantic-1.10.9
Bump pydantic from 1.10.8 to 1.10.9
|
2023-06-12 07:07:03 +02:00 |
|
dependabot[bot]
|
7172bc0af3
|
Bump orjson from 3.9.0 to 3.9.1
Bumps [orjson](https://github.com/ijl/orjson) from 3.9.0 to 3.9.1.
- [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.9.0...3.9.1)
---
updated-dependencies:
- dependency-name: orjson
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 03:58:02 +00:00 |
|
dependabot[bot]
|
feb6e5c466
|
Bump urllib3 from 2.0.2 to 2.0.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.2...2.0.3)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 03:58:01 +00:00 |
|
dependabot[bot]
|
8b27b408c7
|
Bump ruff from 0.0.270 to 0.0.272
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.270 to 0.0.272.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.270...v0.0.272)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 03:57:45 +00:00 |
|
dependabot[bot]
|
a9515dee81
|
Bump pytest from 7.3.1 to 7.3.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.3.2.
- [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.3.1...7.3.2)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 03:57:33 +00:00 |
|
dependabot[bot]
|
71064c02e5
|
Bump sqlalchemy from 2.0.15 to 2.0.16
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
---
updated-dependencies:
- dependency-name: sqlalchemy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 03:57:05 +00:00 |
|
dependabot[bot]
|
66dc1fd339
|
Bump filelock from 3.12.0 to 3.12.1
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.12.0...3.12.1)
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 03:56:52 +00:00 |
|
dependabot[bot]
|
a39f23a5c7
|
Bump pydantic from 1.10.8 to 1.10.9
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.8 to 1.10.9.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.8...v1.10.9)
---
updated-dependencies:
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 03:56:43 +00:00 |
|
Matthias
|
5844756ba1
|
Add test and fix for stop-price == limit price
closes #8758
|
2023-06-11 17:20:35 +02:00 |
|
Matthias
|
4a800fe467
|
Add explicit test for get_stop_limit_rate
|
2023-06-11 17:17:41 +02:00 |
|
Matthias
|
fd940dbba2
|
Merge pull request #8530 from freqtrade/feat/pairlistconfig
Provide pairlists via API
|
2023-06-11 12:43:38 +02:00 |
|
Matthias
|
320b3e20a6
|
Use correct variable for candle-type when loading data
closes #8757
|
2023-06-11 11:58:18 +02:00 |
|
Matthias
|
fc11c79b77
|
Fix not working date format output
|
2023-06-11 08:51:20 +02:00 |
|
Matthias
|
87e144a95a
|
Update webserver tags
|
2023-06-11 08:24:16 +02:00 |
|
Matthias
|
9ef814689e
|
Update endpoint in rest-client
|
2023-06-11 08:18:01 +02:00 |
|
Matthias
|
e332fbfb47
|
Add explicit test for okx get_stop_params
|
2023-06-10 16:56:41 +02:00 |
|