Commit Graph

1040 Commits

Author SHA1 Message Date
c9s
32645f228b add order query api 2021-01-29 13:15:44 +08:00
c9s
be750b94df fix layout and margin 2021-01-29 12:55:11 +08:00
c9s
1f657b04d6 remove debug console logs 2021-01-29 11:42:46 +08:00
c9s
41ac75dc04 update pkged static files 2021-01-29 11:24:27 +08:00
c9s
cc96c843ec update package.json 2021-01-29 11:21:21 +08:00
c9s
9fa8958c97 update go module files 2021-01-29 11:21:11 +08:00
c9s
4387feef77 fix segment query update 2021-01-29 11:19:52 +08:00
c9s
8031c6066e mount static files to routes 2021-01-29 11:19:37 +08:00
c9s
e1926523e3 add targets for static file compilation 2021-01-29 11:19:21 +08:00
c9s
73ba05cb3e remove leeeacy binance margin stream program 2021-01-29 11:00:21 +08:00
c9s
8d777a7ea1 add generated pkker file for static file serving 2021-01-29 10:59:50 +08:00
c9s
78890834b5 support symbol segment 2021-01-28 18:51:35 +08:00
c9s
9ee49ea3f1 Add TradingVolumeBar 2021-01-26 18:10:08 +08:00
c9s
95129e94d7 add lastPrcieUpdatedAt timestamp for checking last price cache 2021-01-26 17:23:40 +08:00
c9s
df17c4b1b6 add trading volume query api 2021-01-26 17:21:18 +08:00
c9s
b59dcbad27 add value format 2021-01-26 16:35:21 +08:00
c9s
3e3b21c59f add exchange session panel 2021-01-25 18:29:31 +08:00
c9s
e6a182f707 pull out api to a single file 2021-01-25 17:40:37 +08:00
c9s
9717fddfbd add total asset pie chart 2021-01-25 16:56:02 +08:00
c9s
e47357d1ed add assets api and price loading 2021-01-25 15:32:17 +08:00
c9s
09b3046feb lower case fields are not exported to json 2021-01-25 14:32:46 +08:00
c9s
b952e6fd54 rename Reset to private reset 2021-01-25 14:26:22 +08:00
c9s
4c0a586aa2 adjust depth update to 5 minutes 2021-01-25 14:24:59 +08:00
c9s
008b606121 fix streambook usage 2021-01-25 14:21:19 +08:00
c9s
ca71c81284 improve slice copying 2021-01-25 14:20:56 +08:00
c9s
b99c01a03f fix stream book usage 2021-01-25 14:13:39 +08:00
c9s
1aefbbfddc improve orderbook validation error 2021-01-25 13:53:11 +08:00
c9s
7310700540 add account and account balances 2021-01-24 20:18:04 +08:00
c9s
eab915abc7 rename loaded-symbols to just symbols 2021-01-24 20:14:43 +08:00
c9s
3a52a4bff8 add and set AddOrderUpdate flag for session order store 2021-01-24 20:13:05 +08:00
c9s
e2de3040bd adjust ping ticker to 10seconds 2021-01-24 19:08:33 +08:00
c9s
42b66d6898 add OrderStore accessor on ExchangeSession 2021-01-24 19:08:12 +08:00
c9s
9040f6ff0d add --enable-api-server flag 2021-01-24 19:07:56 +08:00
c9s
447057086c add Orders method on OrderStore 2021-01-24 19:07:32 +08:00
c9s
eccc2c6e0f implement session config api and server 2021-01-24 18:42:36 +08:00
c9s
9e7c155aa8 add basic dashboard layout 2021-01-24 18:12:26 +08:00
c9s
b44c286d2c add material icons 2021-01-24 16:54:28 +08:00
c9s
7632638982 log depth api error 2021-01-24 16:54:13 +08:00
c9s
02c622d811 frontend: fix _document.js 2021-01-24 14:44:09 +08:00
c9s
78b111338f add axios 2021-01-24 14:38:08 +08:00
c9s
24c34dd6ed add integrate next js with material ui 2021-01-24 14:32:52 +08:00
c9s
8f7cd2cac5 add frontend files 2021-01-24 14:14:25 +08:00
c9s
7bf6b5519d add tailwind-react-ui 2021-01-24 14:14:25 +08:00
c9s
51e5deee47 add frontend files 2021-01-24 14:14:25 +08:00
c9s
1892d03326 make session trades map thread safe 2021-01-24 14:14:25 +08:00
c9s
1c80d30ce2 add TradeSlice with sync 2021-01-24 14:14:25 +08:00
c9s
84b6982033 add order store to exchange session 2021-01-24 14:14:25 +08:00
c9s
568250f4bb define api routes 2021-01-24 14:14:25 +08:00
c9s
cabc082713 fix f.loadDepthSnapshot timing 2021-01-24 14:12:44 +08:00
c9s
50fc1fd3ac call Reset instead of replacing the whole map
the reason is that we have the update worker, which is already started.
2021-01-24 14:09:07 +08:00