bbgo_origin/pkg/service
2022-03-07 12:12:06 +08:00
..
account.go types: update account struct 2021-12-21 23:59:02 +08:00
backtest.go service: add kucoin_klines to backtest insert table mapping 2021-12-26 02:40:13 +08:00
database.go fix go migration loader 2021-02-17 19:06:55 +08:00
db_test.go refactor and implement reward sync and query 2021-02-23 22:53:00 +08:00
deposit_test.go add skeleton strategy. fix most of the tests. fix final asset value 2022-02-15 12:01:39 +09:00
deposit.go adjust withdraw/deposit query limit since there are no many in most cases 2021-03-16 02:14:24 +08:00
errors.go move persistence service into the service package 2021-02-21 00:45:56 +08:00
memory_test.go move persistence service into the service package 2021-02-21 00:45:56 +08:00
memory.go resolve cyclic imports 2021-02-21 01:01:39 +08:00
order_test.go order: extract query order sql generator 2021-02-03 18:31:32 +08:00
order.go fixedpoint for exchange and indicators, some fixes in types 2022-02-15 12:01:38 +09:00
persistence_facade.go add Get method to the persistence service facade 2021-02-21 16:55:45 +08:00
persistence_json.go resolve cyclic imports 2021-02-21 01:01:39 +08:00
persistence_redis_test.go resolve cyclic imports 2021-02-21 01:01:39 +08:00
persistence_redis.go service: check redis client and show proper error 2022-01-12 12:42:39 +08:00
persistence.go fix persistence config unmarshalling 2021-05-02 18:16:34 +08:00
profit_test.go all: update profit struct fields 2022-03-05 01:39:53 +08:00
profit.go service: add more columns 2022-03-05 00:27:44 +08:00
reward_test.go add skeleton strategy. fix most of the tests. fix final asset value 2022-02-15 12:01:39 +09:00
reward.go add reward service todo 2021-03-14 11:18:23 +08:00
sync.go service: fix sync process 2022-01-23 15:14:29 +08:00
totp.go account: add nav_history_details and account_service for #302 2021-12-14 08:09:18 +08:00
trade_test.go fix Test_tradeService 2022-03-07 12:12:06 +08:00
trade.go add skeleton strategy. fix most of the tests. fix final asset value 2022-02-15 12:01:39 +09:00
websocket.go ws: make Reconnect() public 2021-02-27 18:42:45 +08:00
websocketclientbase_callbacks.go ws: implement base websocket client 2021-02-27 16:48:50 +08:00
withdraw_test.go add skeleton strategy. fix most of the tests. fix final asset value 2022-02-15 12:01:39 +09:00
withdraw.go sync: skip rejected withdraw record 2021-12-31 14:20:36 +08:00