Commit Graph

51 Commits

Author SHA1 Message Date
c9s
bb525c72f7 xmaker: add EnableArbitrage option and makerBook 2024-09-12 23:33:35 +08:00
c9s
47480602fd xmaker: add sourceDepthLevel option 2024-09-12 23:33:35 +08:00
c9s
15f0ed83df Merge pull request #1724 from dropbigfish/main
fix: fix slice init length
2024-09-12 23:33:32 +08:00
c9s
c7ab9c832e Merge pull request #1733 from c9s/c9s/fix-initialize-defaults-steps
FIX: [bbgo] fix the defaults / initialize steps
2024-09-12 23:33:29 +08:00
c9s
6e8d2c54fc Merge pull request #1732 from lanphan/telegram_doc
fix env name
2024-09-12 23:33:24 +08:00
c9s
53f9d523b0 bbgo: fix the defaults / initialize steps 2024-09-12 23:33:23 +08:00
Lan Phan
d002e98271 fix env name 2024-09-12 23:33:23 +08:00
kbearXD
2c40932c4b Merge pull request #1728 from c9s/kbearXD/dca2/fix-memory-leak
FIX: [core] fix memory leak
2024-09-12 23:33:20 +08:00
kbearXD
a30ac3d900 FIX: fix memory leak 2024-09-12 23:33:18 +08:00
c9s
0de02b5ab4 Merge pull request #1731 from longhutianjie/main
bug: fix json tag
2024-09-12 23:33:15 +08:00
longhutianjie
d34e8a1a18 bug: fix json tag 2024-09-12 23:33:13 +08:00
c9s
cb7a65ea48 Merge pull request #1730 from c9s/c9s/xmaker/market-trade-signal
FEATURE: [xmaker] add market trade signal
2024-09-12 23:33:10 +08:00
c9s
d56155c6e1 xmaker: rename to aggTradeVolume 2024-09-12 23:33:07 +08:00
c9s
744ab2ebbe xmaker: call signalConfig.TradeVolumeWindowSignal.Bind 2024-09-12 23:33:07 +08:00
c9s
d8153361ff xmaker: add TradeVolumeWindowSignal 2024-09-12 23:33:07 +08:00
c9s
cb9f4a0186 max: convert v3 DepositStateFailed into rejected 2024-09-12 23:33:07 +08:00
c9s
4b74a699f4 max: add v3 DepositStateFailed state 2024-09-12 23:33:07 +08:00
c9s
0129b8d99a max: drop unused function 2024-09-12 23:33:07 +08:00
c9s
e4c466373f add v1.60.1 release note 2024-09-12 23:33:06 +08:00
c9s
38ad0f4c90 bump version to v1.60.1 2024-09-12 23:33:06 +08:00
c9s
bd1f834977 update command doc files 2024-09-12 23:33:06 +08:00
c9s
0c8b1ec290 Merge pull request #1727 from lanphan/ioc
FIX: update timeInForce for binance margin order
2024-09-12 23:33:03 +08:00
c9s
fcd94b5219 Merge pull request #1729 from c9s/c9s/max/fix-v3-deposit-state-conversion
FIX: [max] fix v3 deposit state conversion
2024-09-12 23:32:57 +08:00
c9s
029906bb2f max: use error log instead of warning log for convertion 2024-09-12 23:32:52 +08:00
c9s
5bd806e03e deposit2transfer: fix comments 2024-09-12 23:32:52 +08:00
c9s
38e7f4f98f max: fix v3 deposit state conversion 2024-09-12 23:32:52 +08:00
c9s
0b572aa967 bbgo: add stringer method to the quota struct 2024-09-12 23:32:52 +08:00
c9s
b99f49c8b8 xmaker: fix MaxExposurePosition check condition 2024-09-12 23:32:52 +08:00
Lan Phan
af777c335b update timeInForce for binance margin order 2024-09-12 23:32:52 +08:00
c9s
ca847047ac bbgo: add comments to the quota methods 2024-09-12 23:32:52 +08:00
c9s
cee99956ff xmaker: add more logs 2024-09-12 23:32:52 +08:00
c9s
ae6de98a8e xmaker: update position metrics when restored 2024-09-12 23:32:52 +08:00
c9s
a83f378913 add more logs 2024-09-12 23:32:51 +08:00
c9s
23b1c350d6 Merge pull request #1725 from c9s/c9s/xmaker/stb-improvements
IMPROVE: [xmaker] improve hedge margin account leverage calculation
2024-09-12 23:32:48 +08:00
dependabot[bot]
fa7bc7fb1d dep: bump morphy2k/revive-action from 2.5.9 to 2.5.10
Bumps [morphy2k/revive-action](https://github.com/morphy2k/revive-action) from 2.5.9 to 2.5.10.
- [Release notes](https://github.com/morphy2k/revive-action/releases)
- [Commits](https://github.com/morphy2k/revive-action/compare/v2.5.9...v2.5.10)

---
updated-dependencies:
- dependency-name: morphy2k/revive-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 23:32:31 +08:00
c9s
1ff783bf5a xmaker: reuse makerMarket field 2024-09-12 23:31:59 +08:00
c9s
bb33c956b0 xmaker: add more logs 2024-09-12 23:31:59 +08:00
c9s
ffc490aab5 xmaker: add MaxHedgeAccountLeverage option 2024-09-12 23:31:59 +08:00
c9s
ec6cbe0f18 xmaker: separate maximumValueInUsd in a new var 2024-09-12 23:31:59 +08:00
c9s
ace8466acb xmaker: calculate maximum leveraged account value 2024-09-12 23:31:59 +08:00
c9s
f864974efe xmaker: improve hedge account credit calculation 2024-09-12 23:31:59 +08:00
dropbigfish
5821639460 fix: fix slice init length
Signed-off-by: dropbigfish <fillfish@foxmail.com>
2024-09-12 23:31:59 +08:00
c9s
27372c496e fix math import 2024-09-12 23:31:21 +08:00
eff75239cc [add] 新增roll和bolladxema策略 2024-09-12 22:47:58 +08:00
021aa5542c [add] 新增合约止盈订单类型 2024-09-01 20:38:14 +08:00
76a133a6b4 [add] 新增NR和CCI指标 2024-08-31 16:47:20 +08:00
c9s
9f5b2c470f fix math import 2024-08-31 14:09:22 +08:00
c9s
ac75767a11 xmaker: apply math.Abs on signal for margin scale 2024-08-31 14:09:06 +08:00
ae47d3d3b7 [add] 新增币安的代理 2024-08-30 23:10:58 +08:00
8f98cf650e [add] 添加lark通知 2024-08-30 23:03:08 +08:00