c9s
|
ccaa8c5c86
|
bbgo: implement parseCommand
|
2022-01-13 11:43:33 +08:00 |
|
c9s
|
7053802041
|
basic interaction parser
|
2022-01-13 11:43:33 +08:00 |
|
c9s
|
6ee831e678
|
add trade logger
|
2022-01-12 11:19:41 +08:00 |
|
c9s
|
e5b4af53e6
|
all: clean up SubmitOrder fields
|
2022-01-11 01:36:19 +08:00 |
|
c9s
|
48cbb7fff6
|
bbgo: check order side and log error
|
2022-01-10 17:26:14 +08:00 |
|
c9s
|
d57f8fedfe
|
bbgo: fix active book order removal
|
2022-01-10 12:29:19 +08:00 |
|
c9s
|
d94cc2df31
|
bbgo: add recover callbacks to trace collector
|
2022-01-09 15:39:59 +08:00 |
|
c9s
|
0cec652f38
|
bollmaker: skip submitOrder calls if submitOrders is empty
|
2022-01-09 02:35:12 +08:00 |
|
c9s
|
7e2acdc416
|
all: add lock protected GetBase method for Position
|
2022-01-09 00:35:45 +08:00 |
|
c9s
|
d1420e66be
|
fix TestTradeCollector_ShouldNotCountDuplicatedTrade
|
2022-01-08 02:20:30 +08:00 |
|
c9s
|
e0b906a88b
|
bbgo: fix processTrade
|
2022-01-07 16:53:11 +08:00 |
|
c9s
|
a5fb408a16
|
twap: refactor and call activeMakerOrders.GracefulCancel
|
2022-01-07 01:34:23 +08:00 |
|
c9s
|
e312ec953c
|
bbgo: rename test case
|
2022-01-07 01:23:54 +08:00 |
|
c9s
|
d63cc42867
|
bbgo: add trade collector test
|
2022-01-07 01:17:07 +08:00 |
|
c9s
|
a49d001c29
|
xmaker: add trade scanner
|
2022-01-07 01:03:12 +08:00 |
|
c9s
|
69ae3259ff
|
bbgo: mark trade as done in the trade collector for preventing duplicated trade
|
2022-01-07 00:28:12 +08:00 |
|
c9s
|
259771b0b0
|
all: pull out the graceful cancel process to the local active book
|
2022-01-07 00:10:40 +08:00 |
|
c9s
|
47e23fda90
|
bbgo: add cache expiry
|
2022-01-06 23:57:42 +08:00 |
|
c9s
|
1116fc1de1
|
session: print klines only when debug-kline is enabled
|
2021-12-31 15:13:26 +08:00 |
|
c9s
|
63ccc2d3d0
|
bbgo: remove order if ExecutedQuantity is zero
|
2021-12-31 01:55:22 +08:00 |
|
c9s
|
ba73d5a09a
|
fix kucoin orderTime parsing and order id conversion
|
2021-12-30 22:02:50 +08:00 |
|
c9s
|
31070c3950
|
pull out connection status binder
|
2021-12-30 17:25:47 +08:00 |
|
c9s
|
26ff576727
|
fix connection status callbacks
|
2021-12-30 17:23:27 +08:00 |
|
c9s
|
cfc66dc13e
|
bbgo: add session connection notification
|
2021-12-30 17:18:04 +08:00 |
|
c9s
|
a2931da92c
|
move math rand
|
2021-12-30 16:18:32 +08:00 |
|
c9s
|
22e4da3775
|
fix pendingRemoval lock
|
2021-12-29 23:53:46 +08:00 |
|
c9s
|
090d60b44e
|
fix session connection status metrics
|
2021-12-28 01:58:36 +08:00 |
|
c9s
|
a0e41650be
|
add metricsLastUpdateTimeBalance metrics
|
2021-12-28 01:39:17 +08:00 |
|
c9s
|
bb9ef72028
|
update metricsConnectionStatus metrics
|
2021-12-28 00:49:56 +08:00 |
|
c9s
|
bb7b33e532
|
bbgo: bind and update balance metrics updater
|
2021-12-27 17:27:16 +08:00 |
|
c9s
|
7b629c9d30
|
bbgo: update balances metrics and trade metrics
|
2021-12-27 17:16:30 +08:00 |
|
c9s
|
0f24eec715
|
bbgo: fix: filter trades by symbol
|
2021-12-27 16:32:30 +08:00 |
|
c9s
|
42f22e0ef3
|
add prometheus metrics server
|
2021-12-27 16:27:14 +08:00 |
|
c9s
|
a31e2743ee
|
fix kline log space
|
2021-12-27 00:54:10 +08:00 |
|
c9s
|
f7c39290a0
|
call tradeCollector process to check trades
|
2021-12-27 00:51:57 +08:00 |
|
c9s
|
770c1067fc
|
bbgo: fix order store RemoveCancelled
|
2021-12-26 15:47:39 +08:00 |
|
c9s
|
05a0745d08
|
fix InitExchange for publicOnly session
|
2021-12-26 15:29:42 +08:00 |
|
c9s
|
ba8ebfe3a7
|
refactor and add doc comment for InitExchangeSession
|
2021-12-25 23:42:29 +08:00 |
|
c9s
|
307d0b8e1f
|
bbgo: add passphrase field to session struct
|
2021-12-25 23:28:00 +08:00 |
|
c9s
|
57bc65a729
|
avoid calling EmitConnect and EmitStart outside of the kline feeding goroutine
this causes 2 goroutine running in the same time hence cause the
concurrent map read / write
should fix #399, #401
|
2021-12-25 21:05:50 +08:00 |
|
c9s
|
49e516b80e
|
backtest: allocate public exchange (with empty key secret) for backtesting
|
2021-12-24 00:24:19 +08:00 |
|
c9s
|
a3e3e1d177
|
bbgo: do not sync trades when running backtest
|
2021-12-23 23:20:35 +08:00 |
|
c9s
|
f5bbe29ac6
|
cmd: fix debug flag loading and add debug log to cache function
|
2021-12-23 23:02:07 +08:00 |
|
c9s
|
cfd68fdd1d
|
all: change trade id to uint64
|
2021-12-23 17:49:18 +08:00 |
|
TonyQ
|
d7ac645253
|
exchange: update maskkey handling
|
2021-12-23 01:18:36 +08:00 |
|
austin362667
|
f9cf71cef3
|
indicator: add kline close volatility
indicator: add kline close volatility
|
2021-12-19 14:20:09 +08:00 |
|
TonyQ
|
c0b9cc0f0b
|
exchange: make ftx kline event more reliable
|
2021-12-15 11:23:07 +08:00 |
|
Yo-An Lin
|
6c6eb252cc
|
Merge pull request #363 from tony1223/feature/355-ftx-backtest
|
2021-12-14 16:09:16 +08:00 |
|
TonyQ
|
8eb3eede82
|
fix backtest (with review)
|
2021-12-14 16:02:54 +08:00 |
|
TonyQ
|
51e23b6a0c
|
Merge branch 'main' of github.com:c9s/bbgo into feature/302-record-assets-review
|
2021-12-14 10:39:51 +08:00 |
|