Commit Graph

7347 Commits

Author SHA1 Message Date
Edwin
4363f0ae7b pkg/exchange: add query trade api 2023-08-01 16:31:49 +08:00
bailantaotao
7eb6e402ca
Merge pull request #1252 from bailantaotao/edwin/query-closed-order
FEATURE: [bybit] query closed order
2023-07-28 14:40:38 +08:00
c9s
e31f35f924
Merge pull request #1253 from bailantaotao/edwin/return-err-on-max-query-closed-order
FIX: [max] return err on max queryClosedOrdersByLastOrderID
2023-07-28 12:46:13 +08:00
Edwin
d2ad504579 pkg/exchange: add QueryClosedOrders 2023-07-28 10:15:08 +08:00
c9s
23dddab8fb
update readme 2023-07-28 09:45:01 +08:00
Edwin
f25ab567eb pkg/exhcange: return err on max queryClosedOrdersByLastOrderID 2023-07-27 18:35:58 +08:00
Edwin
1760a5b8d6 pkg/exchange: try to parse order id to integer 2023-07-27 18:09:43 +08:00
Edwin
d8b8e7f2ac pkg/exchange: rename OpenOrders to Orders 2023-07-27 17:35:33 +08:00
bailantaotao
270283d027
Merge pull request #1250 from bailantaotao/edwin/cancel-order
FEATURE: [bybit] support cancel order
2023-07-27 11:19:09 +08:00
Edwin
574d7c0c74 pkg/exchange: rm redundant prefix 2023-07-27 10:31:24 +08:00
Edwin
5105046053 pkg/exchange: support cancel order 2023-07-26 22:24:20 +08:00
bailantaotao
fab1107515
Merge pull request #1249 from bailantaotao/edwin/place-order
FEATURE: [bybit] support place order
2023-07-26 21:59:44 +08:00
Edwin
151e8d2acf pkg/exchange: support place order for bybit 2023-07-26 21:44:49 +08:00
bailantaotao
3fd66199d7
Merge pull request #1248 from bailantaotao/edwin/add-query-open-orders
pkg/exchange: add QueryOpenOrders API for bybit
2023-07-26 15:12:37 +08:00
c9s
cddb7874ce
maxapi: set user agent 2023-07-26 14:35:33 +08:00
Edwin
6d4deb54cc pkg/exchange: add QueryOpenOrders API for bybit 2023-07-26 14:18:02 +08:00
bailantaotao
ff78637c8f
Merge pull request #1244 from bailantaotao/edwin/add-ticker
FEATURE: support QueryTickers API on bybit
2023-07-25 20:35:56 +08:00
c9s
1d24af13a8
core: document order store options 2023-07-25 17:50:48 +08:00
Edwin
b71030c5db pkg: return err if rate limit err 2023-07-25 15:09:57 +08:00
Edwin
ef8d1c7046 pkg/exchange: support QueryTickers API on bybit 2023-07-25 15:02:38 +08:00
c9s
6591ffad60
Merge pull request #1246 from c9s/c9s/add-httptesting
TEST: add httptesting pkg
2023-07-25 11:45:56 +08:00
c9s
e41ad75776
add httptesting pkg 2023-07-25 11:32:53 +08:00
c9s
8a3c89ba91
autoborrow: fix marginAsset.Low calculation 2023-07-25 00:27:43 +08:00
c9s
6691229809
fixedpoint: fix default fixedpoint conversion 2023-07-25 00:18:36 +08:00
c9s
4cb9ff569a
autoborrow: improve available balance checking 2023-07-25 00:16:05 +08:00
c9s
b7c9ef7983
types: add NotZero() method to filter non-zero balances 2023-07-25 00:11:08 +08:00
c9s
bfb1165304
autoborrow: fix debt checking condition 2023-07-24 23:01:22 +08:00
c9s
a2a062e95b
autoborrow: use debt instead of using b.Borrowed 2023-07-24 22:57:02 +08:00
bailantaotao
157de4b2ee
Merge pull request #1243 from bailantaotao/edwin/add-query-markets
FEATURE: pkg/exchange: add query market to bybit exchange
2023-07-24 21:52:31 +08:00
Edwin
3c32acc3ed pkg/exchange: add query market to bybit 2023-07-24 20:18:44 +08:00
c9s
a5a9512ef1
autoborrow: check available 2023-07-24 18:23:09 +08:00
c9s
f014213c85
autoborrow: log balances 2023-07-24 18:13:53 +08:00
c9s
106e98afaa
autoborrow: add more logs 2023-07-24 18:05:32 +08:00
c9s
bc0fd7a312
add v1.51.0 release note 2023-07-24 17:03:53 +08:00
c9s
8d8852ec00
bump version to v1.51.0 2023-07-24 17:03:52 +08:00
c9s
454388488f
update command doc files 2023-07-24 17:03:52 +08:00
c9s
afc5dbb951
Merge remote-tracking branch 'origin/v1.50' 2023-07-24 17:02:08 +08:00
c9s
c42ad19955
Merge pull request #1241 from c9s/c9s/max-add-fee-discounted-field
FEATURE: [max] add fee discounted field support
2023-07-24 16:58:40 +08:00
c9s
c114477340
Merge pull request #1242 from c9s/c9s/fix-max-withdrawal-api
FIX: [max] fix MAX withdrawal address parameter name
2023-07-24 16:58:21 +08:00
bailantaotao
06a741e615
Merge pull request #1237 from bailantaotao/edwin/add-new-exchange-account-api
FEATURE: add new exchange Bybit GetAccountInfo/GetInstrumentsInfo api
2023-07-24 16:58:12 +08:00
Edwin
ac5e2cf712 pkg, types: add bybit to factor and update readme 2023-07-24 15:51:44 +08:00
Edwin
b45fdea99a pkg/exchange: add get account info and instruments info api for bybit 2023-07-24 15:51:41 +08:00
c9s
16c62bbcba
maxapi: fix max withdrawal api 2023-07-24 15:28:11 +08:00
c9s
fdc312d611
Merge branch 'v1.50' 2023-07-24 15:19:41 +08:00
c9s
f3c19f59ab
Merge pull request #1240 from c9s/c9s/fix-xmaker-trade-recover
FIX: [xmaker] refactor and fix xmaker's trade recover
2023-07-24 15:05:26 +08:00
c9s
9c20215f41
max: use fixedpoint.Value for field parsing 2023-07-24 15:00:03 +08:00
c9s
5f2ead4ffd
maxapi: parse fd field and optimize trade snapshot parsing 2023-07-24 14:57:50 +08:00
c9s
3da7eb0b42
Merge pull request #1239 from c9s/c0s/grid2-remove-duplicated-pins 2023-07-23 15:28:21 +08:00
c9s
3bd821261f
tri: fix lint issue 2023-07-22 18:06:53 +08:00
c9s
2abd84aec9
core: pull out RecoverTrade method 2023-07-22 17:57:02 +08:00