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 |
|
narumi
|
a5e7091af6
|
subscribe to level 5 book
|
2024-03-13 23:22:14 +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
|
d4eef3e3f9
|
add test for types.ExchangeName
|
2024-03-12 16:09:46 +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 |
|
zenix.huang
|
ec45ad3bdc
|
feature: add ExchangePublic
|
2024-03-12 12:10:42 +09:00 |
|
kbearXD
|
17b193b003
|
dca2: remove debug log
|
2024-03-11 15:34:12 +08: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 |
|
c9s
|
c06b1613b9
|
Merge pull request #1569 from battmdpkq/main
FIX: fix some typos
|
2024-03-08 22:12:55 +08:00 |
|
narumi
|
8e6423514f
|
rebalance: fix cannot lock fund
|
2024-03-08 17:17:37 +08:00 |
|
kbearXD
|
53b72194f9
|
MINOR: add log when there is error at calculating and emit profit
|
2024-03-08 14:11:04 +08:00 |
|
battmdpkq
|
54db9e9eec
|
fix some typos
Signed-off-by: battmdpkq <cmaker@163.com>
|
2024-03-07 18:38:58 +08:00 |
|
c9s
|
b77618f9d8
|
xfunding: add PositionReady case
|
2024-03-06 22:39:44 +08:00 |
|
c9s
|
256e09a863
|
xfunding: adjust quote investment variable only when position is not opening
|
2024-03-06 22:39:44 +08:00 |
|
c9s
|
dc0f07d42f
|
xfunding: add notification for the fixed positions
|
2024-03-06 22:39:43 +08:00 |
|
c9s
|
f609b1cdc4
|
simplify profitFixer and apply it to xfunding
|
2024-03-06 22:39:43 +08:00 |
|
c9s
|
b20b306818
|
xfunding: add dustQuantity check
|
2024-03-06 22:39:43 +08:00 |
|
c9s
|
4a4f91e7f9
|
xfunding: improve transfer logics
|
2024-03-06 22:39:43 +08:00 |
|
c9s
|
4242f052d8
|
xfunding: pull out queryAvailableTransfer and improve pending transfer things
|
2024-03-06 22:39:43 +08:00 |
|
c9s
|
b2c6dce350
|
xfunding: rewrite transferIn method
|
2024-03-06 22:39:43 +08:00 |
|
c9s
|
8c517179dd
|
xfunding: fix state notification
|
2024-03-06 22:39:43 +08:00 |
|
c9s
|
f4a8dc0f8c
|
Merge pull request #1563 from c9s/edwin/bitget/test-place-order-2
TEST: [bitget] add market/limit maker tests for place order
|
2024-03-06 22:39:05 +08:00 |
|
c9s
|
d139d333a6
|
common: let FixFromTrades return error
|
2024-03-06 20:36:53 +08:00 |
|
c9s
|
83b526940a
|
common: pull out aggregateAllTrades from Fix() method
|
2024-03-06 20:36:21 +08:00 |
|
c9s
|
acb232242c
|
add FixFromTrades method
|
2024-03-06 20:34:19 +08:00 |
|
c9s
|
6a24059624
|
common: move out profit fixer to strategy/common
|
2024-03-06 20:31:53 +08:00 |
|
c9s
|
b6ddb49d0a
|
xdepthmaker: fix stats fixer
|
2024-03-06 18:12:24 +08:00 |
|
c9s
|
441ebbdbe5
|
xdepthmaker: add notification
|
2024-03-06 17:48:53 +08:00 |
|
c9s
|
188231e2fb
|
add more logs to profitFixer
|
2024-03-06 17:47:18 +08:00 |
|
c9s
|
be89292cbb
|
xdepthmaker: another fix
|
2024-03-06 17:19:50 +08:00 |
|
edwin
|
71b8665b32
|
pkg/exchange: add more tests for query open orders
|
2024-03-06 17:01:49 +08:00 |
|
edwin
|
80661043d9
|
pkg/exchange: add more tests to place order
|
2024-03-06 17:00:46 +08:00 |
|
c9s
|
f5873172de
|
xdepthmaker: fix use of uninitialized vars
|
2024-03-06 16:10:45 +08:00 |
|
bailantaotao
|
38a155d9a1
|
Merge pull request #1561 from c9s/edwin/bitget/test-place-order
FIX: [bitget] support market order on bitget unfilled order conversion
|
2024-03-06 15:05:04 +08:00 |
|
edwin
|
91445807f6
|
pkg/exchange: add more comments
|
2024-03-06 14:51:54 +08:00 |
|
c9s
|
ad9163f7da
|
xdepthmaker: adjust FullReplenishInterval to 10min
|
2024-03-06 13:13:18 +08:00 |
|
c9s
|
1fb7262aae
|
xdepthmaker: adjust default update interval
|
2024-03-06 13:12:57 +08:00 |
|
c9s
|
31676cce8e
|
xdepthmaker: run profit fixer before s.CrossExchangeMarketMakingStrategy.Initialize
|
2024-03-06 12:53:36 +08:00 |
|
c9s
|
ac43937847
|
xdepthmaker: add disable hedge option
|
2024-03-06 12:49:15 +08:00 |
|
edwin
|
51e38cf002
|
pkg/exchange: support market order on bitget unfilled order conversion
|
2024-03-06 11:36:47 +08:00 |
|