bbgo_origin/pkg/backtest
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
..
exchange.go cmd: fix debug flag loading and add debug log to cache function 2021-12-23 23:02:07 +08:00
matching_test.go realign account fields 2021-12-05 12:23:27 +08:00
matching.go all: change trade id to uint64 2021-12-23 17:49:18 +08:00
priceorder.go integrate matching engine with backtest exchange 2020-11-07 19:57:36 +08:00
simplepricematching_callbacks.go fix and improve backtest 2020-11-10 14:18:04 +08:00
stream.go avoid calling EmitConnect and EmitStart outside of the kline feeding goroutine 2021-12-25 21:05:50 +08:00