c9s
|
108bb5deeb
|
xfunding: add guard condition for starting and stopping
|
2023-03-23 22:58:42 +08:00 |
|
c9s
|
e016892a70
|
xfunding: pull out startClosingPosition, startOpeningPosition method
|
2023-03-23 22:57:13 +08:00 |
|
c9s
|
3624dd0338
|
xfunding: implement close position transfer
|
2023-03-23 22:54:42 +08:00 |
|
c9s
|
aba80398d9
|
xfunding: add MinHoldingPeriod support
|
2023-03-23 22:36:35 +08:00 |
|
c9s
|
a933f90cc8
|
xfunding: log low funding fee
|
2023-03-23 18:19:30 +08:00 |
|
c9s
|
b5f69e7f45
|
xfunding: reset stats when direction changed
|
2023-03-23 18:18:30 +08:00 |
|
c9s
|
7ba7eb8be7
|
xfunding: implement reduceFuturesPosition
|
2023-03-23 18:09:16 +08:00 |
|
c9s
|
1b5126c9a1
|
xfunding: add mutex
|
2023-03-23 17:36:30 +08:00 |
|
c9s
|
44850e48e8
|
xfunding: add mutex protection
|
2023-03-23 14:48:24 +08:00 |
|
c9s
|
8b87a8706b
|
xfunding: add state for recording TotalBaseTransfer
|
2023-03-23 14:46:02 +08:00 |
|
c9s
|
b7edc38dc7
|
xfunding: record pending transfer
|
2023-03-23 13:14:59 +08:00 |
|
c9s
|
16608619ca
|
xfunding: fix sync guard
|
2023-03-23 13:07:59 +08:00 |
|
c9s
|
80c30d15a0
|
xfunding: correct method names
|
2023-03-23 13:02:22 +08:00 |
|
c9s
|
20cd73e6ad
|
xfunding: fix transfer and refactoring more methods
|
2023-03-23 12:58:10 +08:00 |
|
c9s
|
6ca85b175a
|
xfunding: adjust quote investment according to the fee rate
|
2023-03-23 00:56:28 +08:00 |
|
c9s
|
6668d683e1
|
xfunding: adjust quoteInvestment according to the quote balance
|
2023-03-23 00:40:20 +08:00 |
|
c9s
|
684f6c6e1d
|
xfunding: document spot trade handler
|
2023-03-23 00:23:51 +08:00 |
|
c9s
|
928f668fec
|
xfunding: pull out premium check to detectPremiumIndex
|
2023-03-22 22:17:37 +08:00 |
|
c9s
|
dc5e0cbcc2
|
xfunding: solve lint error
|
2023-03-22 22:15:24 +08:00 |
|
c9s
|
6265ad248e
|
xfunding: add premium checker
|
2023-03-22 22:15:01 +08:00 |
|
c9s
|
98b0ffa510
|
all: add more futures channel types
|
2023-03-22 22:01:59 +08:00 |
|
c9s
|
e607fc19ac
|
xfunding: check spotSession, futuresSession names
|
2023-03-22 21:42:44 +08:00 |
|
c9s
|
d6c430a4b4
|
xfunding: implement CrossSubscribe
|
2023-03-22 21:42:06 +08:00 |
|
c9s
|
b881aea228
|
add position action
|
2023-03-22 21:38:56 +08:00 |
|
c9s
|
e93d13e425
|
xfunding: implement CrossRun
|
2023-03-22 21:36:42 +08:00 |
|
c9s
|
12b9775eb3
|
rename funding to xfunding
|
2023-03-22 21:17:33 +08:00 |
|
c9s
|
ab52dd6349
|
funding: filter kline event with types.KLineWith
|
2023-03-22 21:11:58 +08:00 |
|
chiahung
|
bc23055536
|
FEATURE: emit grid error when failed to recover or open grid
|
2023-03-20 16:27:08 +08:00 |
|
narumi
|
7114016bc9
|
clamp skew
|
2023-03-18 23:31:03 +08:00 |
|
kbearXD
|
294c09b9e8
|
Merge pull request #1119 from c9s/feature/grids/recover-from-trades
FEATURE: make PinOrderMap's key from string to Pin
|
2023-03-17 10:45:09 +08:00 |
|
chiahung
|
8182840685
|
use fixedpoint.Value as key
|
2023-03-16 21:58:41 +08:00 |
|
c9s
|
0b922a929e
|
grid2: pull out backoff cancel all to cancelAllOrdersUntilSuccessful
|
2023-03-16 18:01:56 +08:00 |
|
chiahung
|
feabadeb59
|
FEATURE: make PinOrderMap's key from string to Pin
|
2023-03-16 17:34:02 +08:00 |
|
なるみ
|
57e3f46c5c
|
Merge pull request #1117 from c9s/narumi/fixedmaker/atr
strategy: fixedmaker: add option to use ATR to adjust spread ratio
|
2023-03-16 17:11:13 +08:00 |
|
narumi
|
939427c81f
|
use ATR to adjust spread ratio
|
2023-03-16 17:03:45 +08:00 |
|
chiahung
|
a5675f72ad
|
MINOR: use Debug config for debug log
|
2023-03-16 16:44:16 +08:00 |
|
なるみ
|
52b2ffebd1
|
Merge pull request #1113 from c9s/narumi/fixedmaker/skew
strategy: fixedmaker: add skew to adjust bid/ask price
|
2023-03-16 02:39:02 +08:00 |
|
narumi
|
cf9a2e55bf
|
add skew to adjust bid/ask price
|
2023-03-16 02:04:26 +08:00 |
|
Yo-An Lin
|
4ac5a2a9e9
|
Merge pull request #1115 from c9s/bhwu/fix-correct-price-metrics
FIX: [grid2] fix correct price metrics
|
2023-03-15 22:10:17 +08:00 |
|
gx578007
|
74c465d943
|
FIX: [grid2] fix correct price metrics
|
2023-03-15 21:40:44 +08:00 |
|
chiahung
|
ffdc242f66
|
use debugOrders
|
2023-03-15 21:34:04 +08:00 |
|
chiahung
|
f987c85f17
|
move info log to debug log
|
2023-03-15 21:12:59 +08:00 |
|
chiahung
|
e686a26dda
|
FEATURE: verify the grids before emit filled orders
|
2023-03-15 20:15:53 +08:00 |
|
narumi
|
0f9319a2f5
|
make CreatePositions and CreateProfitStats public
|
2023-03-15 16:01:13 +08:00 |
|
c9s
|
0882bc4960
|
bollmaker: log submit order error
|
2023-03-15 13:26:27 +08:00 |
|
なるみ
|
7d91fd01d8
|
Merge pull request #1109 from c9s/narumi/rebalance/fix-order-executor-not-found
fix: rebalance: fix positions and profit stats map
|
2023-03-15 12:25:19 +08:00 |
|
Andy Cheng
|
0a6c41cfe7
|
fix/bollmaker: fix s.MinProfitActivationRate condition
|
2023-03-15 11:06:26 +08:00 |
|
Andy Cheng
|
ca4890425c
|
fix/bollmaker: MinProfitActivationRate is disabled if it's not set
|
2023-03-15 10:57:18 +08:00 |
|
narumi
|
0458858de0
|
fix position and profitstats
|
2023-03-14 19:27:41 +08:00 |
|
kbearXD
|
ee4388406e
|
Merge pull request #1097 from c9s/feature/grids/recover-from-trades
FEATURE: get filled orders when bbgo down
|
2023-03-14 15:15:32 +08:00 |
|