Commit Graph

5083 Commits

Author SHA1 Message Date
c9s
1855e52838
xalign: graceful cancel orders when shutting down 2023-06-13 17:29:19 +08:00
c9s
a126bc3bb6
binance: add market info warning 2023-06-13 17:09:37 +08:00
c9s
0a7c0632c4
xalign: use %+v format for submit order 2023-06-13 17:08:37 +08:00
c9s
36fa565460
types: add one more market tests 2023-06-13 17:08:28 +08:00
c9s
6308ef5107
autoborrow: repay debt first 2023-06-13 14:21:16 +08:00
c9s
476378e742
xalign:add one more dust check 2023-06-13 13:53:51 +08:00
c9s
599b18fc3c
xalign: skip dust quantity 2023-06-13 13:49:22 +08:00
c9s
358e873582
xalign: add notification 2023-06-13 13:47:01 +08:00
c9s
64dcef3429
xalign: fix tick size calculation 2023-06-13 13:44:31 +08:00
c9s
dadf22e48f
xalign: add more log 2023-06-13 13:40:39 +08:00
c9s
5a30bedc77
autoborrow: always repay first when it deposits 2023-06-13 13:23:10 +08:00
c9s
fe5a6f4c36
xalign: fix quote amount check 2023-06-13 12:42:07 +08:00
c9s
740cfe6d5c
xalign: fix session refs 2023-06-13 12:27:38 +08:00
c9s
909c8f5cc7
xalign: add more checks 2023-06-13 12:25:10 +08:00
c9s
518c6938be
xalign: add more checks 2023-06-13 12:25:04 +08:00
c9s
5996b32ee1
Merge pull request #1194 from c9s/improve/hhllstop
IMPROVE: improve hhllstop message
2023-06-09 19:11:57 +08:00
c9s
f6f3293191
xalign: round up requiredQuoteAmount 2023-06-09 11:04:31 +08:00
c9s
8baafdf329
xalign: add DryRun and fix quote amount calculation 2023-06-08 23:15:26 +08:00
c9s
7a6000a316
xalign: fix instanceID 2023-06-08 18:05:58 +08:00
c9s
db43c87227
xalign: load interval from config 2023-06-08 17:02:06 +08:00
c9s
c9ee4e52cc
xalign: add xalign strategy 2023-06-08 17:02:05 +08:00
c9s
5dde93c487
Merge pull request #1192 from c9s/feature/indicator-improvements
IMPROVE: improve order executor error checking, trailing stop and indicators
2023-06-07 17:34:38 +08:00
c9s
c25ac65eb0
bbgo: improve hhllstop message 2023-06-07 16:45:46 +08:00
c9s
bd335a0335
bbgo: fix trailing stop order tag 2023-06-07 16:39:37 +08:00
c9s
0f141c7f79
schedule: add MinBaseBalance config 2023-06-07 16:36:38 +08:00
c9s
e0e27e75bb
schedule: graceful cancel orders before the next submission 2023-06-07 16:30:54 +08:00
c9s
f6a300a7c4
schedule: add useLimitOrder option 2023-06-07 16:27:36 +08:00
c9s
aa281b164e
bbgo: improve tradingStop message 2023-06-07 16:14:46 +08:00
c9s
9f5ef21dda
types: Add TradeWith helper 2023-06-07 16:14:46 +08:00
c9s
b90564be90
bbgo: fix order executor error message and add price check 2023-06-07 16:14:46 +08:00
c9s
ca78a3379a
indicator: add cross stream 2023-06-07 16:14:46 +08:00
c9s
7f3f2c1217
types: move cross result to a single file 2023-06-07 16:14:46 +08:00
c9s
24003139f4
types: fix return value var 2023-06-07 16:14:46 +08:00
c9s
97e7b93997
indicator: rewrite Multiply to make it consistent with Subtract 2023-06-07 16:14:46 +08:00
c9s
aae7fd310e
indicator: add ATRP indicator 2023-06-07 16:14:46 +08:00
Yo-An Lin
8a8111140e
Merge pull request #1188 from c9s/feature/v2-indicator-multiply
FEATURE: [indicator] add multiply operator
2023-06-01 21:28:29 +08:00
Yo-An Lin
c0bb953019
Merge pull request #1185 from c9s/c9s/fix-autoborrow
FIX: [autoborrow] add max borrowable check and add more notifications
2023-06-01 21:24:34 +08:00
Yo-An Lin
8792000be0
Merge pull request #1190 from c9s/feature/v2indicator-pivotlow 2023-06-01 21:20:22 +08:00
Yo-An Lin
e8b27c5044
Merge pull request #1186 from c9s/feature/v2-indicator-cma
FEATURE: [indicator] add v2 CMA indicator
2023-06-01 18:04:47 +08:00
c9s
15d1caef31
indicator: add pivothigh v2 indicator 2023-06-01 17:31:12 +08:00
c9s
9a486388fa
indicator: add v2 pivot low indicator 2023-06-01 17:17:14 +08:00
c9s
8a8edc7bb6
indicator: rename price.go to v2_price.go 2023-06-01 16:52:02 +08:00
c9s
0b01750528
indicator: drop unused code 2023-06-01 15:56:47 +08:00
c9s
b141ae3ece
indicator: add stddev v2 2023-06-01 15:19:12 +08:00
c9s
3d4b88fa7d
indicator: drop unused stddev code 2023-06-01 14:59:02 +08:00
c9s
b0abc1bf55
indicator: drop ssf unused func 2023-06-01 14:54:25 +08:00
c9s
66d99ce6ae
indicator: add stoch test 2023-06-01 14:52:09 +08:00
c9s
4f07a44b61
indicator: add v2 stochastic oscillator 2023-06-01 14:43:29 +08:00
c9s
1535572b43
indicator: add multiply operator 2023-06-01 14:30:16 +08:00
c9s
8ebf5723a7
indicator: add v2 CMA indicator 2023-06-01 14:27:03 +08:00