bbgo_origin/bbgo
2020-10-02 21:18:50 +08:00
..
accounting fix cyclic imports 2020-09-19 09:05:06 +08:00
cmd add max-eqcatch 2020-10-02 12:43:14 +08:00
config move files 2020-07-11 15:18:31 +08:00
exchange implement orderbook updater 2020-10-02 21:15:00 +08:00
fixedpoint add fixedpoint 2020-10-02 20:50:05 +08:00
notifier/slacknotifier fix cyclic imports 2020-09-19 09:05:06 +08:00
service more strategy refactor 2020-09-28 15:01:10 +08:00
slack fix cyclic imports 2020-09-19 09:05:06 +08:00
testdata fix stock calculation 2020-08-04 17:03:57 +08:00
types book: handle volume == 0 2020-10-02 21:18:50 +08:00
account.go fix private stream interface for backtesting 2020-09-19 10:59:43 +08:00
accounting.go fix cyclic imports 2020-09-19 09:05:06 +08:00
context.go remove quota calculation from trader 2020-09-19 11:00:32 +08:00
indicator_test.go pre-parse kline payload so that we don't have to re-parse string everytime 2020-09-16 12:28:15 +08:00
indicator.go pre-parse kline payload so that we don't have to re-parse string everytime 2020-09-16 12:28:15 +08:00
kline_regression.go more strategy refactor 2020-09-28 15:01:10 +08:00
market.go more trader refactoring 2020-07-12 22:52:49 +08:00
marketdatastore_callbacks.go pre-parse kline payload so that we don't have to re-parse string everytime 2020-09-16 12:28:15 +08:00
order_processor_test.go move order submit logics to order processor 2020-09-16 14:05:03 +08:00
order_processor.go fix cyclic imports 2020-09-19 09:05:06 +08:00
order.go fix deploy 2020-07-11 13:13:41 +08:00
pnl.go fix cyclic imports 2020-09-19 09:05:06 +08:00
slack.go fix trader notify interfaae 2020-09-19 11:09:20 +08:00
stock_test.go check stock quantity 2020-08-04 19:05:20 +08:00
stock.go fix distribution for floating numbers 2020-08-11 12:09:40 +08:00
store.go fix private stream interface for backtesting 2020-09-19 10:59:43 +08:00
trader.go more strategy refactor 2020-09-28 15:01:10 +08:00