c9s
|
d29725119f
|
implement orderbook updater
|
2020-10-02 21:15:00 +08:00 |
|
c9s
|
5619deffb2
|
add fixedpoint
|
2020-10-02 20:50:05 +08:00 |
|
c9s
|
3ce49471d8
|
add max-eqcatch
|
2020-10-02 12:43:14 +08:00 |
|
c9s
|
59f27cfe2e
|
max: add restful api endpoint
|
2020-10-02 10:10:59 +08:00 |
|
c9s
|
73d81a4e98
|
add StopPrice field
|
2020-10-01 17:08:12 +08:00 |
|
c9s
|
b153f3dea2
|
add user data message parser
|
2020-10-01 17:05:46 +08:00 |
|
c9s
|
0708cee962
|
implement private message parsing
|
2020-10-01 16:48:08 +08:00 |
|
c9s
|
94fb026149
|
first commit for the max websocket
|
2020-10-01 16:07:18 +08:00 |
|
c9s
|
db72b3b0f0
|
more strategy refactor
|
2020-09-28 15:01:10 +08:00 |
|
c9s
|
4663e51e3a
|
load account before connecting
|
2020-09-19 11:25:48 +08:00 |
|
c9s
|
0f01fdc572
|
fix trader notify interfaae
|
2020-09-19 11:09:20 +08:00 |
|
c9s
|
ce391bfee7
|
remove quota calculation from trader
|
2020-09-19 11:00:32 +08:00 |
|
c9s
|
33963f52e0
|
fix private stream interface for backtesting
|
2020-09-19 10:59:43 +08:00 |
|
c9s
|
42a32924a7
|
fix cyclic imports
|
2020-09-19 09:05:06 +08:00 |
|
c9s
|
c92ada2f34
|
wrap slack related pkgs with slack pkg
|
2020-09-19 08:14:12 +08:00 |
|
c9s
|
efc2649c65
|
move up slackstyle
|
2020-09-19 08:13:32 +08:00 |
|
c9s
|
5d0b022027
|
rename slack to slacklog
|
2020-09-19 08:13:06 +08:00 |
|
c9s
|
2e039c047a
|
move root cmd to pkg/bbgo/cmd
|
2020-09-19 08:10:48 +08:00 |
|
c9s
|
a9b995a362
|
fix exchange interface
|
2020-09-18 18:15:45 +08:00 |
|
c9s
|
0b58033bfb
|
move order submit logics to order processor
|
2020-09-16 14:05:03 +08:00 |
|
c9s
|
e37932bace
|
pre-parse kline payload so that we don't have to re-parse string everytime
|
2020-09-16 12:28:15 +08:00 |
|
c9s
|
afcde6827f
|
refactor hot reloader and market data store
|
2020-09-08 14:56:08 +08:00 |
|
c9s
|
3e573ebb10
|
improve hot reload
|
2020-09-07 14:34:09 +08:00 |
|
c9s
|
ec839d0dc9
|
refactor trade command
|
2020-09-07 14:20:03 +08:00 |
|
c9s
|
a90184a464
|
add kline store
|
2020-09-05 16:22:46 +08:00 |
|
c9s
|
dd55857423
|
add max exchange
|
2020-08-31 12:32:51 +08:00 |
|
c9s
|
31be04cc74
|
fix kline window truncate
|
2020-08-18 13:22:27 +08:00 |
|
c9s
|
86769d4535
|
add kline window tail test
|
2020-08-18 13:14:52 +08:00 |
|
c9s
|
163036c745
|
refactor for BatchQueryKLineWindows
|
2020-08-14 13:47:55 +08:00 |
|
c9s
|
6e405eb443
|
adjust fee calculation
|
2020-08-14 13:11:34 +08:00 |
|
c9s
|
7c5fa2f191
|
fix max kline calculation
|
2020-08-14 13:08:09 +08:00 |
|
c9s
|
8f2c0b1680
|
show baseline balance when started
|
2020-08-13 10:11:27 +08:00 |
|
c9s
|
fcf0f30628
|
fix distribution for floating numbers
|
2020-08-11 12:09:40 +08:00 |
|
c9s
|
0b0c895cd2
|
ignore tmp
|
2020-08-11 10:31:54 +08:00 |
|
c9s
|
51700c951a
|
fix stock consume
|
2020-08-11 10:29:17 +08:00 |
|
c9s
|
329aa39d26
|
add total quantity field
|
2020-08-11 10:27:41 +08:00 |
|
c9s
|
261da73a9a
|
fix distribution chart
|
2020-08-11 10:24:56 +08:00 |
|
c9s
|
54a5e41c4f
|
implement distruction api
|
2020-08-11 09:54:02 +08:00 |
|
c9s
|
891bf50101
|
add gin and add trades through the trade service
|
2020-08-11 09:28:13 +08:00 |
|
c9s
|
e2339febc2
|
remove slack interaction since the token does not support rtm
|
2020-08-11 09:11:20 +08:00 |
|
c9s
|
b02c2ae16c
|
fix import sorting
|
2020-08-11 08:41:01 +08:00 |
|
c9s
|
e2fef7b6d2
|
fix slack hook naming
|
2020-08-11 08:37:27 +08:00 |
|
c9s
|
0d9b503278
|
use log fields instead of log prefix
|
2020-08-11 08:36:36 +08:00 |
|
c9s
|
094da9d3d3
|
adjust pnl timer
|
2020-08-10 13:27:28 +08:00 |
|
c9s
|
4f3432d4bf
|
add profit report text
|
2020-08-08 10:13:35 +08:00 |
|
c9s
|
cd7411d530
|
add math.Abs
|
2020-08-07 21:19:31 +08:00 |
|
c9s
|
a9a9c2744e
|
add min notional check
|
2020-08-07 09:27:17 +08:00 |
|
c9s
|
695ab28246
|
pull out mask listen key method
|
2020-08-07 09:17:35 +08:00 |
|
c9s
|
87e5019b08
|
improve error logging
|
2020-08-07 09:15:50 +08:00 |
|
c9s
|
6b478b4e87
|
fix title and layout
|
2020-08-07 00:11:29 +08:00 |
|