c9s
|
42811e8157
|
alias logrus as log
|
2021-01-20 02:45:50 +08:00 |
|
c9s
|
9280ec348f
|
clean up pnl command
we should use environment to load the sessions
|
2021-01-20 02:45:13 +08:00 |
|
c9s
|
0e99d9bdcb
|
move time.Sleep to batch processor to avoid rate limit
|
2021-01-20 02:32:55 +08:00 |
|
c9s
|
c79c7d1b11
|
fix margin order/trade sync
|
2021-01-20 02:09:12 +08:00 |
|
c9s
|
d3f6841a27
|
improve sync command for margin trades and orders
|
2021-01-20 01:46:17 +08:00 |
|
c9s
|
7520430b52
|
support margin api for query trades
|
2021-01-20 01:27:27 +08:00 |
|
c9s
|
1d8b7dc657
|
handle trade and order margin field
|
2021-01-20 01:24:29 +08:00 |
|
c9s
|
334eff4682
|
update sync service for margin fields
|
2021-01-19 23:33:06 +08:00 |
|
c9s
|
62f6d857b3
|
update compiled migrations package for margin columns
|
2021-01-19 23:31:13 +08:00 |
|
c9s
|
a6015fb3e2
|
add isMargin, isIsolated columns
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
2c1c9a046b
|
tmp
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
677f4b93e6
|
add margin mode support to QueryOpenOrders
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
ad4226f35b
|
support margin order creation
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
3eda64641e
|
use exchange's margin option
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
7235100140
|
integrate submitMarginOrder api
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
f35e90a4f1
|
document marginSideEffect
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
5cab37488b
|
move MarginSettings struct to a file
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
1c77de031a
|
add extended margin fields to the order struct
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
f8a9610222
|
pass isolated margin symbol
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
f505c0e2c6
|
split go routine for keep alive and ping tickers
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
d4774f5f0e
|
add IsolatedMargin option
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
310943d010
|
add isolated margin symbol option
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
48083151aa
|
turning margin mode
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
e8fec434b5
|
cast exchange instance to margin exchange interface
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
3199c63d62
|
add margin mode
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
4002ec80d6
|
add public only field to the session config struct
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
c3db6db590
|
add margin option
|
2021-01-19 23:31:04 +08:00 |
|
c9s
|
1233035780
|
fix migration script
|
2021-01-19 23:11:07 +08:00 |
|
c9s
|
0bdfd0f04b
|
check if err is nil
|
2021-01-18 21:59:02 +08:00 |
|
c9s
|
ddc33f633f
|
check if err is nil
|
2021-01-18 21:57:57 +08:00 |
|
c9s
|
ad78f81b10
|
fix unique index for binance self trade
|
2021-01-18 16:48:47 +08:00 |
|
c9s
|
3db5c26416
|
improve transfer history layout
|
2021-01-15 14:24:24 +08:00 |
|
c9s
|
d96e6e8ccc
|
use environment to configure database
|
2021-01-15 10:47:49 +08:00 |
|
c9s
|
1ce3244c17
|
drop the legacy migration command
|
2021-01-15 10:33:23 +08:00 |
|
c9s
|
293d889276
|
fix built-in migrations
|
2021-01-15 10:31:37 +08:00 |
|
c9s
|
d04e1e7816
|
refactory sync command and upgrade db automatically
|
2021-01-14 15:10:11 +08:00 |
|
c9s
|
ad567dc360
|
use mysql reformat dsn function to add parseTime parameters
|
2021-01-14 14:56:13 +08:00 |
|
c9s
|
cd9f2ba0e8
|
add compile migration files
|
2021-01-14 00:33:28 +08:00 |
|
c9s
|
6491166459
|
drop legacy pkg/migration
|
2021-01-14 00:00:05 +08:00 |
|
c9s
|
2699c32b38
|
add rockhopper
|
2021-01-13 23:53:36 +08:00 |
|
c9s
|
50cd6f7d68
|
change go-binance to github.com/adshao/go-binance/v2
|
2021-01-11 13:36:49 +08:00 |
|
c9s
|
653eba73c5
|
improve session error message
|
2021-01-09 19:47:21 +08:00 |
|
c9s
|
4a1af6f362
|
add check for PersistenceServiceFacade
|
2021-01-09 19:44:45 +08:00 |
|
c9s
|
93d71b5300
|
bbgo: session log error
|
2021-01-09 19:40:31 +08:00 |
|
c9s
|
995f9a9ea0
|
grid: add order amount field
|
2021-01-06 13:31:17 +08:00 |
|
c9s
|
92ab7e125a
|
improve RegisterStrategy method to register strategy between cross and single
|
2020-12-31 17:14:47 +08:00 |
|
c9s
|
208c88cbd5
|
support single exchange trailingstop
|
2020-12-31 17:12:35 +08:00 |
|
c9s
|
87568ede70
|
reformat
|
2020-12-31 14:29:53 +08:00 |
|
c9s
|
395d3f17df
|
grid: add long mode support
|
2020-12-31 13:54:32 +08:00 |
|
c9s
|
45e4d8c558
|
rename movingstop to trailingstop
|
2020-12-31 13:07:39 +08:00 |
|