..
account_test.go
add more margin info columns
2022-05-04 14:40:52 +08:00
account.go
fix: apply gofmt on all files, add revive action
2022-06-17 16:06:59 +09:00
backtest_test.go
fix tests
2022-06-07 01:21:27 +08:00
backtest.go
increase batch insert size to 1000 for klines
2022-06-19 17:41:52 +08:00
database.go
service: use reflect to generate insert sql
2022-05-30 18:08:54 +08:00
db_test.go
types: add gid field
2022-06-01 19:40:29 +08:00
deposit_test.go
clean up
2022-06-08 17:33:52 +08:00
deposit.go
fix: gosimple alert
2022-06-17 20:19:51 +09:00
errors.go
move persistence service into the service package
2021-02-21 00:45:56 +08:00
margin_test.go
types: add gid field
2022-06-01 19:40:29 +08:00
margin.go
add log insert option for sync
2022-06-06 12:24:18 +08:00
memory_test.go
add state key as the prefix
2022-05-05 18:18:38 +08:00
memory.go
add state key as the prefix
2022-05-05 18:18:38 +08:00
order_test.go
order: extract query order sql generator
2021-02-03 18:31:32 +08:00
order.go
add log insert option for sync
2022-06-06 12:24:18 +08:00
persistence_facade.go
add Get method to the persistence service facade
2021-02-21 16:55:45 +08:00
persistence_json.go
fix: apply gofmt on all files, add revive action
2022-06-17 16:06:59 +09:00
persistence_redis_test.go
resolve cyclic imports
2021-02-21 01:01:39 +08:00
persistence_redis.go
feature: add pre-commit
2022-06-17 16:07:00 +09:00
persistence.go
fix persistence config unmarshalling
2021-05-02 18:16:34 +08:00
position_test.go
fix position test
2022-03-14 21:21:58 +08:00
position.go
add accumulated profit column to position
2022-03-14 21:21:58 +08:00
profit_test.go
all: update profit struct fields
2022-03-05 01:39:53 +08:00
profit.go
service: use reflect to generate insert sql
2022-05-30 18:08:54 +08:00
reflect_test.go
fix reflect insert (remove gid field)
2022-06-08 12:08:04 +08:00
reflect.go
fix reflect insert (remove gid field)
2022-06-08 12:08:04 +08:00
reward_test.go
fix: apply gofmt on all files, add revive action
2022-06-17 16:06:59 +09:00
reward.go
service: drop unused queryLast method
2022-06-18 02:28:40 +08:00
sync_task.go
fix batch buffer size check
2022-06-19 17:36:28 +08:00
sync.go
rewrite reward sync
2022-06-18 01:42:33 +08:00
totp.go
totp-user: add default user 'bbgo'
2022-06-22 16:45:23 +08:00
trade_test.go
fix query test
2022-03-18 15:00:33 +08:00
trade.go
add log insert option for sync
2022-06-06 12:24:18 +08:00
withdraw_test.go
fix: apply gofmt on all files, add revive action
2022-06-17 16:06:59 +09:00
withdraw.go
add log insert option for sync
2022-06-06 12:24:18 +08:00