bbgo_origin/pkg/bbgo
2021-03-01 13:44:58 +08:00
..
testdata fix env var prefix by using os.Getenv directly 2021-02-04 15:14:54 +08:00
active_book.go bbgo: move some logs to debug level 2020-12-15 14:14:44 +08:00
builder.go add IsWrapperBinary flag and fix persistence error 2021-01-21 12:27:21 +08:00
cache.go refactor session sync 2021-02-19 10:42:24 +08:00
config_test.go fix env var prefix by using os.Getenv directly 2021-02-04 15:14:54 +08:00
config.go refactor notification configuration 2021-02-21 16:52:47 +08:00
context.go clean up the legacy context struct 2020-10-20 12:24:30 +08:00
environment.go ignore sync if sync service is nil 2021-02-28 15:05:49 +08:00
errors.go integrate strateg adding api 2021-02-03 02:26:41 +08:00
exchangeorderexecutor_callbacks.go add trade update callbacks and order update callbacks to order executor 2020-12-21 13:40:23 +08:00
graceful_callbacks.go add graceful shutdown 2020-11-12 14:50:21 +08:00
home.go add CacheDir function 2020-10-20 11:48:44 +08:00
injection_test.go refactor injection 2021-02-16 15:58:21 +08:00
injection.go add Test_injectField 2021-02-16 15:49:57 +08:00
localactiveorderbook_callbacks.go add local active orderbook callback files 2020-11-11 23:19:16 +08:00
marketdatastore_callbacks.go refactor environment, market data store, injection and add swing strategy 2020-10-28 17:48:16 +08:00
marketdatastore.go improve and fix ewma calculation 2020-12-05 13:32:41 +08:00
notifier.go improve cross exchange strategy mounting behavior and add fixedpoint atomic ops 2020-11-17 08:19:22 +08:00
order_execution.go add yaml tag for mapping basic risk control order executor. 2021-03-01 13:44:58 +08:00
order_processor_test.go refactor basic risk controller 2020-11-09 14:56:54 +08:00
order_processor.go clean up legacy code 2020-11-10 16:56:30 +08:00
order_store.go add and set AddOrderUpdate flag for session order store 2021-01-24 20:13:05 +08:00
persistence.go resolve cyclic imports 2021-02-21 01:01:39 +08:00
position_test.go fix test case name 2021-01-21 00:54:59 +08:00
position.go add stringer interface to Position 2021-02-16 16:40:11 +08:00
quota.go add quota 2020-11-23 16:47:36 +08:00
reporter.go make session trades map thread safe 2021-01-24 14:14:25 +08:00
risk_controls.go improve cross exchange strategy mounting behavior and add fixedpoint atomic ops 2020-11-17 08:19:22 +08:00
scale_test.go test exponential scale with reverse range 2021-02-28 12:12:03 +08:00
scale.go rename scale struct name to PriceVolumeScale 2021-02-28 14:51:24 +08:00
session.go integrate reward service into the sync service 2021-02-23 16:39:48 +08:00
strategy_test.go improve config loading by adding unmarshal yaml method 2020-10-26 15:33:25 +08:00
string.go add rockhopper 2021-01-13 23:53:36 +08:00
trader.go move trade configuration to the trader struct method 2021-02-20 12:23:31 +08:00
wrapper.go add IsWrapperBinary flag and fix persistence error 2021-01-21 12:27:21 +08:00