bbgo_origin/pkg/cmd
2021-12-05 02:17:15 +08:00
..
cmdutil add okex to the exchange factory 2021-05-27 00:35:51 +08:00
account.go cmd: add account cmd --total option 2021-07-06 12:19:59 +08:00
backtest.go use position to calculate the pnl 2021-12-05 02:17:15 +08:00
balances.go improve balances, account command usability 2021-05-06 23:50:26 +08:00
build.go add IsWrapperBinary flag and fix persistence error 2021-01-21 12:27:21 +08:00
builtin.go fix ewma calculation 2021-11-22 02:14:44 +08:00
cancel.go okex: fix okex order cancellation 2021-05-28 03:05:59 +08:00
deposit.go ftx: add log 2021-03-23 22:25:05 +08:00
kline.go okex: add kline command for testing kline data 2021-05-27 18:35:34 +08:00
market.go ftx: support market cmd 2021-03-21 13:06:46 +08:00
orderbook.go okex: add kline command for testing kline data 2021-05-27 18:35:34 +08:00
orders.go okex: fix okex order cancellation 2021-05-28 03:05:59 +08:00
pnl.go Fix: upgrade binance api, fix go fmt, add hard start time for binance to reduce sync execution time 2021-04-21 19:50:33 +09:00
root.go fix ewma calculation 2021-11-22 02:14:44 +08:00
run.go improve order cancellation mechanisim 2021-05-22 17:44:20 +08:00
sync.go Fix: upgrade binance api, fix go fmt, add hard start time for binance to reduce sync execution time 2021-04-21 19:50:33 +09:00
trades.go pull out types.Exchange interfaces to make it minimal 2021-05-27 00:05:43 +08:00
transfer.go refactor sync service 2021-03-14 11:18:22 +08:00
userdatastream.go add userdatastream cmd for testing private stream 2021-05-28 00:47:34 +08:00
utils.go fix(ftxExchange): the env variable is "FTX_ACCOUNT" 2021-05-17 12:42:04 +08:00
version.go Fix: upgrade binance api, fix go fmt, add hard start time for binance to reduce sync execution time 2021-04-21 19:50:33 +09:00