c9s
|
7195c6ed27
|
xmaker: add price quoting protection
|
2022-01-12 11:55:45 +08:00 |
|
c9s
|
940c675cae
|
xmaker: add rate limit hit alert
|
2022-01-11 22:48:28 +08:00 |
|
c9s
|
081a143ec0
|
xmaker: add DepthQuantity
|
2022-01-11 22:47:40 +08:00 |
|
c9s
|
70dec09f26
|
xmaker: fix minQuantity buffer
|
2022-01-10 23:17:19 +08:00 |
|
c9s
|
b26141ac1f
|
support: set default s.triggerEMA
|
2022-01-10 13:51:14 +08:00 |
|
c9s
|
b56e988fc9
|
support: fix triggerEMA check
|
2022-01-10 13:49:36 +08:00 |
|
c9s
|
3907f99e70
|
xmaker: keep rate reservation token
|
2022-01-10 12:25:13 +08:00 |
|
c9s
|
1b27c4e9c4
|
remove hedge error limiter
|
2022-01-09 23:45:46 +08:00 |
|
c9s
|
9ca4e23aaf
|
add strategy documentation
|
2022-01-09 22:43:49 +08:00 |
|
c9s
|
bba4e86fdf
|
bollmaker: adjust default skew parameter
|
2022-01-09 22:37:27 +08:00 |
|
c9s
|
b98777afe4
|
bollmaker: pull out skew options
|
2022-01-09 22:32:23 +08:00 |
|
c9s
|
d94cc2df31
|
bbgo: add recover callbacks to trace collector
|
2022-01-09 15:39:59 +08:00 |
|
c9s
|
6ce8edba7d
|
xmaker: add error rate limiter
|
2022-01-09 11:33:34 +08:00 |
|
c9s
|
471a1b2baa
|
xmaker: adjust minimal quantity and minimal notional threshold
|
2022-01-09 10:18:31 +08:00 |
|
c9s
|
cd340bd596
|
bollmaker: check s.MaxExposurePosition
|
2022-01-09 03:03:54 +08:00 |
|
c9s
|
0cec652f38
|
bollmaker: skip submitOrder calls if submitOrders is empty
|
2022-01-09 02:35:12 +08:00 |
|
c9s
|
656ef942e4
|
bollmaker: add disable short option
|
2022-01-09 02:24:10 +08:00 |
|
c9s
|
4df5847647
|
bollmaker: add quantity scaling for closing position
|
2022-01-09 01:57:51 +08:00 |
|
c9s
|
4cdb5b607b
|
rename bollpp to bollmaker
|
2022-01-09 01:20:47 +08:00 |
|
c9s
|
7e2acdc416
|
all: add lock protected GetBase method for Position
|
2022-01-09 00:35:45 +08:00 |
|
c9s
|
9b92c8948d
|
xmaker: fix quantity truncation and add check for min quantity n min notional
|
2022-01-09 00:30:18 +08:00 |
|
c9s
|
cb189d885c
|
fix backtest for limit maker order and bollpp strategy
|
2022-01-08 02:18:44 +08:00 |
|
c9s
|
f4ebae17bb
|
xmaker: when recover the trade, notify
|
2022-01-07 13:13:57 +08:00 |
|
c9s
|
a49d001c29
|
xmaker: add trade scanner
|
2022-01-07 01:03:12 +08:00 |
|
c9s
|
41574a2390
|
xmaker: use millisecond jitter from the util package
|
2022-01-07 00:14:24 +08:00 |
|
c9s
|
259771b0b0
|
all: pull out the graceful cancel process to the local active book
|
2022-01-07 00:10:40 +08:00 |
|
c9s
|
1d5406ef21
|
xmaker: always update maker market
|
2022-01-06 23:27:06 +08:00 |
|
c9s
|
c8bf85f4e2
|
xmaker: improve pips
|
2022-01-05 11:34:07 +08:00 |
|
c9s
|
e997220321
|
xmaker: fix ask pips
|
2022-01-05 11:32:56 +08:00 |
|
c9s
|
6ff24e713e
|
xmaker: fix notification format
|
2022-01-01 01:34:48 +08:00 |
|
c9s
|
6055f90680
|
xmaker: add cover and uncover logs
|
2021-12-31 15:26:51 +08:00 |
|
c9s
|
1116fc1de1
|
session: print klines only when debug-kline is enabled
|
2021-12-31 15:13:26 +08:00 |
|
c9s
|
899e8d2d58
|
Revert "xmaker: fix s.state.CoveredPosition.AtomicAdd add"
This reverts commit 5999dc1151 .
|
2021-12-31 14:23:02 +08:00 |
|
c9s
|
5999dc1151
|
xmaker: fix s.state.CoveredPosition.AtomicAdd add
|
2021-12-31 02:00:39 +08:00 |
|
c9s
|
aaa52ecea4
|
xmaker: remove unsued localTimeZone var
|
2021-12-31 01:53:30 +08:00 |
|
c9s
|
f78a7d37a2
|
xgap: subscribe 1m kline
|
2021-12-28 02:14:49 +08:00 |
|
c9s
|
8f4ae1e15b
|
xgap: check balance and adjust order quantity according to the available balance
|
2021-12-28 02:11:11 +08:00 |
|
c9s
|
958dd97f52
|
xgap: add SimulateVolume
|
2021-12-28 01:48:24 +08:00 |
|
c9s
|
1fa03cdfd6
|
xmaker: add back profit function
|
2021-12-27 02:59:55 +08:00 |
|
c9s
|
f7c39290a0
|
call tradeCollector process to check trades
|
2021-12-27 00:51:57 +08:00 |
|
c9s
|
dcdf33e2c9
|
xmaker: pull out notifyTrade to a single callback
|
2021-12-27 00:12:35 +08:00 |
|
c9s
|
65da02af2c
|
xmaker: call TruncateQuantity when the quantity is adjusted
|
2021-12-26 15:45:39 +08:00 |
|
c9s
|
902e27ede4
|
xmaker: truncate quantity when hedging
|
2021-12-26 15:44:41 +08:00 |
|
c9s
|
05a0745d08
|
fix InitExchange for publicOnly session
|
2021-12-26 15:29:42 +08:00 |
|
c9s
|
30a7ca1ce1
|
rename gap to xgap
|
2021-12-26 15:13:51 +08:00 |
|
c9s
|
1c54e59d55
|
xmaker: fix trade handling
|
2021-12-26 12:10:10 +08:00 |
|
なるみ
|
4a8be9cc1a
|
Fix log
|
2021-12-22 02:04:44 +08:00 |
|
なるみ
|
2999e41ef0
|
Validate config
|
2021-12-22 01:59:38 +08:00 |
|
なるみ
|
41d4001872
|
Add log
|
2021-12-22 01:59:25 +08:00 |
|
Yo-An Lin
|
1ab20e6397
|
Merge pull request #381 from narumiruna/maxamount
strategy: rebalance: adjust quantity by max amount
|
2021-12-21 20:20:44 +08:00 |
|