c9s
|
2fbe90b1e7
|
bbgo: fix: pass isolated context to SaveState() call
|
2023-03-15 22:50:50 +08:00 |
|
c9s
|
2378951c85
|
bbgo: should get isolation from the ctx when saving state
|
2023-03-15 22:47:40 +08:00 |
|
c9s
|
7204e2550b
|
pull out shutdown timeout context
|
2022-10-11 14:23:02 +08:00 |
|
c9s
|
59287b5116
|
all: support context isolation
|
2022-10-03 16:01:08 +08:00 |
|
c9s
|
424a1dec3f
|
bbgo: add lightweight mode
|
2022-09-12 14:24:18 +08:00 |
|
c9s
|
8f363677bc
|
move bootstrap functions
|
2022-09-06 16:50:45 +08:00 |
|
c9s
|
4e4ffe83e5
|
cmd: fix cpu profile starter
|
2022-08-09 11:37:30 +08:00 |
|
c9s
|
527070d13d
|
all: rewrite and clean up graceful shutdown api
|
2022-06-30 15:49:18 +08:00 |
|
c9s
|
eacd1f1ae6
|
all: rewrite notification api
Signed-off-by: c9s <yoanlin93@gmail.com>
|
2022-06-19 12:29:36 +08:00 |
|
c9s
|
f8dbd26736
|
move cpu profile option to global cmd
|
2022-06-09 15:49:52 +08:00 |
|
c9s
|
7378c63cb7
|
cmd: call SaveState and LoadState for normal run
|
2022-05-05 14:28:42 +08:00 |
|
c9s
|
12ce854150
|
grpc: integrate market trade
|
2022-04-13 11:53:09 +08:00 |
|
Yo-An Lin
|
4cd646e346
|
feature: basic grpc server (#514)
|
2022-04-08 19:21:57 +08:00 |
|
c9s
|
322f31a56a
|
bbgo: improve RecordPosition method
|
2022-03-14 21:21:58 +08:00 |
|
zenix
|
7e92f0f4e5
|
fix: remove requirements on config flag
|
2022-03-11 19:56:59 +09:00 |
|
zenix
|
a33b748563
|
fix: mark flags as required during PreRunE
|
2022-03-03 18:03:15 +09:00 |
|
zenix
|
8648528435
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
|
c9s
|
547f4c400a
|
cmd: call BindSync when running strategy
|
2022-01-27 18:19:25 +08:00 |
|
c9s
|
880d806736
|
cmd: add --no-sync option to the run command
|
2022-01-27 08:30:31 +08:00 |
|
c9s
|
70f02a1c19
|
cmd: handle user config sync options in the run command
|
2022-01-27 08:21:19 +08:00 |
|
c9s
|
255ee40c98
|
bbgo: when calling order cancel we should use background context
|
2022-01-15 00:49:27 +08:00 |
|
c9s
|
9b9643e1f9
|
improve order cancellation mechanisim
|
2021-05-22 17:44:20 +08:00 |
|
c9s
|
34106cf65e
|
add cpu profile option
|
2021-05-18 15:38:22 +08:00 |
|
c9s
|
dde998aced
|
fix graceful shutdown
|
2021-05-10 02:17:19 +08:00 |
|
c9s
|
14eedecd0e
|
fix backtest sync from time
|
2021-05-08 00:44:43 +08:00 |
|
c9s
|
3501e8f5fd
|
refactor backtest, add BootstrapBacktestEnvironment
|
2021-05-08 00:14:25 +08:00 |
|
c9s
|
0fbc388333
|
add --webserver-bind option and add option to --enable-webserver
|
2021-05-03 17:24:39 +08:00 |
|
c9s
|
714d61a829
|
add grid restore behavior
|
2021-03-16 20:04:06 +08:00 |
|
c9s
|
21a4669905
|
adjust max query limiter and sync before running trader
|
2021-02-22 16:54:08 +08:00 |
|
c9s
|
9ea1a22b3f
|
wrap errors
|
2021-02-21 17:48:03 +08:00 |
|
c9s
|
21b092037e
|
refactor notification configuration
|
2021-02-21 16:52:47 +08:00 |
|
c9s
|
fa4e813729
|
resolve cyclic imports
|
2021-02-21 01:01:39 +08:00 |
|
c9s
|
6845db6dd3
|
refactor database configure method
|
2021-02-21 00:58:34 +08:00 |
|
c9s
|
1763fb8904
|
improve the warning message
|
2021-02-21 00:48:26 +08:00 |
|
c9s
|
12ed5a1efe
|
move persistence service into the service package
|
2021-02-21 00:45:56 +08:00 |
|
c9s
|
b7a3f2ee03
|
refactor telegram initialization
|
2021-02-20 12:33:43 +08:00 |
|
c9s
|
be00aae81e
|
move trade configuration to the trader struct method
|
2021-02-20 12:23:31 +08:00 |
|
c9s
|
5f759780c3
|
remove unused since flag
|
2021-02-16 17:10:48 +08:00 |
|
c9s
|
ffa001fc29
|
fix quantity format
|
2021-02-11 00:21:56 +08:00 |
|
c9s
|
62145d02f3
|
move dotenv loading to the root command
|
2021-02-06 15:03:07 +08:00 |
|
c9s
|
dd9dbee903
|
refactor database configuration with env vars
|
2021-02-06 11:33:49 +08:00 |
|
c9s
|
de51eb29e4
|
refactor db stuff with database service
|
2021-02-06 11:22:04 +08:00 |
|
c9s
|
ea0c20cfe7
|
rename enableApiServer to enableWebServer
|
2021-02-05 13:04:52 +08:00 |
|
c9s
|
0803d6bae0
|
add BeforeRestart hook
|
2021-02-05 13:01:07 +08:00 |
|
c9s
|
bd895149ad
|
if dotenv file does not exist, do not load it
|
2021-02-04 20:34:31 +08:00 |
|
c9s
|
621321f5db
|
add basic desktop app
|
2021-02-04 20:34:31 +08:00 |
|
c9s
|
7c6fce076f
|
use ping try the api server
|
2021-02-04 13:48:21 +08:00 |
|
c9s
|
6db1924f87
|
add setup struct for setup mode options
|
2021-02-04 13:29:43 +08:00 |
|
c9s
|
f21b7f06d7
|
update static files and fix page routes
|
2021-02-03 18:54:35 +08:00 |
|
c9s
|
b3aa7e7511
|
add darwin os check
|
2021-02-03 18:54:34 +08:00 |
|