bbgo_origin/pkg
c9s 0ba595bd55 Fix trade sync for self trades
MAX uses one single trade for presenting self trade.

BINANCE uses two trade records for presenting self trade. the trade
creation time are the same.
2021-02-18 17:37:49 +08:00
..
accounting fix(pnl): do not calculate the "self" trade 2021-02-06 17:34:13 +08:00
backtest Fix trade sync for self trades 2021-02-18 17:37:49 +08:00
bbgo use sqlx for testing connection 2021-02-17 17:35:54 +08:00
cmd refactor transfer history command 2021-02-17 14:43:50 +08:00
datatype apply datatype.Time to order time fields 2021-02-06 14:30:00 +08:00
exchange Fix trade sync for self trades 2021-02-18 17:37:49 +08:00
fixedpoint improve grid strategy's balance check and quote calculation 2021-02-07 11:37:24 +08:00
indicator fix kline tail method 2020-12-08 10:26:20 +08:00
migrations compile and update migration package 2021-02-17 17:35:11 +08:00
notifier adjust log 2020-12-29 18:32:51 +08:00
server fix go migration loader 2021-02-17 19:06:55 +08:00
service Fix trade sync for self trades 2021-02-18 17:37:49 +08:00
sigchan move files into pkg 2020-10-11 16:46:15 +08:00
slack use golang.org/x/time for rate limiting 2020-12-15 14:04:27 +08:00
strategy fix trade service injection 2021-02-16 16:30:01 +08:00
types Fix trade sync for self trades 2021-02-18 17:37:49 +08:00
util util: create IsJSON/IsHTML type helper 2021-02-08 19:07:18 +08:00