Meng Xiangzhuo
|
41b725714f
|
chore: bump ruff target-version to 3.10
|
2024-11-08 04:37:33 +08:00 |
|
Matthias
|
7e010c88b9
|
chore: Improve type safety
|
2024-11-04 19:32:46 +01:00 |
|
Matthias
|
dad921bf5b
|
chore: use CcxtOrder in more places
|
2024-11-04 19:30:51 +01:00 |
|
Matthias
|
ecf5e1ce6b
|
chore: first step to improved ccxtOrder Typing
|
2024-11-04 18:16:00 +01:00 |
|
Matthias
|
f369151e8e
|
chore: update exchange config to modern typing syntax
|
2024-10-04 06:46:45 +02:00 |
|
Matthias
|
28eabfe477
|
tests: update test for retryable okx behavior
Build Documentation / Deploy Docs through mike (push) Waiting to run
|
2024-09-25 06:20:49 +02:00 |
|
Matthias
|
0a68b0515c
|
chore: reduce retry count for stop orders
|
2024-09-24 20:20:33 +02:00 |
|
Matthias
|
566c0c8f72
|
refactor: split okx fetch stop fallback
|
2024-09-24 20:20:33 +02:00 |
|
Matthias
|
333f2cb472
|
fix: Improve error handling for OKX stop orders
closes #10704
|
2024-09-24 19:38:36 +02:00 |
|
Matthias
|
964d437c7a
|
chore: type _ft_has
|
2024-09-04 07:15:17 +02:00 |
|
Matthias
|
d49c556291
|
chore: rename ft_has setting from ws.enabled to ws_enabled
|
2024-09-04 06:57:13 +02:00 |
|
Matthias
|
f341edb975
|
feat: Enable websocket support for okx
|
2024-08-15 19:54:08 +02:00 |
|
Matthias
|
776a8e43cd
|
Add trades_has_history attribute
|
2024-06-20 18:24:43 +02:00 |
|
Matthias
|
53eefb9442
|
ruff format: exchange classes
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
a8eabd0b2e
|
Update remaining files with new import sorting
|
2024-05-13 07:10:24 +02:00 |
|
Matthias
|
0c99ff7f66
|
Fix more default arg usages
|
2024-04-20 09:26:50 +02:00 |
|
Matthias
|
a078088ea3
|
Fix some more default argument usage in exchange classes
|
2024-04-20 09:24:51 +02:00 |
|
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
|
Matthias
|
65654a4a44
|
Update ccxt exception handlers
OperationFailed is the new NetworkError
closes #10071
|
2024-04-13 11:12:10 +02:00 |
|
Matthias
|
2c3cef5dee
|
don't assume 'type' to be present at all times
closes #9629
|
2024-01-02 09:24:00 +01:00 |
|
Matthias
|
d52d30cfbe
|
invert setting-location for stopLossPrice
Slowly migrating to stopLossPrice in favor of stopPrice.
|
2023-09-28 19:33:59 +02:00 |
|
Matthias
|
927d1d2686
|
Split stop_price parameter from property
|
2023-09-26 06:34:10 +02:00 |
|
Matthias
|
14c5f435aa
|
okx: Use proper history endpoint for fetch_orders
|
2023-09-16 20:01:19 +02:00 |
|
Matthias
|
afb1b787c8
|
add okx to fully tested exchanges
|
2023-09-16 19:43:39 +02:00 |
|
Matthias
|
421a6c02a0
|
Improve enum imports
|
2023-09-10 18:10:38 +02:00 |
|
Matthias
|
e734ab52de
|
okx fees are not in contracts.
|
2023-07-20 19:51:45 +02:00 |
|
Matthias
|
1a4d94a6f3
|
OKX stop should convert contracts to amount
|
2023-06-12 20:01:26 +02:00 |
|
Matthias
|
cfe88f06d2
|
Improve behavior of okx rebuys when using stop on exchange
closes #8755
|
2023-06-10 16:56:41 +02:00 |
|
Matthias
|
b5ed693bee
|
Extrac OKX convert stop order, call for regular orders, too
|
2023-05-24 20:15:36 +02:00 |
|
Matthias
|
92a060c5b4
|
Make stop_price_parameter configurable by exchange
|
2023-04-03 20:18:57 +02:00 |
|
Matthias
|
8cf3e9f91b
|
Accept "insufficient funds" error on set_leverage from stop calls
closes #8341
|
2023-03-21 19:29:27 +01:00 |
|
Matthias
|
97c420b2df
|
Add explicit test for okx lev_prep
|
2023-03-20 19:27:48 +01:00 |
|
Matthias
|
639987cbab
|
Prevent parameter reuse
|
2023-03-20 18:19:17 +01:00 |
|
Matthias
|
4f4bfdac4d
|
Adjustments to okx stoploss
|
2023-03-20 09:00:00 +01:00 |
|
Matthias
|
a7c7f720c0
|
Add test for okx fetch_stop
|
2023-03-19 20:03:34 +01:00 |
|
Matthias
|
224f289ec8
|
OKX Stop: Add some more okx specific logic
|
2023-03-19 19:45:30 +01:00 |
|
Matthias
|
d84ece7258
|
Use conditional orders for stop orders
|
2023-03-19 19:44:35 +01:00 |
|
Matthias
|
6c5dc7e0a9
|
OKX: improve stop order handling
|
2023-03-19 19:44:35 +01:00 |
|
Matthias
|
df20757d21
|
OKX stop: implement proper stoploss fetching
|
2023-03-19 19:44:35 +01:00 |
|
Matthias
|
a2ce288241
|
Add okx stoploss on exchange (non-working for futures).
|
2023-03-19 19:44:35 +01:00 |
|
Matthias
|
eab724fe54
|
Merge branch 'develop' into fut/stop_price_type
|
2023-02-09 20:02:59 +01:00 |
|
Matthias
|
997df2032e
|
Add response_log for set_leverage
|
2023-02-08 07:08:42 +01:00 |
|
Matthias
|
c4fc811619
|
Add stop_price_type support (futures only!).
|
2023-02-05 10:38:58 +01:00 |
|
Matthias
|
201bbbcee6
|
Okx formatting
|
2022-10-01 09:32:16 +02:00 |
|
Matthias
|
545d652352
|
Update okx exception wording
|
2022-10-01 09:02:05 +02:00 |
|
Matthias
|
08e183fb55
|
Add note about okx trading mode
|
2022-09-21 20:59:12 +02:00 |
|
Matthias
|
939fb7acb3
|
Fix enum imports
|
2022-09-09 20:31:30 +02:00 |
|
Matthias
|
104a73025d
|
Uppercase TimeInForce (align with ccxt)
|
2022-08-27 10:30:06 +02:00 |
|
Matthias
|
753d1b2aad
|
Update leverage tier terminology to be clear and aligned with ccxt
|
2022-08-26 19:34:51 +02:00 |
|
Matthias
|
5f38a574ce
|
Add okx broker id
|
2022-08-23 06:37:38 +02:00 |
|