Commit Graph

990 Commits

Author SHA1 Message Date
c9s
c73e5f00f3 refactor server routes 2021-02-03 18:09:33 +08:00
c9s
bf8508d4fb update description 2021-02-03 17:41:48 +08:00
c9s
4e31c7f68a change default config path to just bbgo.yaml 2021-02-03 17:39:53 +08:00
c9s
6245b83524 add description 2021-02-03 17:30:02 +08:00
c9s
9096b6425e move instructions sequence 2021-02-03 17:29:51 +08:00
c9s
c35cef5b09 implement config saving api 2021-02-03 17:27:18 +08:00
c9s
2486204b2f add SaveConfigAndRestart panel 2021-02-03 15:59:06 +08:00
c9s
f7a4f7d415 add strategies endpoint and strategy review page 2021-02-03 15:00:01 +08:00
c9s
705edc38c0 implement config yaml dummper 2021-02-03 09:58:31 +08:00
c9s
098a966813 add test case for config.Map method 2021-02-03 09:34:53 +08:00
c9s
1a2c3556a8 add ID method to the TestStrategy 2021-02-03 09:09:19 +08:00
c9s
7904c6f4d0 add ID() to Strategy interface 2021-02-03 09:08:05 +08:00
c9s
8aa96c4546 integrate strateg adding api 2021-02-03 02:26:41 +08:00
c9s
f94a45de40 query symbols and use react number format 2021-02-03 01:27:25 +08:00
c9s
578451bb51 add setup flag to run server 2021-02-02 18:17:58 +08:00
c9s
d458519ba5 add setup flag 2021-02-02 18:17:39 +08:00
c9s
17d5e301dc refine setup steps 2021-02-02 17:26:35 +08:00
c9s
b33f08e9a0 adjust steps 2021-02-02 11:46:04 +08:00
c9s
73762d9888 support exchange session test from the setup wizard 2021-02-02 11:44:07 +08:00
c9s
ee3c76d3fb add session form and page 2021-02-01 20:44:15 +08:00
c9s
06f648448b pull out wrapper runner 2021-02-01 20:44:15 +08:00
c9s
eebb568b0c add dotenv string flag for changing dotenv filename 2021-02-01 20:44:15 +08:00
c9s
0a29ee99b8 call godotenv.Load to load env vars 2021-02-01 20:44:15 +08:00
c9s
552bc04392 add godotenv to go module 2021-02-01 20:44:15 +08:00
c9s
a60aeb4771 pull out .Subscribe from trader.Run 2021-02-01 20:44:15 +08:00
c9s
fca6115a0a refactor app pages with layouts 2021-02-01 20:44:15 +08:00
c9s
7ac567604f add smart contract files 2021-02-01 20:44:15 +08:00
c9s
ddcc8ae4ee move ExchangeOrderExecutor into exchange session 2021-02-01 20:44:15 +08:00
c9s
de8e717a41 refactor session initialization function 2021-02-01 20:44:15 +08:00
c9s
364776ea41 clean up unused js css 2021-02-01 20:44:15 +08:00
c9s
59ce0b8012 clean up and hide login text 2021-02-01 20:44:14 +08:00
c9s
690e97a07e adjust theme 2021-02-01 20:44:14 +08:00
c9s
08b071bcaa pull out sidebar from the app page 2021-02-01 20:44:14 +08:00
c9s
6912f77c72 fix lock issue 2021-02-01 18:55:47 +08:00
c9s
343995f182 change service port to 8080 2021-01-29 19:32:34 +08:00
c9s
a926ee1e37 rename --enable-api-server to --enable-web-server 2021-01-29 19:31:52 +08:00
c9s
35d927a8db update static files 2021-01-29 19:30:43 +08:00
c9s
5d9536458d update dependencies 2021-01-29 19:30:38 +08:00
c9s
d9742b7412 add next.config.js for fixing react spring issue
see also:

- https://github.com/pmndrs/react-spring/issues/1078
- https://github.com/plouc/nivo/issues/1290
2021-01-29 19:30:08 +08:00
c9s
fb662ba783 update pkged static files 2021-01-29 18:54:14 +08:00
c9s
bf8bb13297 add trades panel 2021-01-29 18:53:07 +08:00
c9s
c1da784f22 add queryTrades api 2021-01-29 18:48:39 +08:00
c9s
fbbe304dfb add trades query api 2021-01-29 18:48:00 +08:00
c9s
cc8133a90e print order query sql 2021-01-29 18:34:03 +08:00
c9s
0953b12581 Makefile: git add and git commit migrations package 2021-01-29 18:29:09 +08:00
c9s
72037d6c14 update migration package 2021-01-29 18:28:23 +08:00
c9s
d128373842 add trade price quantity index 2021-01-29 18:28:07 +08:00
c9s
b8d7ae7687 add AggOrder for market orders 2021-01-29 17:52:13 +08:00
c9s
d9f904a98f remove column width 2021-01-29 16:50:56 +08:00
c9s
dec8f05c72 add orders panel 2021-01-29 16:50:06 +08:00