c9s
|
c796606c61
|
Merge pull request #1788 from c9s/c9s/remove-session-order-store
Go / build (1.21, 6.2) (push) Waiting to run
golang-lint / lint (push) Waiting to run
FIX: [core] remove session order store
|
2024-10-22 12:35:09 +08:00 |
|
c9s
|
4e13f0dadc
|
bbgo: remove order store from session struct since it's not used
|
2024-10-22 12:19:42 +08:00 |
|
Lan Phan
|
8b17d78a48
|
solved all deprecated, comment all unused variables and functions
|
2024-10-08 00:08:15 +07:00 |
|
zenix
|
a5ffca7fe8
|
fix: gosimple alert
|
2022-06-17 20:19:51 +09:00 |
|
zenix
|
ba1342cbc3
|
feature: add pre-commit
|
2022-06-17 16:07:00 +09:00 |
|
ycdesu
|
bee85f7973
|
fix: sync api guard condition
|
2022-06-15 11:44:39 +08:00 |
|
ycdesu
|
9a71c9a5eb
|
web: pass root ctx into setup func
|
2022-06-10 12:19:38 +08:00 |
|
ycdesu
|
1dbd5dbd94
|
sync: only sync when previous operation is done
|
2022-06-10 12:16:58 +08:00 |
|
c9s
|
95f7d85183
|
bbgo: pass price time into the asset conversion function
|
2022-05-04 14:23:46 +08:00 |
|
c9s
|
18da434e92
|
all: use thread-safe GetAccount method to get account
|
2022-04-23 15:43:11 +08:00 |
|
c9s
|
cd957460c9
|
add /api/outbound-ip api
|
2022-04-14 10:24:00 +08:00 |
|
zenix
|
8648528435
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
|
zenix
|
d9450e823e
|
fix all the fixedpoint use other than strategy
|
2022-02-15 12:01:39 +09:00 |
|
c9s
|
ba8ebfe3a7
|
refactor and add doc comment for InitExchangeSession
|
2021-12-25 23:42:29 +08:00 |
|
c9s
|
49e516b80e
|
backtest: allocate public exchange (with empty key secret) for backtesting
|
2021-12-24 00:24:19 +08:00 |
|
c9s
|
3aa36b5989
|
refactor and fix backtest for user data stream and market data stream
|
2021-05-30 15:08:11 +08:00 |
|
c9s
|
df11112d64
|
refactor exchange session initialization
|
2021-05-12 12:05:54 +08:00 |
|
c9s
|
f2978fa89c
|
pull out ping interval parameter
|
2021-02-21 18:58:25 +08:00 |
|
c9s
|
6845db6dd3
|
refactor database configure method
|
2021-02-21 00:58:34 +08:00 |
|
c9s
|
c72b7b2dfa
|
add sync api for syncing trades in the background
|
2021-02-20 11:56:39 +08:00 |
|
c9s
|
7684099f01
|
add /api/environment/syncing api
|
2021-02-20 11:54:48 +08:00 |
|
c9s
|
b9564690b5
|
fix go migration loader
|
2021-02-17 19:06:55 +08:00 |
|
c9s
|
b2bcd3528c
|
use sqlx for testing connection
|
2021-02-17 17:35:54 +08:00 |
|
c9s
|
a1cb3859c3
|
fix db driver setup
|
2021-02-17 14:57:29 +08:00 |
|
c9s
|
8224447985
|
fix build tags
|
2021-02-15 16:21:47 +08:00 |
|
c9s
|
d0c967af55
|
use fake asset data for the asset query
|
2021-02-06 16:38:00 +08:00 |
|
c9s
|
855378e098
|
add driver field to the setup db route
|
2021-02-06 14:31:46 +08:00 |
|
c9s
|
dd9dbee903
|
refactor database configuration with env vars
|
2021-02-06 11:33:49 +08:00 |
|
c9s
|
99b56003eb
|
clean up legacy db connection handling with the new database service
|
2021-02-06 11:22:04 +08:00 |
|
c9s
|
de51eb29e4
|
refactor db stuff with database service
|
2021-02-06 11:22:04 +08:00 |
|
c9s
|
0803d6bae0
|
add BeforeRestart hook
|
2021-02-05 13:01:07 +08:00 |
|
c9s
|
10f8a7864f
|
fix side bar layout
|
2021-02-05 09:09:59 +08:00 |
|
c9s
|
621321f5db
|
add basic desktop app
|
2021-02-04 20:34:31 +08:00 |
|
c9s
|
0cb2a3c452
|
split files to make routes smaller
|
2021-02-04 16:59:00 +08:00 |
|
c9s
|
5f84c847c1
|
move setupRestart
|
2021-02-04 16:54:24 +08:00 |
|
c9s
|
e1b4ff3450
|
move setup handlers to setup.go
|
2021-02-04 16:51:53 +08:00 |
|
c9s
|
c12161ff1c
|
pull out listSessionSymbols
|
2021-02-04 16:49:47 +08:00 |
|
c9s
|
3dfc75591a
|
Add RunWithListener method to server
|
2021-02-04 16:47:53 +08:00 |
|
c9s
|
c1b2114dd2
|
refactor server routes
|
2021-02-04 16:44:14 +08:00 |
|
c9s
|
2791da3ec4
|
fix empty session issue
|
2021-02-04 15:19:40 +08:00 |
|
c9s
|
d8d1249293
|
fix env var prefix by using os.Getenv directly
|
2021-02-04 15:14:54 +08:00 |
|
c9s
|
e6b0a0c595
|
implement server shutdown goroutine
|
2021-02-04 14:44:48 +08:00 |
|
c9s
|
e257f6e8f6
|
pull out pingUntil function
|
2021-02-04 14:29:15 +08:00 |
|
c9s
|
f2686d02b0
|
refactor ping handler
|
2021-02-04 14:00:41 +08:00 |
|
c9s
|
42e5c88a2f
|
refactor more setup route handlers
|
2021-02-04 13:59:26 +08:00 |
|
c9s
|
f74ebd48e2
|
refactor setup routes
|
2021-02-04 13:56:36 +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
|
7b7bcf56c9
|
add PUT and DELETE methods
|
2021-02-04 13:23:05 +08:00 |
|
c9s
|
f21b7f06d7
|
update static files and fix page routes
|
2021-02-03 18:54:35 +08:00 |
|