Commit Graph

7177 Commits

Author SHA1 Message Date
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
a107f4be07
Merge pull request #1189 from c9s/feature/v2-indicator-stddev 2023-06-01 21:20:39 +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
f86add7c57
Merge pull request #1187 from c9s/feature/v2-indicator-stoch 2023-06-01 21:19:57 +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
Yo-An Lin
668444b9df
Merge pull request #1184 from c9s/feature/v2indicator-macd
FEATURE: [indicator] add v2 MACD, SMA
2023-06-01 12:47:41 +08:00
c9s
3e9458499c
indicator: fix tests 2023-06-01 12:39:30 +08:00
c9s
b55fbd5c96
autoborrow: check maxBorrowable 2023-06-01 12:27:39 +08:00
c9s
95e1f10934
autoborrow: send notify when auto repay is skip 2023-06-01 12:18:53 +08:00
c9s
fa0cb1e85f
binance: document balanceUpdate event 2023-06-01 12:17:45 +08:00
c9s
1dfb0cd1a1
autoborrow: notify balance delta event 2023-06-01 12:13:51 +08:00
c9s
f349f3620c
autoborrow: add SlackAttachment support to the binance balance update event 2023-06-01 12:13:22 +08:00
c9s
23a49a8fd2
indicator: fix klines stream emitter 2023-06-01 11:43:37 +08:00
c9s
9c43c75361
floats: fix floats.Slice truncate 2023-06-01 11:43:22 +08:00
Yo-An Lin
9435478fb3
Merge pull request #1183 from c9s/refactor/indicator-replace-index-call
REFACTOR: [indicator] replace all Index(i) callers
2023-06-01 10:13:59 +08:00
c9s
e320e5d249
indicator: remove unused low value indicator 2023-06-01 08:56:17 +08:00
c9s
0da0b1086a
indicator: fix SMA truncate call 2023-06-01 08:33:14 +08:00
c9s
01ef6c2628
indicator: add v2 MACD 2023-06-01 08:28:49 +08:00
c9s
ee8bbe3418
indicator: add v2 sma 2023-06-01 08:11:30 +08:00
c9s
47e869a9f7
floats: add Truncate method support to floats slice 2023-06-01 08:11:19 +08:00
c9s
9e6cb0858e
indicator: simplify source, calculate binding 2023-06-01 07:58:58 +08:00
c9s
c9c13b2013
all: replace all Index(i) callers 2023-06-01 07:46:50 +08:00
Yo-An Lin
10e84c13b2
Merge pull request #1182 from c9s/feature/v2indicator
REFACTOR: add parameter index to the Last method
2023-06-01 07:39:49 +08:00
c9s
5515f588e3
all: add parameter index to the Last method 2023-05-31 19:35:44 +08:00
Yo-An Lin
b86e1a9282
Merge pull request #1181 from c9s/feature/v2indicator
FEATURE: [indicator] add new ATR, RMA indicators with the new API design
2023-05-31 16:38:49 +08:00
c9s
2a074ba11b
floats: add Average method on floats.Slice 2023-05-31 16:30:19 +08:00