Commit Graph

9173 Commits

Author SHA1 Message Date
c9s
6078b2e144
xgap: fix source market info loading 2024-11-16 00:47:58 +08:00
c9s
0ed1d385c1
xdepthmaker: subscribe full book 2024-11-16 00:47:45 +08:00
c9s
2dca9762e2
take off disconnectC 2024-11-16 00:37:08 +08:00
c9s
11394ae650
xdepthmaker: update metrics when maxLayer == 0 2024-11-16 00:36:24 +08:00
c9s
81a9d4c215
Merge pull request #1825 from c9s/c9s/xdepthmaker-maker-metrics
IMPROVE: [metrics] make the metrics name consistent and update best ask/bid prices
2024-11-16 00:17:41 +08:00
c9s
e8944082a7
metrics: make the metrics name consistent and update best ask/bid prices 2024-11-16 00:17:06 +08:00
c9s
b8f8e09a51
Merge pull request #1824 from c9s/c9s/xdepthmaker-maker-metrics
FEATURE: [xdepthmaker] add maker metrics
2024-11-16 00:16:50 +08:00
c9s
5c6a00cc87
metrics: add maker metrics for xdepthmaker 2024-11-16 00:05:26 +08:00
c9s
2f0932c40c
Merge pull request #1823 from c9s/c9s/fix-xgap-symbol
IMPROVE: [xgap] customize source symbol
2024-11-16 00:00:03 +08:00
c9s
60c7dfea29
add maker metrics 2024-11-15 23:55:38 +08:00
c9s
b75e4d83e9
deposit: add bsc-bep20 to the case 2024-11-15 23:49:29 +08:00
c9s
abd41c98de
xgap: call tradingutil.UniversalCancelAllOrders 2024-11-15 23:48:23 +08:00
c9s
050d1ca794
xgap: share sourceKLineHandler 2024-11-15 23:47:25 +08:00
c9s
bd76a0e254
Merge pull request #1822 from c9s/c9s/fix-universal-cancel-orders
IMPROVE: [tradingutil] improve UniversalCancelAllOrders by querying open orders
2024-11-15 23:47:12 +08:00
c9s
e67a6c56c9
xgap: check sourceSymbol 2024-11-15 23:45:03 +08:00
c9s
ab9faba1af
xgap: check sourceSymbol 2024-11-15 23:43:28 +08:00
c9s
2ea0c86c67
xgap: initialize logger 2024-11-15 23:42:26 +08:00
c9s
9d2e61dc6e
tradingutil: improve UniversalCancelAllOrders by querying open orders 2024-11-15 23:35:18 +08:00
c9s
8dcd6f2f72
style: fix margin calculation 2024-11-15 19:47:52 +08:00
kbearXD
452e761ce6
Merge pull request #1821 from c9s/kbearXD/max/depth-buffer
Some checks are pending
Go / build (1.21, 6.2) (push) Waiting to run
golang-lint / lint (push) Waiting to run
FEAUTRE: [max] update buffer second
2024-11-15 18:20:53 +08:00
c9s
8e326d9cc0
Merge pull request #1820 from c9s/c9s/record-net-profit
FEATURE: add new migration script to record the net profit values
2024-11-15 18:11:48 +08:00
kbearXD
bbfd89b939 FEAUTRE: [max] update buffer second 2024-11-15 18:09:15 +08:00
c9s
966a3b3c45
compile and update migration package 2024-11-15 18:02:50 +08:00
c9s
b574c25a56
migration: set net profit from profit 2024-11-15 18:02:32 +08:00
c9s
acf213b991
add profiling doc 2024-11-15 17:50:16 +08:00
c9s
2e39200214
add pprof http server support with a build tag switch 2024-11-15 17:25:19 +08:00
c9s
56fdf0a21f
insert net_profit into the table
i really don't know why I forgot this lol
2024-11-15 16:57:00 +08:00
c9s
f2ae512e3f
compile and update migration package 2024-11-15 16:54:33 +08:00
c9s
ee2b0842f5
migrations: add migration sql files for adding new net_profit column 2024-11-15 16:54:04 +08:00
c9s
9d0898ecc6
add net profit arg to the position insert method 2024-11-15 16:41:16 +08:00
c9s
e26156d77b
move local func 2024-11-15 16:35:38 +08:00
c9s
8922ed78bf
style: fix PnLEmojiMargin 2024-11-15 15:56:34 +08:00
kbearXD
02151afc2d
Merge pull request #1819 from c9s/kbearXD/max/depth-buffer
FIX: [max] use the same depth to QueryDepth
2024-11-15 15:07:45 +08:00
kbearXD
cb00b239f0 FIX: [max] use the same depth to QueryDepth 2024-11-15 14:46:52 +08:00
c9s
3eff1abba7
improve deposit.GetCurrentConfirmation 2024-11-15 12:15:44 +08:00
c9s
0917b13b3f
deposit2transfer: fix emojis
Some checks are pending
Go / build (1.21, 6.2) (push) Waiting to run
golang-lint / lint (push) Waiting to run
2024-11-15 11:02:04 +08:00
c9s
4dc04e9bb9
rename SlackEmoji to just Emoji 2024-11-15 10:57:31 +08:00
c9s
af3a105e70
max: improve max deposit status string 2024-11-15 10:57:06 +08:00
c9s
82948c5c7f
types: fix deposit emojis 2024-11-15 10:56:58 +08:00
c9s
f1b6ac2e10
types: handle max exchange network strings 2024-11-15 10:50:06 +08:00
c9s
70c10cf6f9
style: set emoji repeat limit 2024-11-15 10:49:56 +08:00
c9s
838efe8295
bbgo: add slack enable interaction config 2024-11-15 10:41:23 +08:00
c9s
e379e4c97d
all: handle AllAuthedC timeout from the caller
Some checks are pending
Go / build (1.21, 6.2) (push) Waiting to run
golang-lint / lint (push) Waiting to run
2024-11-15 02:03:22 +08:00
c9s
e5c57bf8ba
fix binance emitAuth event trigger 2024-11-15 01:48:32 +08:00
c9s
5781ad4207
bbgo: enable slack interaction only when slack app token is defined 2024-11-15 01:03:09 +08:00
c9s
1071c68a1a
xmaker: adjust auth timeout to 3min 2024-11-15 00:57:36 +08:00
c9s
aea21f1bdd
xmaker: add s.makerUserDataConnectivity 2024-11-15 00:18:15 +08:00
c9s
a8f1a49cab
bbgo: fetch non zero balances 2024-11-15 00:11:47 +08:00
c9s
8791da67c0
Merge pull request #1817 from c9s/c9s/fix-connectivity
FIX: refactor and redesign connectivity
2024-11-14 23:41:23 +08:00
c9s
1e5733636d
Merge pull request #1818 from c9s/c9s/fix-deposit-time-checking
FIX: fix deposit time checking
2024-11-14 23:00:30 +08:00