Commit Graph

1486 Commits

Author SHA1 Message Date
c9s
ec68e3c5f6
Merge pull request #1727 from lanphan/ioc
FIX: update timeInForce for binance margin order
2024-09-04 14:38:40 +08:00
c9s
f27afac77b
max: use error log instead of warning log for convertion 2024-09-04 11:20:30 +08:00
c9s
1b8d7bd805
max: fix v3 deposit state conversion 2024-09-04 11:17:56 +08:00
Lan Phan
ba913ce4de update timeInForce for binance margin order 2024-09-03 00:38:17 +07:00
c9s
a900c72032
types/position: drop approximateAverageCost 2024-08-22 11:19:54 +08:00
c9s
d1617b6a0b
Merge pull request #1697 from c9s/c9s/refactor-twap
FEATURE: redesign and refactor twap order executor
2024-08-20 14:24:48 +08:00
c9s
648e10fd7c
binance: fix time in force setting for limit maker 2024-08-20 14:01:04 +08:00
c9s
47c7714d33
Merge pull request #1698 from c9s/feature/max/update-get-trade-api
FEATURE: update get trades api
2024-08-20 13:49:39 +08:00
c9s
f7ad141b04
Merge pull request #1693 from anywhy/fix_binance_query_order
fix binance exchange query futures order
2024-08-19 18:01:03 +08:00
kbearXD
90712aff29 FEATURE: update get trades api 2024-08-19 17:05:02 +08:00
c9s
b88aff6d73
max: fix GetDepositHistoryRequest 2024-08-16 13:40:34 +08:00
c9s
4154cc9d53
max: fix max withdrawal api parameters 2024-08-16 13:27:14 +08:00
anywhy
714275fedb fix binance exchange query futures order 2024-08-16 13:06:43 +08:00
edwin
5596589bff pkg/exchange: delete v1 file 2024-08-13 11:14:31 +08:00
edwin
ee04e12210 pkg/exchange: upgrade market trade ws to v2 2024-08-13 11:14:29 +08:00
edwin
b02be2cf70 pkg/exchange: upgrade kline ws to v2 2024-08-13 00:24:51 +08:00
c9s
25b0b5ded5
max: fix withdraw state convert by calling convertWithdrawStatusV2
v3 api does not return status field
2024-08-07 17:12:55 +08:00
c9s
e03ba63e44
max: remove legacy emptyTime 2024-08-05 16:40:10 +08:00
c9s
5d65b817ef
max: add withdraw status convert function for v3 2024-08-05 16:39:44 +08:00
c9s
97336912e5
max: use v3/withdrawals apis 2024-08-02 15:24:00 +08:00
c9s
6bc8dffe16
maxapi: improve withdraw status conversion 2024-07-31 16:43:56 +08:00
c9s
ab20b6db89
all: improve binance withdraw status convertion 2024-07-31 15:04:08 +08:00
kbearXD
1c28fd3b44 FEATURE: [max] update max api url 2024-07-15 18:04:44 +08:00
kbearXD
e63158f5fa FEATURE: update max api to latest version 2024-06-28 16:32:41 +08:00
c9s
1dc1afc993
batch: add TradeQueryOptionsMatcher for testing trade query options 2024-06-20 16:54:05 +08:00
c9s
df125c0efb
batch: improve trade batch query 2024-06-19 17:35:38 +08:00
edwin
b562e46c55 pkg/exchange: adjust the time since of unit test 2024-06-11 17:59:45 +08:00
c9s
e081a362f7
Merge pull request #1650 from c9s/c9s/fix-okex-book-subscription
FIX: [okex] fix order book subscription channels
2024-06-03 17:55:26 +08:00
edwin
bafa5a4783 pkg/exchange: add rate limit comment 2024-06-03 17:25:07 +08:00
edwin
57618ced7c pkg/exchange: add conn count info event 2024-06-03 17:01:57 +08:00
c9s
de7bf31b24
okex: fix order book subscription channels 2024-06-03 16:07:47 +08:00
c9s
6bb910c561
retry: add initialAttempts to the order trades query backoff 2024-06-01 14:18:34 +08:00
c9s
01fac1fd01
binance: optimize pv parsing 2024-05-24 18:06:40 +08:00
c9s
acb84e098f
binance: use pre-allocated pv var 2024-05-24 18:06:33 +08:00
c9s
55c6a435e7
binance: remove orderbook convert error var 2024-05-24 18:06:21 +08:00
c9s
901272f153
binance: refactor and update QueryOrderTrades implementation 2024-05-24 17:35:27 +08:00
c9s
bc71c95608
binance: implement query trade for binance margin trading 2024-05-24 17:35:27 +08:00
kbearXD
c42c52d549
Merge pull request #1640 from c9s/kbearXD/dca2/flexible-recovery
FEATURE: [dca2] change state recovery logic
2024-05-24 15:54:23 +08:00
kbearXD
7134f51d38 FEATURE: [dca2] change state recovery logic 2024-05-24 15:12:27 +08:00
c9s
8a852afedb
Merge pull request #1642 from c9s/refactor/average-depth-price-method
Refactor: add average depth price method
2024-05-23 18:22:06 +08:00
c9s
75b86e435a
max: assign client order id only when it's not empty 2024-05-23 17:16:27 +08:00
c9s
7114b37967
Merge pull request #1625 from luchenhan/main
chore: fix function names in comment
2024-05-21 14:50:33 +08:00
edwin
ecc08fabb7 pkg/exchange: update okx symbols 2024-05-16 15:29:47 +08:00
kbearXD
38d8043e3b MINOR: add trade id and order id when fee is still processing 2024-04-30 13:38:35 +08:00
kbearXD
a7af2b7002 FEATURE: [grid2] use feeProcessing field to make sure the trading fee is ready 2024-04-30 11:03:23 +08:00
luchenhan
5791e392f5 chore: fix function names in comment
Signed-off-by: luchenhan <hanluchen@aliyun.com>
2024-04-29 16:38:55 +08:00
kbearXD
0396fc19fd FEATURE: [dca2] make QueryOrderTradesUntilsuccessful take feeProcessing into consideration 2024-04-29 15:59:52 +08:00
hidewrong
d6d428ed9f chore: fix some comments
Signed-off-by: hidewrong <hidewrong@outlook.com>
2024-04-17 11:11:53 +08:00
kbearXD
f8d7447e8e
FIX: fix issue when recovering with finalizing orders 2024-04-08 19:54:44 +08:00
c9s
0318e08e0f
max: add fee processing field 2024-04-08 17:17:46 +08:00