Commit Graph

1460 Commits

Author SHA1 Message Date
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
c9s
d55d1e9867
upgrade github.com/adshao/go-binance/v2 2024-03-31 19:39:50 +08:00
Lan Phan
37a0ae53e9 support Binance paper trading for sync sub-command 2024-03-28 13:31:10 +07:00
c9s
d399b39c44
max: simplify QueryTicker 2024-03-26 18:16:57 +08:00
edwin
98d565c46f pkg/exchange: update okx url 2024-03-18 18:56:37 +08:00
c9s
f618485536
max: remove the extra user agent from the http headers 2024-03-15 15:22:37 +08:00
c9s
f785398249
max: adjust max rate limiters 2024-03-15 15:22:37 +08:00
bailantaotao
3300b71cba
Merge pull request #1583 from c9s/edwin/okx/query-recent-trades
FEATURE: [okx] query recent trades
2024-03-15 09:43:29 +08:00
edwin
2ae1933d7b pkg/exchange: use 3 days trade api if start time - now < 3 days 2024-03-14 17:21:17 +08:00
edwin
38bd5479f2 pkg/exchange: gen 3 day and regen history transaction api 2024-03-14 17:20:58 +08:00
kbearXD
2b52211c1c new function IsFilledOrderState for maxapi 2024-03-14 16:18:12 +08:00
edwin
d75e7eb63f pkg/exchange: rm redundant code 2024-03-14 12:15:40 +08:00
edwin
b1414b583e pkg/exchange: remove the query after place order 2024-03-14 12:15:37 +08:00
c9s
51a340e922
binance: fix notional filter 2024-03-13 18:14:24 +08:00
Zenix
2a7ca4233d
Merge pull request #1575 from zenixls2/feature/loose_interface_public_data
feature: add ExchangePublic
2024-03-13 17:42:28 +09:00
edwin
2904759113 pkg/exchange: remove the query after place order 2024-03-13 14:54:29 +08:00
bailantaotao
8197dbd63a
Merge pull request #1577 from c9s/edwin/bitget/fallback-post-only-order
FIX: [bitget] fix post only order
2024-03-13 09:23:12 +08:00
edwin
7ed095ede3 pkg/exchange: fix post only order 2024-03-12 18:22:33 +08:00
zenix.huang
8268ac1d32 fix: skip test when run in github action 2024-03-12 17:48:55 +09:00
zenix.huang
465e7d8983 add test for binance new function 2024-03-12 15:57:22 +09:00
kbearXD
661b7be12e dca2: add more log and retry 2024-03-12 14:53:45 +08:00
zenix.huang
f1a4879253 upgrade golang mockgen to uber mockgen. generate exchange public 2024-03-12 14:18:14 +09:00
bailantaotao
0bc409e021
Merge pull request #1572 from c9s/edwin/bitget/add-order-test
TEST: [bitget] add test to query trades, cancel orders, closed orders
2024-03-10 16:11:28 +08:00
edwin
e8108800fe pkg/exchange: add test to query trades, cancel orders, closed orders 2024-03-10 16:00:48 +08:00
c9s
cf4fb0eaf1
adjust max order limiter 2024-03-09 23:48:05 +08:00
battmdpkq
54db9e9eec fix some typos
Signed-off-by: battmdpkq <cmaker@163.com>
2024-03-07 18:38:58 +08:00
edwin
71b8665b32 pkg/exchange: add more tests for query open orders 2024-03-06 17:01:49 +08:00