Commit Graph

7114 Commits

Author SHA1 Message Date
c9s
b29c1aa972
bbgo: add warning 2023-06-30 10:35:34 +08:00
c9s
f91a4c2979
indicator: simplify add klines 2023-06-29 17:55:55 +08:00
c9s
eafd777046
add indicators v2 api to session 2023-06-29 17:49:04 +08:00
c9s
dddf7c57ba
bbgo: add v2 indicator set 2023-06-29 17:44:36 +08:00
c9s
ead9b9737b
add v1.49.0 release note 2023-06-29 17:19:22 +08:00
c9s
2d9890a18f
bump version to v1.49.0 2023-06-29 17:19:22 +08:00
c9s
7e894ef0cd
update command doc files 2023-06-29 17:19:22 +08:00
c9s
8a89408f0f
Merge pull request #1212 from randych521/randy/feat/riskcontrol-for-mm
FEATURE: add risk controls for strategies
2023-06-29 17:18:03 +08:00
c9s
ce40549e88
all: rename QueryOrderUntilSuccessful to QueryOrderUntilFilled 2023-06-29 17:17:32 +08:00
randy
9a98c4995e Add two risk controls for strategies: postion and circuit break. 2023-06-29 16:52:35 +08:00
c9s
9254fb3b18
Merge pull request #1211 from c9s/improve/concurrent-stop-loss
CHORE: bbgo: rename env ENABLE_MARKET_TRADE_STOP to DISABLE_MARKET_TRADE_STOP
2023-06-29 14:38:25 +08:00
c9s
c6f7723620
bbgo: rename env ENABLE_MARKET_TRADE_STOP to DISABLE_MARKET_TRADE_STOP
since we've set it default to true
2023-06-29 14:26:12 +08:00
c9s
3da145877f
Merge pull request #1206 from c9s/improve/concurrent-stop-loss
IMPROVE: improve stop loss methods
2023-06-29 14:25:02 +08:00
c9s
c4bd5a8a13
Merge pull request #1210 from c9s/refactor/move-retry-funcs
REFACTOR: move retry functions
2023-06-29 14:16:51 +08:00
c9s
bde5147c6d
add CODEOWNERS file 2023-06-29 14:12:35 +08:00
c9s
2b65012b37
bbgo: openPosition should check if it's still closing 2023-06-29 13:29:31 +08:00
c9s
b6dba18f77
all: move retry functions to the retry package 2023-06-29 10:59:01 +08:00
c9s
131345a762
types: add TestPosition_SetClosing test 2023-06-28 18:13:11 +08:00
c9s
195ace63b0
check if it's in back testing mode 2023-06-28 18:11:00 +08:00
c9s
0360d9fa8b
block and query order until the market order for closing position is filled 2023-06-28 18:09:10 +08:00
Che-Chia (David) Chang
b17e1bf245
Merge pull request #1209 from chechiachang/feature/helm-add-deployment-annotation
FEATURE: helm add deployment annotation
2023-06-27 02:35:08 -07:00
chechia
680f6a65a4
FEATURE: helm add deployment annotation 2023-06-27 17:24:33 +08:00
c9s
f2427ef803
Merge pull request #1208 from c9s/fix/log-formatter 2023-06-27 17:12:25 +08:00
c9s
b5f2f57678
bbgo: introduce ENABLE_MARKET_TRADE_STOP env var 2023-06-27 16:39:10 +08:00
c9s
5afd23b5c7
bbgo: trigger trailingStop when kline is updated 2023-06-27 16:39:10 +08:00
c9s
ac1b5aa0e2
bbgo: trigger price check when kline is updated (not just closed) 2023-06-27 16:39:09 +08:00
c9s
fdf2a91604
bbgo: enable enableMarketTradeStop 2023-06-27 16:39:09 +08:00
c9s
4bc41bad9d
bbgo: improve ProtectiveStopLoss notification message 2023-06-27 16:39:09 +08:00
c9s
02fa4d822a
cmd: fix persistent flags method call 2023-06-27 16:32:46 +08:00
c9s
37da9dee0e
cmd: add log formatter option and refactor the logrus setup code 2023-06-27 16:30:46 +08:00
c9s
e8fe8082cc
cmd: remove ftx options 2023-06-27 16:17:00 +08:00
c9s
6741f8b22c
Merge pull request #1207 from c9s/bhwu/grid2/delete-order-price-metrics 2023-06-23 21:47:59 +08:00
gx578007
8e64b5293e MINOR: [grid2] delete order prices metric 2023-06-23 21:30:32 +08:00
c9s
c802fae211
xalign: add logger 2023-06-21 17:36:09 +08:00
c9s
bc8adb6d33
Merge pull request #1205 from c9s/fix/xalign-duration
FIX: [xalign] add balance fault tolerance range
2023-06-21 16:08:33 +08:00
c9s
f6128b9bdc
xalign: support percentage string 2023-06-21 15:59:15 +08:00
c9s
76884a4ddf
xalign: add balance fault tolerance 2023-06-21 15:56:59 +08:00
c9s
5eec2ec127
Merge pull request #1204 from c9s/narumi/xalign/typo
FIX: typo in xalign config
2023-06-21 15:20:10 +08:00
なるみ
508f2fbe1e
fix typo in xalign config 2023-06-21 14:01:27 +08:00
c9s
dbd1cb0aa7
Merge pull request #1203 from chechiachang/feature/pass-deployment-labels-to-pod
FEATURE: pass deployment labels to pod
2023-06-21 13:18:08 +08:00
chechia
e65f9d00cc
FEATURE: pass deployment labels to pod 2023-06-21 10:20:53 +08:00
c9s
000d0a3330
Merge pull request #1202 from c9s/fix/xgap-group-id
FIX: [xgap] fix group id range
2023-06-20 17:31:15 +08:00
c9s
d4cf39430e
xgap: fix group id range 2023-06-20 17:18:15 +08:00
Che-Chia (David) Chang
3a19104c4d
Merge pull request #1201 from chechiachang/fix/typo-in-helm-chart-additionalLabels
FIX: typo in helm chart additionalLabels
2023-06-20 01:47:26 -07:00
chechia
f139da771d
FIX: typo in helm chart additionalLabels 2023-06-20 15:54:25 +08:00
c9s
e7b54d9bde
Merge pull request #1200 from chechiachang/chore/release-chart
CHORE: release helm chart
2023-06-20 09:45:04 +08:00
chechia
b83968b7d8
CHORE: release helm chart 2023-06-20 09:36:32 +08:00
Che-Chia (David) Chang
4c088d5eb1
Merge pull request #1199 from chechiachang/feature/allow-additional-labels
FEATURE: allow additional labels
2023-06-19 05:45:05 -07:00
chechia
935eaf9479
FEATURE: allow additional labels 2023-06-19 20:34:56 +08:00
c9s
0d2afef276
add v1.48.4 release note 2023-06-19 17:06:09 +08:00