c9s
eb5064ccfe
bollmaker: separate bidSpread and askSpread
2022-01-31 01:11:30 +08:00
c9s
2e7621ca55
add BidSpread and AskSpread
2022-01-31 01:08:33 +08:00
c9s
701e80d0d8
bollmaker: pull out trailing stop order logics into SmartStops struct
2022-01-31 01:07:00 +08:00
c9s
67bc5d523a
bollmaker: refactor trailing stop snippet
2022-01-31 00:44:04 +08:00
c9s
0667c138ab
backtest: fix duplicate trade emit issue
2022-01-30 03:05:19 +08:00
c9s
e595b9acb2
backtest: should panic if last price is zero
2022-01-30 02:41:00 +08:00
c9s
6566db1624
accounting: filter duplicated trades when backtesting
2022-01-30 02:40:38 +08:00
c9s
e1fc0e7b8d
bollmaker: remove redundant log and fix return
2022-01-30 02:00:42 +08:00
c9s
ec8129ab87
backtest: fix market order fee calculation
2022-01-30 02:00:30 +08:00
c9s
20938895a8
bollmaker: merge skip condition
2022-01-30 01:40:33 +08:00
c9s
a185f3fdbe
bollmaker: improve trailing stop order log
2022-01-30 01:37:36 +08:00
c9s
78855d552a
backtest: fix backtest trade for market order
2022-01-30 01:37:24 +08:00
c9s
9adc3a9243
bollmaker: always collect trades and check balance
2022-01-30 01:21:36 +08:00
c9s
2255f3ed0a
bollmaker: check dust order for stop
2022-01-29 17:44:42 +08:00
c9s
99af5d3971
bollmaker: implement TrailingStopController
2022-01-29 02:22:20 +08:00
c9s
584dd3e279
bollmaker: add TradeInBand option
2022-01-28 01:29:12 +08:00
c9s
f49b7165d8
bollmaker: fix MinNotional adjustment
2022-01-27 19:56:10 +08:00
c9s
a6cbb2fb2d
bollmaker: rewrite trend detection
2022-01-27 18:51:51 +08:00
c9s
547f4c400a
cmd: call BindSync when running strategy
2022-01-27 18:19:25 +08:00
c9s
3b630c0bca
bbgo: pull out writer closure
2022-01-27 18:13:15 +08:00
c9s
cb507edf44
bbgo: add BindSync method on environment
2022-01-27 18:12:15 +08:00
c9s
30a9a5849f
add user data stream sync config
2022-01-27 09:34:04 +08:00
c9s
44efbce8eb
cmd: change trades cmd time range to just 1 day
2022-01-27 09:26:24 +08:00
c9s
c3c2822c82
cmd/trades: avoid passing since and until at the same time
2022-01-27 08:57:31 +08:00
c9s
880d806736
cmd: add --no-sync option to the run command
2022-01-27 08:30:31 +08:00
c9s
70f02a1c19
cmd: handle user config sync options in the run command
2022-01-27 08:21:19 +08:00
c9s
0d0d8b05bf
bbgo/scale: test out of domain
2022-01-27 02:39:33 +08:00
c9s
1ef5a37225
bbgo/scale: check domain range
2022-01-27 02:32:26 +08:00
c9s
4f6e04323f
bollmaker: add more logs
2022-01-27 02:25:23 +08:00
c9s
aea8f97ab9
bollmaker: add Test_calculateBandPercentage test
2022-01-27 02:22:26 +08:00
c9s
f9d650cd23
bollmaker: add DynamicExposurePositionScale
2022-01-27 02:04:57 +08:00
c9s
09213b14f3
bbgo: add negative range test for PercentageScale
2022-01-27 01:47:01 +08:00
c9s
49f671ef54
add PercentageScale and its tests
2022-01-27 01:40:54 +08:00
c9s
e82379a668
bollmaker: add QuantityOrAmount struct
2022-01-27 01:10:39 +08:00
c9s
28075173ec
bump version to v1.27.0
2022-01-27 00:32:18 +08:00
c9s
cfc17acd20
config: use looseFormatTime type for since field
2022-01-27 00:24:19 +08:00
c9s
ab07768a6d
cmd: apply config to sync
2022-01-27 00:17:11 +08:00
c9s
59cc4d7243
max: improve max closed order query
2022-01-27 00:02:35 +08:00
Yo-An Lin
d79cce30e3
Merge pull request #443 from austin362667/refactor/futures-account
...
binance: add futures broker
2022-01-26 14:11:48 +08:00
c9s
b2c4cd91a7
avoid using UnixMilli
2022-01-26 14:09:35 +08:00
c9s
a29198f733
bbgo: fix LooseFormatTime.UnmarshalYAML
2022-01-25 01:18:56 +08:00
c9s
8f0e80499b
types: fix MillisecondTimestamp parsing
2022-01-25 01:14:06 +08:00
c9s
007207e24f
all: use types.LooseFormatTime to parse loose format date time string
2022-01-25 00:24:12 +08:00
c9s
5f7676f0c1
bbgo: add sync config
2022-01-25 00:06:25 +08:00
c9s
6286c50f7a
max: always sort trades
2022-01-24 23:59:10 +08:00
c9s
0bf6e533e0
kucoin: fix closed orders query
2022-01-24 23:56:48 +08:00
c9s
f284c35b81
max: ensure orders are sorted ascendingly
2022-01-24 23:54:58 +08:00
c9s
04a15340bc
max: add warning for the uneffected conditions
2022-01-24 23:51:53 +08:00
c9s
50871c1b61
max: fix order query limiter call and order state for query
2022-01-24 23:45:56 +08:00
c9s
0c0a12781a
max: fix max exchange closed order sync
2022-01-24 23:18:52 +08:00
c9s
e8fd1486b1
binance: fix binance closed order sync
2022-01-23 16:19:13 +08:00
austin362667
5a4adf4d72
binance: add futures broker
2022-01-23 15:26:15 +08:00
c9s
106239e808
service: fix sync process
2022-01-23 15:14:29 +08:00
c9s
407a533659
use the standard generated comment
...
https://github.com/golang/go/issues/13560
Generated files are marked by a line of text that matches the regular
expression, in Go syntax:
^// Code generated .* DO NOT EDIT\.$ The .*
means the tool can put whatever folderol it wants in there, but the
comment must be a single line and must start with Code generated and end
with DO NOT EDIT., with a period.
2022-01-23 14:57:45 +08:00
c9s
1f18c36870
cmd: improve build command
2022-01-23 14:44:17 +08:00
c9s
5790c10a38
interact: fix logger call
2022-01-23 14:21:20 +08:00
c9s
7b572120a1
interact: use RemoveKeyboard from interact.KeyboardController
2022-01-23 14:13:47 +08:00
c9s
ef84742eb7
add KeyboardController interface
2022-01-23 02:21:26 +08:00
c9s
01afe9c14e
interact: fix telegram session restore
2022-01-23 02:21:26 +08:00
c9s
fb37bce4bf
interact: fix slack response and slash command handling
2022-01-23 02:21:26 +08:00
c9s
aad64eb461
interact: improve slack session loading and block sets rendering
2022-01-23 02:21:26 +08:00
c9s
49e4b71776
interact: handle InteractionTypeViewSubmission and print debug state
2022-01-23 02:21:26 +08:00
c9s
2f65d5951e
interact: add doc comment to generateTextInputModalRequest
2022-01-23 02:21:26 +08:00
c9s
5ee0496c7d
interact: support slack modal view request
2022-01-23 02:21:26 +08:00
c9s
0af5fc0530
interact: add RequireTextInput method to Reply interface
2022-01-23 02:21:26 +08:00
c9s
ce54a64208
add slack callback file
2022-01-23 02:21:26 +08:00
c9s
f5f8f15670
slack: add reply and session struct
2022-01-23 02:21:26 +08:00
c9s
2cf29bd1ec
telegram: add callback handler
2022-01-23 02:21:26 +08:00
c9s
ad3f038dc6
bbgo: improve otp key layout
2022-01-23 02:21:26 +08:00
c9s
0e5cf5325b
util: improve mask key function and add tests
2022-01-23 02:21:26 +08:00
c9s
c7f15efb23
interact: add Slack interaction
2022-01-23 02:21:26 +08:00
Yo-An Lin
e4b4f69716
Merge pull request #442 from kkc/fix_bollmaker_backtest
...
Fix: fallback to memory persistence if redis not found
2022-01-22 00:58:49 +08:00
Kakashi Liu
cd85edd64d
Fix: fallback to memory persistence if redis not found
...
resolve #438
Fix bollmaker backtest error
2022-01-22 00:55:03 +08:00
zenix
213ceeda82
fix : #431 for not updating lastPrice if no tade happened
2022-01-21 20:57:55 +09:00
c9s
dc01a23b99
bump version to v1.26.3
2022-01-19 18:34:47 +08:00
c9s
4d921b0b36
kucoin: fix klines ordering
2022-01-19 18:33:54 +08:00
c9s
0b8e5852eb
check persistence error
2022-01-19 18:29:24 +08:00
c9s
9bdc05b69c
strategy/grid: use background context for canceling orders
2022-01-19 18:26:57 +08:00
c9s
9953a30717
xgap: fix subscribe interval
2022-01-19 13:08:50 +08:00
Yo-An Lin
0e0525be99
Merge pull request #418 from austin362667/refactor/futures-account
...
binance: add futures exchange api queries
2022-01-17 20:54:49 +08:00
Yo-An Lin
a8c5a80357
Merge pull request #436 from jessy1092/ftx/correct-poll-klines
...
ftx: Separate the lastClosed record for different interval
2022-01-17 20:52:39 +08:00
c9s
6db038d85f
bump version to v1.26.1
2022-01-17 20:49:56 +08:00
c9s
5c0e3a1254
bollmaker: add shadow protection config
2022-01-16 04:40:50 +08:00
c9s
a68ad20ddc
bollmaker: add shadow protection
2022-01-16 04:06:19 +08:00
c9s
71e660571d
bbgo: optimize LocalActiveOrderBook for back-testing speed
2022-01-16 01:34:28 +08:00
c9s
1e370ff244
bollmaker: collect trades before we shutdown
2022-01-16 01:27:28 +08:00
c9s
898204f5fa
bollmaker: adjust quantity to met the min notional condition before we submit
2022-01-16 01:15:34 +08:00
c9s
fd4a3bb000
bollmaker: remove unused cancelOrders function
2022-01-16 01:08:50 +08:00
c9s
5d54e6fded
interact: skip total == 0 balance
2022-01-16 01:06:47 +08:00
c9s
d1cfaec7d3
notifier/telegramnotifier: check chats map
2022-01-16 01:00:15 +08:00
c9s
5f4239d108
interact: if messenger is not set, skip starting
2022-01-16 00:58:36 +08:00
c9s
b80f481e7d
interact: fix interact tests for session
2022-01-16 00:50:43 +08:00
c9s
b49fc182dc
fix telegram session persistence
2022-01-16 00:39:24 +08:00
c9s
2088234b44
interact: separate telegram user sessions
2022-01-16 00:25:11 +08:00
austin362667
904e7c03ad
strategy: cleanup funding strategy
...
strategy: cleanup funding strategy
2022-01-15 08:28:02 +08:00
austin362667
0ab94e0884
binance: fix err handler
2022-01-15 08:28:02 +08:00
austin362667
91d2312c5c
cache: refactor moving from bbgo to pkg/cache
2022-01-15 08:28:02 +08:00
austin362667
734221028b
binance: fix parse type
2022-01-15 08:28:02 +08:00
austin362667
d0e26c66e4
strategy: add funding strategy
2022-01-15 08:28:02 +08:00
austin362667
f661db56bd
service: handle error
2022-01-15 08:28:02 +08:00
austin362667
9a1d2cba31
binance: add account info in query account
2022-01-15 08:28:02 +08:00
austin362667
32c2f128f5
binance: add TradeFutures
2022-01-15 08:28:02 +08:00
austin362667
8130ef78c1
binance: refactor margin related conversions
2022-01-15 08:28:02 +08:00
austin362667
cd5d8c7a3f
types: modify IsolatedMarginAsset from array to map
2022-01-15 08:28:02 +08:00
austin362667
48d968059c
types: add margin asset map & account info
2022-01-15 08:28:02 +08:00
austin362667
5404bfe7f8
binance: fix futures symbol not found from syncSession
...
binance: fix query trades, closed orders futures symbol not found
binance: fix futures symbol not found
2022-01-15 08:28:02 +08:00
austin362667
0f0539fe70
binance: add futures exchange queries
2022-01-15 08:28:02 +08:00
austin362667
6071c07073
binance: add futures conversion
2022-01-15 08:28:02 +08:00
austin362667
6ac8b36eca
types: add futures assets
2022-01-15 08:28:02 +08:00
Lee
f6c70bdfcb
ftx: Separate the lastClosed record for different interval
2022-01-15 05:12:45 +08:00
c9s
0e3cc08c94
bump version to v1.26.0
2022-01-15 03:37:06 +08:00
c9s
5f942e85ed
bbgo: show position with plaintext mode instead of string format
2022-01-15 03:13:30 +08:00
c9s
06e7ab8824
interact: fix interact tests
2022-01-15 03:09:42 +08:00
c9s
1c7d4d09cf
interact: add Cycle state builder
2022-01-15 03:06:36 +08:00
c9s
2a6b821908
bbgo: implement /position command
2022-01-15 02:58:55 +08:00
c9s
93722e6db3
implement position closer interaction
2022-01-15 02:52:46 +08:00
c9s
77c2a6e10b
types: fix submit order preview
2022-01-15 02:52:33 +08:00
c9s
140e5638b8
binance: apply order cancel rate limiter
2022-01-15 00:52:54 +08:00
c9s
255ee40c98
bbgo: when calling order cancel we should use background context
2022-01-15 00:49:27 +08:00
c9s
77e92d544a
bbgo: pull out interaction setup
2022-01-15 00:32:21 +08:00
c9s
e385d96709
bbgo: move authToken loader
2022-01-15 00:29:35 +08:00
c9s
3a13025d58
bbgo: change default notification rule -- silent order updates
2022-01-15 00:25:16 +08:00
c9s
d5f3946ada
bbgo: refactor the current auth with interact
2022-01-15 00:18:07 +08:00
c9s
51ecac54e7
bbgo: fix local active book graceful cancel
2022-01-15 00:17:52 +08:00
c9s
41b94c5c7e
interact: refactor telegram interaction
2022-01-14 15:03:19 +08:00
c9s
fdf7ad9648
bbgo: rename auth function for general case
2022-01-14 13:41:43 +08:00
c9s
5bef7d8a1e
interact: use interaction singleton
2022-01-14 13:31:31 +08:00
c9s
0114d92f2f
interact: split interaction files
2022-01-14 13:31:31 +08:00
c9s
97ca304bec
telegramnotifier: add SetOwner method
2022-01-14 13:31:31 +08:00
c9s
dd93ee4fd3
move methods to telegramnotifier
2022-01-14 13:31:31 +08:00
c9s
832faf91f8
interact: add command description
2022-01-14 13:31:31 +08:00
c9s
317d8e9d49
xgap: add minSpread option
2022-01-14 12:49:46 +08:00
Yo-An Lin
e797e597b1
Merge pull request #435 from jessy1092/fix/correct-bollmaker-params
...
fix: Correct uptrendSkew and downtrendSkew parameters setting on bollmaker strategy
2022-01-14 12:18:18 +08:00
c9s
eef14fa950
xgap: add jitter
2022-01-14 12:03:29 +08:00
c9s
1f6076ae18
plus a quantity jitter
2022-01-14 11:59:40 +08:00
c9s
42430fde4b
interact: fix interact tests
2022-01-14 02:36:57 +08:00
c9s
17322cbc09
interact: improve authentication process
2022-01-14 02:36:06 +08:00
c9s
62e5706657
interact: improve strict mode authentication
2022-01-14 02:13:59 +08:00
c9s
72a925f659
interact: support authorizer
2022-01-14 01:58:04 +08:00
c9s
086127e8f7
interact: let function evaluator returns state, inject nil if object is not found
2022-01-14 01:01:01 +08:00
c9s
14eea34394
interact: pull out authentication interaction
2022-01-14 00:26:53 +08:00
c9s
91c831140c
interact: fix private command
2022-01-14 00:17:41 +08:00
c9s
a6fb0caff3
interaction: add PrivateCommand
2022-01-13 23:41:22 +08:00
Lee
965fc6989d
fix: Correct uptrendSkew and downtrendSkew parameters setting on bollmaker strategy
2022-01-13 23:06:23 +08:00
c9s
76c64b041f
interact: separate interfaces
2022-01-13 22:24:51 +08:00
c9s
7eba6b20c9
implement the basic flow of interact
2022-01-13 22:15:05 +08:00
c9s
ba4c694179
interact: scan all return values
2022-01-13 11:43:33 +08:00
c9s
087a91aa8a
interact: fix object arg injection
2022-01-13 11:43:33 +08:00
c9s
caa50c3b04
interact: implement parseFuncArgsAndCall with interface injection
2022-01-13 11:43:33 +08:00
c9s
3cc11badac
interact: implement command state machine
2022-01-13 11:43:33 +08:00
c9s
43317bb647
add state and telegram example
2022-01-13 11:43:33 +08:00
c9s
ccaa8c5c86
bbgo: implement parseCommand
2022-01-13 11:43:33 +08:00
c9s
7053802041
basic interaction parser
2022-01-13 11:43:33 +08:00
c9s
7daa82ff9e
bump version to v1.25.4
2022-01-13 11:33:30 +08:00
c9s
dc6d60216b
types: fix order book copy
2022-01-13 11:09:50 +08:00
c9s
98247385f9
xmaker: use GracefulCancel to cancel active orders
2022-01-13 11:01:46 +08:00
c9s
e91dc5a518
types: use mod 3 and mod 7 for test
2022-01-13 10:59:03 +08:00
c9s
e573c18a5c
types: add more detailed rbtree tests
2022-01-13 10:56:57 +08:00
c9s
cb9d9137a6
depth: add details to the depth error message
2022-01-13 00:14:15 +08:00
c9s
8b56c47f65
add doc-comment for PriceHeartBeat
2022-01-13 00:01:20 +08:00
c9s
ec72a922c8
all: add subscribe depth options
2022-01-12 22:27:42 +08:00
c9s
f9e72dc79f
binance: subscribe binance depth10@100ms
2022-01-12 22:17:07 +08:00
c9s
5cc3a88911
xmaker: show order book last update time
2022-01-12 22:11:28 +08:00
c9s
2aeb9e870c
types: add lastUpdateTime field
2022-01-12 22:07:52 +08:00
c9s
915f2c7476
types: add last update time field to orderbook
2022-01-12 22:06:08 +08:00
c9s
09592755cc
cmd: add dump-update option to orderbook cmd
2022-01-12 22:00:29 +08:00
c9s
1a61935850
add depth buffer logs
2022-01-12 21:55:26 +08:00
c9s
8c2228f428
cmd: use time.Local for the local timezone
2022-01-12 15:33:04 +08:00
c9s
b3b1161ecc
depth: add SetUpdateTimeout
2022-01-12 14:49:01 +08:00
c9s
0c7710c91b
types: avoid using copy node for rbtree
2022-01-12 14:45:05 +08:00
c9s
c3356fa694
types: add test for PriceHeartBeat
2022-01-12 14:42:11 +08:00
c9s
5755c44845
move PriceHeartBeat to types
2022-01-12 14:33:55 +08:00
c9s
f28bfbf0c9
bump version to v1.25.3
2022-01-12 12:56:15 +08:00
Yo-An Lin
30c1dd3e3d
Merge pull request #424 from tony1223/bug/binance-add-ratelimiter
...
fix: [binance] add order rate limiter
2022-01-12 12:53:51 +08:00
Yo-An Lin
c2b121f9ee
Merge pull request #432 from jessy1092/ftx/support-limit-maker
...
ftx: Support LIMIT_MAKER and IOC_LIMIT order type
2022-01-12 12:50:57 +08:00
c9s
e44a2c1cac
service: check redis client and show proper error
2022-01-12 12:42:39 +08:00
c9s
420e221f5b
xmaker: pull out PriceHeartBeat
2022-01-12 12:14:51 +08:00
c9s
7195c6ed27
xmaker: add price quoting protection
2022-01-12 11:55:45 +08:00
c9s
0e927a9a06
types: avoid using nil in rbt
2022-01-12 11:45:08 +08:00
c9s
6ee831e678
add trade logger
2022-01-12 11:19:41 +08:00
c9s
db8a74238e
notifier/telegramnotifier: remove debug log
2022-01-12 11:18:36 +08:00
Lee
523d9b3071
ftx: Support LIMIT_MAKER and IOC_LIMIT order type
2022-01-12 03:47:12 +08:00
c9s
848d36f90b
add trade exchange back
2022-01-11 22:50:38 +08:00
c9s
940c675cae
xmaker: add rate limit hit alert
2022-01-11 22:48:28 +08:00
c9s
081a143ec0
xmaker: add DepthQuantity
2022-01-11 22:47:40 +08:00
c9s
b302adcc7e
types: add and use OrderError
2022-01-11 18:00:07 +08:00
c9s
857db529af
binance: show order info in the error
2022-01-11 17:05:36 +08:00
c9s
b56c800e12
binance: add order status to the error message
2022-01-11 16:47:55 +08:00
c9s
97422f26e7
binance: should return error when order does not contain orderID or clientOrderID
2022-01-11 16:38:02 +08:00
c9s
96ffab9cd8
binance: add details to order cancel error
2022-01-11 16:35:49 +08:00
c9s
c59d82900b
bump version to v1.25.2
2022-01-11 14:20:06 +08:00
c9s
4a8751e486
binance: fix listen key keep alive worker call
2022-01-11 14:16:35 +08:00
c9s
eefee46e9b
binance: invert if
2022-01-11 13:38:03 +08:00
c9s
cf07ca7aa0
binance: adjust listen key update interval to longer period
2022-01-11 13:37:02 +08:00
c9s
71a0604e72
use fixedpoint to parse payload directly
2022-01-11 01:41:33 +08:00
c9s
e5b4af53e6
all: clean up SubmitOrder fields
2022-01-11 01:36:19 +08:00
c9s
43818e95b6
types: move channels to a single file
2022-01-11 01:25:39 +08:00
c9s
e12178b51a
stream: make ping method private
2022-01-11 01:24:34 +08:00
c9s
a66070d286
stream: make reconnector private
2022-01-11 01:24:01 +08:00
c9s
16ec856a4e
types: add debug flag for websocket raw message
...
flag: debug-websocket-raw-message
2022-01-11 01:23:01 +08:00
c9s
b24d944796
types: fix, remove the read timeout override
2022-01-11 01:20:09 +08:00
c9s
70dec09f26
xmaker: fix minQuantity buffer
2022-01-10 23:17:19 +08:00
c9s
6008aaac5f
types: add order status icon for slack
2022-01-10 18:01:22 +08:00
c9s
d1c981e0b3
types: fix order slack attachment
2022-01-10 17:54:35 +08:00
c9s
2c94ec427b
types: improve order slack attachment
2022-01-10 17:46:01 +08:00
c9s
48cbb7fff6
bbgo: check order side and log error
2022-01-10 17:26:14 +08:00
c9s
5103088675
cmd: fix submitOrder cmd
2022-01-10 17:16:07 +08:00
c9s
4b0e721580
binance: change binance debug client env var name to debug-binance-client
2022-01-10 16:37:41 +08:00
TonyQ
25801f9f63
add ratelmiter
2022-01-10 16:33:19 +08:00
c9s
88210fd27b
types: improve trade text template
2022-01-10 14:32:55 +08:00
c9s
7952cf8804
display fee only when fee > 0
2022-01-10 14:25:33 +08:00
c9s
fb3c198447
types: add okex icon and kucoin icon
2022-01-10 14:18:09 +08:00
c9s
e2f7790a4e
types: show exchange name in the trade footer
2022-01-10 14:15:45 +08:00
c9s
439685141f
add footer icon for exchange name
2022-01-10 14:15:05 +08:00
c9s
16b5ea9744
bump version to v1.25.1
2022-01-10 13:52:35 +08:00
c9s
b26141ac1f
support: set default s.triggerEMA
2022-01-10 13:51:14 +08:00
c9s
b56e988fc9
support: fix triggerEMA check
2022-01-10 13:49:36 +08:00
c9s
2c2ba46ab7
bump version to v1.25.1
2022-01-10 13:46:41 +08:00
c9s
6c3ee314d9
binance: fix order cancel client order id usage
2022-01-10 13:29:27 +08:00
c9s
c284e2e3bb
types: improve pendingRemoval check
2022-01-10 12:44:06 +08:00
c9s
d57f8fedfe
bbgo: fix active book order removal
2022-01-10 12:29:19 +08:00
c9s
3907f99e70
xmaker: keep rate reservation token
2022-01-10 12:25:13 +08:00
c9s
1b27c4e9c4
remove hedge error limiter
2022-01-09 23:45:46 +08:00
c9s
54779444f4
bump version to v1.25.0
2022-01-09 22:54:21 +08:00
c9s
9ca4e23aaf
add strategy documentation
2022-01-09 22:43:49 +08:00
c9s
bba4e86fdf
bollmaker: adjust default skew parameter
2022-01-09 22:37:27 +08:00
c9s
b98777afe4
bollmaker: pull out skew options
2022-01-09 22:32:23 +08:00
c9s
d94cc2df31
bbgo: add recover callbacks to trace collector
2022-01-09 15:39:59 +08:00
c9s
ab3dabcbcc
bump version to v1.24.0
2022-01-09 11:44:41 +08:00
c9s
cbff0b6eca
types: improve position fee display for telegram
2022-01-09 11:42:01 +08:00
c9s
6ce8edba7d
xmaker: add error rate limiter
2022-01-09 11:33:34 +08:00
c9s
471a1b2baa
xmaker: adjust minimal quantity and minimal notional threshold
2022-01-09 10:18:31 +08:00
c9s
7e9b768e4c
slacknotifier: apply rate limiter to 1 message per second
2022-01-09 10:14:39 +08:00
c9s
cd340bd596
bollmaker: check s.MaxExposurePosition
2022-01-09 03:03:54 +08:00
c9s
0cec652f38
bollmaker: skip submitOrder calls if submitOrders is empty
2022-01-09 02:35:12 +08:00
c9s
656ef942e4
bollmaker: add disable short option
2022-01-09 02:24:10 +08:00
c9s
4df5847647
bollmaker: add quantity scaling for closing position
2022-01-09 01:57:51 +08:00
c9s
4cdb5b607b
rename bollpp to bollmaker
2022-01-09 01:20:47 +08:00
c9s
02dfdb57bd
types: pull out position type
2022-01-09 00:45:19 +08:00
c9s
1b1fc3ad66
types: collect fees
2022-01-09 00:39:55 +08:00
c9s
7e2acdc416
all: add lock protected GetBase method for Position
2022-01-09 00:35:45 +08:00
c9s
9b92c8948d
xmaker: fix quantity truncation and add check for min quantity n min notional
2022-01-09 00:30:18 +08:00
c9s
415cda3fca
bump version to v1.23.0
2022-01-08 19:06:03 +08:00
c9s
d1420e66be
fix TestTradeCollector_ShouldNotCountDuplicatedTrade
2022-01-08 02:20:30 +08:00
c9s
cb189d885c
fix backtest for limit maker order and bollpp strategy
2022-01-08 02:18:44 +08:00
c9s
e0b906a88b
bbgo: fix processTrade
2022-01-07 16:53:11 +08:00
c9s
f4ebae17bb
xmaker: when recover the trade, notify
2022-01-07 13:13:57 +08:00
c9s
a5fb408a16
twap: refactor and call activeMakerOrders.GracefulCancel
2022-01-07 01:34:23 +08:00
c9s
d013713c00
types: add exchange name to trade key
2022-01-07 01:25:07 +08:00
c9s
e312ec953c
bbgo: rename test case
2022-01-07 01:23:54 +08:00
c9s
d63cc42867
bbgo: add trade collector test
2022-01-07 01:17:07 +08:00
c9s
a49d001c29
xmaker: add trade scanner
2022-01-07 01:03:12 +08:00
c9s
69ae3259ff
bbgo: mark trade as done in the trade collector for preventing duplicated trade
2022-01-07 00:28:12 +08:00
c9s
01c7429758
trade: use assignment instead of append
2022-01-07 00:21:14 +08:00
c9s
41574a2390
xmaker: use millisecond jitter from the util package
2022-01-07 00:14:24 +08:00
c9s
259771b0b0
all: pull out the graceful cancel process to the local active book
2022-01-07 00:10:40 +08:00
c9s
47e23fda90
bbgo: add cache expiry
2022-01-06 23:57:42 +08:00
c9s
1d5406ef21
xmaker: always update maker market
2022-01-06 23:27:06 +08:00
c9s
c8bf85f4e2
xmaker: improve pips
2022-01-05 11:34:07 +08:00
c9s
e997220321
xmaker: fix ask pips
2022-01-05 11:32:56 +08:00
c9s
8b6cae9107
max: fix max authenticated event parsing
2022-01-02 12:20:38 +08:00
c9s
e04139a330
max: clean up and refactor max stream
2022-01-02 12:02:36 +08:00
c9s
cc0e5f71b0
clean up binance stream
2022-01-02 12:02:36 +08:00
Yo-An Lin
b22bb4b28d
Merge pull request #416 from tony1223/bug/415-ftx-kline
...
exchange/ftx: #415 fix kline issue
2022-01-02 02:46:22 +08:00
c9s
85c14e5966
binance: fix parser tests
2022-01-02 02:44:47 +08:00
c9s
dcea623264
binance: change listen key update interval to 10 minutes
2022-01-02 02:41:58 +08:00
c9s
96fedfd311
okex: refactor okex stream
2022-01-02 02:37:33 +08:00
TonyQ
8315607de3
exchange/ftx: #415 fix kline issue
2022-01-02 02:34:29 +08:00
c9s
9d382a6b8c
binance: use sync.Once to protect the set server time calls
2022-01-02 02:14:04 +08:00
c9s
ffe216ca2d
kucoin: remove unused fields
2022-01-02 02:11:55 +08:00
c9s
76d11af284
kucoin: fix connection field
2022-01-02 02:11:36 +08:00
c9s
f4bfd8cc6b
all: move Reconnector to standard stream
2022-01-02 02:08:34 +08:00
c9s
6f6dac611e
refactor websocket stream into standard websocket stream
2022-01-02 01:54:47 +08:00
c9s
073845baa1
bump version to v1.22.3
2022-01-01 02:52:14 +08:00
c9s
3c57ce788e
add startTime to the trade sync query
2022-01-01 02:51:58 +08:00
c9s
ab0519c4be
start time is required for syncing trades
2022-01-01 02:50:07 +08:00
c9s
83053ab807
bump version to v1.22.3
2022-01-01 02:45:59 +08:00
c9s
7d64a30a6b
kucoin: fix launch date with local time zone
2022-01-01 02:45:47 +08:00
c9s
0fc5f74cb1
bump version to v1.22.3
2022-01-01 02:43:48 +08:00
c9s
129f44bbcb
fix empty start time sync issue
2022-01-01 02:43:08 +08:00
c9s
25f01b8837
kucoin: refactor ticker request
2022-01-01 02:07:48 +08:00
c9s
be408055a6
kucoin: refactor account service api
2022-01-01 02:04:20 +08:00
c9s
61736a6263
bump version to v1.22.2
2022-01-01 01:35:37 +08:00
c9s
6ff24e713e
xmaker: fix notification format
2022-01-01 01:34:48 +08:00
c9s
6d5ab33d17
kucoin: fix kucoin order query
2022-01-01 01:28:29 +08:00
c9s
556a581ae1
kucoin: add kucoin list history orders request
2022-01-01 00:46:33 +08:00
c9s
809528a9cc
bump version to v1.22.1
2021-12-31 15:27:01 +08:00
c9s
6055f90680
xmaker: add cover and uncover logs
2021-12-31 15:26:51 +08:00
c9s
5b250d0e28
bump version to v1.22.1
2021-12-31 15:17:30 +08:00
c9s
1116fc1de1
session: print klines only when debug-kline is enabled
2021-12-31 15:13:26 +08:00
c9s
899e8d2d58
Revert "xmaker: fix s.state.CoveredPosition.AtomicAdd add"
...
This reverts commit 5999dc1151
.
2021-12-31 14:23:02 +08:00
c9s
e05da17f4f
sync: skip rejected withdraw record
2021-12-31 14:20:36 +08:00
c9s
eba33329d1
always sort orders and trades in the batch query
2021-12-31 14:12:41 +08:00
c9s
2a8caa3780
batch: show trade sync time range in the message
2021-12-31 13:56:53 +08:00
c9s
20c6c7eb9a
all: fix trade, order sync for kucoin
2021-12-31 13:52:16 +08:00
c9s
5f84f13e21
kucoin: fix trade time field issue
2021-12-31 13:20:34 +08:00
c9s
5999dc1151
xmaker: fix s.state.CoveredPosition.AtomicAdd add
2021-12-31 02:00:39 +08:00
c9s
63ccc2d3d0
bbgo: remove order if ExecutedQuantity is zero
2021-12-31 01:55:22 +08:00
c9s
aaa52ecea4
xmaker: remove unsued localTimeZone var
2021-12-31 01:53:30 +08:00
c9s
f2b852c486
bump version to v1.22.0
2021-12-31 01:52:29 +08:00
c9s
e09b4fa5fb
kucoin: rewrite cancel all orders request
2021-12-31 01:50:56 +08:00
c9s
6addd503aa
kucoin: generate PlaceOrderRequest with requestgen
2021-12-31 01:43:31 +08:00
c9s
af19875e2e
kucoin: fix predefined generate command alias
2021-12-31 01:39:45 +08:00
c9s
b91bf10a7c
kucoin: remove New prefix from the requests
2021-12-31 01:36:41 +08:00
Yo-An Lin
8aef3c002a
Merge pull request #412 from austin362667/refactor/futures-account
...
binance: add futures stream
2021-12-31 01:27:34 +08:00
c9s
b8b5ccdd2d
kucoin: refactor account service with requestgen
2021-12-31 01:25:04 +08:00
austin362667
9483a0d10d
binance: modify methods for registering callbacks
2021-12-31 00:11:47 +08:00
austin362667
65d37c1983
binance: add futures stream
2021-12-31 00:08:27 +08:00
austin362667
3d63032f7d
types: modify Positions to FuturesPositions
2021-12-31 00:08:27 +08:00
austin362667
5cc768031e
binance: add FuturesPosition conversion
2021-12-31 00:08:27 +08:00
austin362667
b000f572b4
types: add FuturesPosition
2021-12-31 00:08:27 +08:00
c9s
a4949a100d
bump version to v1.21.4
2021-12-30 23:47:31 +08:00
c9s
3c2704c4ae
add binance.us support
2021-12-30 23:46:43 +08:00
c9s
c467529b23
bump version to v1.21.3
2021-12-30 22:04:38 +08:00
c9s
ba73d5a09a
fix kucoin orderTime parsing and order id conversion
2021-12-30 22:02:50 +08:00
c9s
76d31e7614
kucoin: add client order ID to converter
2021-12-30 21:39:50 +08:00
c9s
31070c3950
pull out connection status binder
2021-12-30 17:25:47 +08:00
c9s
26ff576727
fix connection status callbacks
2021-12-30 17:23:27 +08:00
c9s
4383823135
use trimTrailingZeroFloat
2021-12-30 17:21:23 +08:00
c9s
cfc66dc13e
bbgo: add session connection notification
2021-12-30 17:18:04 +08:00
c9s
8995ce2824
binance: adjust timeout
2021-12-30 16:51:30 +08:00
c9s
890fb5327a
rename StreamRequest to WebSocketCommand
2021-12-30 16:49:07 +08:00
c9s
35e0b1d146
binance: fix binance stream graceful shutdown
2021-12-30 16:47:39 +08:00
c9s
ff87fb007e
binance: pull out dispatchEvent
2021-12-30 16:30:02 +08:00
c9s
bae7df806f
binance: pull out getEndpointUrl
2021-12-30 16:22:29 +08:00
c9s
d72d57526c
binance: add DEBUG_BINANCE_STREAM env var
2021-12-30 16:20:32 +08:00
c9s
a2931da92c
move math rand
2021-12-30 16:18:32 +08:00
c9s
e73866a232
tmp
2021-12-30 16:17:26 +08:00
c9s
7fa05b33f8
bump version to v1.21.2
2021-12-30 16:17:07 +08:00
c9s
e82800ce01
bump version to v1.21.2
2021-12-30 16:06:11 +08:00
c9s
db4a6cf305
bump version to v1.21.2
2021-12-30 15:59:19 +08:00
c9s
844b3c2e8e
fix kucoin context issue
2021-12-30 15:58:58 +08:00
c9s
3b9a191c95
binance: refactor binance stream handlers
2021-12-30 14:02:36 +08:00
c9s
f540742b42
add tradeType field
2021-12-30 02:37:17 +08:00
c9s
3cf499b605
kucoin: rewrite GetAllTickersRequest api
2021-12-30 02:33:07 +08:00
c9s
0fc91500e4
kucoin: rewrite GetTickerRequest with requestgen
2021-12-30 02:22:33 +08:00
c9s
5136001c9b
kucoin: rewrite ListSymbolsRequest
2021-12-30 02:17:03 +08:00
c9s
41435458d1
refactor orderbook requests with requestgen
2021-12-30 01:15:19 +08:00
c9s
6ff7113ace
bump version to v1.21.1
2021-12-30 00:34:52 +08:00
c9s
33801a4fbc
fix trailing zero trim
2021-12-30 00:14:01 +08:00
c9s
22e4da3775
fix pendingRemoval lock
2021-12-29 23:53:46 +08:00
c9s
2c0af99a51
rewrite kucoin bullet api with requestgen
2021-12-29 22:06:21 +08:00
c9s
8f97ee7787
binance: add isolated margin flag
2021-12-29 17:36:08 +08:00
c9s
2ef4d713f8
binance: fix margin order cancel
2021-12-29 17:35:27 +08:00
c9s
1a820936c4
binance: change log level from info to debug
2021-12-29 17:30:04 +08:00
c9s
6030a62cf0
change to debug level message
2021-12-29 17:28:45 +08:00
c9s
b637d46c83
adjust keep alive interval
2021-12-29 17:27:37 +08:00
c9s
eec699cbc9
binance: adjust timeout and interval
2021-12-29 15:25:59 +08:00
c9s
6440c7659b
let mask ke shows head and tail
2021-12-29 15:25:59 +08:00
austin362667
d691bfa106
binance: add futures parser
2021-12-28 06:26:27 +08:00
c9s
f78a7d37a2
xgap: subscribe 1m kline
2021-12-28 02:14:49 +08:00
c9s
8f4ae1e15b
xgap: check balance and adjust order quantity according to the available balance
2021-12-28 02:11:11 +08:00
c9s
090d60b44e
fix session connection status metrics
2021-12-28 01:58:36 +08:00
c9s
958dd97f52
xgap: add SimulateVolume
2021-12-28 01:48:24 +08:00
c9s
a0e41650be
add metricsLastUpdateTimeBalance metrics
2021-12-28 01:39:17 +08:00
c9s
bb9ef72028
update metricsConnectionStatus metrics
2021-12-28 00:49:56 +08:00
c9s
acd1f6fdf3
update dev build version
2021-12-27 23:10:37 +08:00
c9s
9b1783a92a
fix version file generator
2021-12-27 23:10:29 +08:00
c9s
4ea4bfb3fa
fix dev version build flag
2021-12-27 21:18:48 +08:00
c9s
0779b3e20a
bump version to v1.21.0
2021-12-27 19:13:44 +08:00
c9s
4a6c9deb8d
compile and update migration package
2021-12-27 19:13:44 +08:00
c9s
5fca633495
types: remove trade trailing zero digits
2021-12-27 17:36:58 +08:00
c9s
8d02f0b03e
trade notification format
2021-12-27 17:34:31 +08:00
c9s
bb7b33e532
bbgo: bind and update balance metrics updater
2021-12-27 17:27:16 +08:00
c9s
7b629c9d30
bbgo: update balances metrics and trade metrics
2021-12-27 17:16:30 +08:00
c9s
0f24eec715
bbgo: fix: filter trades by symbol
2021-12-27 16:32:30 +08:00
c9s
42f22e0ef3
add prometheus metrics server
2021-12-27 16:27:14 +08:00
c9s
1fa03cdfd6
xmaker: add back profit function
2021-12-27 02:59:55 +08:00
c9s
a31e2743ee
fix kline log space
2021-12-27 00:54:10 +08:00
c9s
f7c39290a0
call tradeCollector process to check trades
2021-12-27 00:51:57 +08:00
c9s
c49b9ef276
fix order status convert
2021-12-27 00:21:52 +08:00
c9s
dcdf33e2c9
xmaker: pull out notifyTrade to a single callback
2021-12-27 00:12:35 +08:00
c9s
e08b2e9a85
fix max exchange order status conversion and document the order status
2021-12-26 15:58:12 +08:00
c9s
770c1067fc
bbgo: fix order store RemoveCancelled
2021-12-26 15:47:39 +08:00
c9s
65da02af2c
xmaker: call TruncateQuantity when the quantity is adjusted
2021-12-26 15:45:39 +08:00
c9s
902e27ede4
xmaker: truncate quantity when hedging
2021-12-26 15:44:41 +08:00
c9s
05a0745d08
fix InitExchange for publicOnly session
2021-12-26 15:29:42 +08:00
c9s
30a7ca1ce1
rename gap to xgap
2021-12-26 15:13:51 +08:00
c9s
1c54e59d55
xmaker: fix trade handling
2021-12-26 12:10:10 +08:00
c9s
e44390b655
kucoin: add more comment
2021-12-26 03:19:03 +08:00
c9s
9b8995acea
fix supportedIntervals map
2021-12-26 03:17:26 +08:00
c9s
8bf5c5f778
fix kline sync query
2021-12-26 03:14:19 +08:00
c9s
a5c7ffa134
kucoin: add the missing 5min kline convert
2021-12-26 03:07:49 +08:00
c9s
4c263dd205
fix batch kline sync
2021-12-26 03:04:21 +08:00
c9s
cf6da76ef0
service: add kucoin_klines to backtest insert table mapping
2021-12-26 02:40:13 +08:00
c9s
b79ab5d68d
kucoin: fix kline query param
2021-12-26 02:39:44 +08:00
c9s
be10019007
compile and update migration package
2021-12-26 02:31:09 +08:00
c9s
1da0c8e755
kucoin: implement QueryKLines and fix interval conversion
2021-12-26 02:23:06 +08:00
c9s
e3181202db
kucoin: implement QueryTrades
2021-12-26 01:44:05 +08:00
c9s
8c03147ff4
kucoin: implement QueryClosedOrders
2021-12-26 01:34:03 +08:00
c9s
0cef2c52ef
all: improve cancel command and add uuid field to order struct
2021-12-26 01:27:22 +08:00
c9s
471d86c801
kucoin: implement order submit
2021-12-26 00:27:52 +08:00
c9s
50fac9d491
kucoin: pull out queryDepth method to exchange
2021-12-25 23:53:34 +08:00
c9s
ba8ebfe3a7
refactor and add doc comment for InitExchangeSession
2021-12-25 23:42:29 +08:00
c9s
307d0b8e1f
bbgo: add passphrase field to session struct
2021-12-25 23:28:00 +08:00
c9s
dd22776a7e
cmd: refactor the exchange factory function
2021-12-25 23:27:05 +08:00
Yo-An Lin
8aa2ae1b32
Merge pull request #397 from austin362667/refactor/futures-account
...
binance: add futures related conversion
2021-12-25 23:17:27 +08:00
c9s
dcbce18fd8
fix format
2021-12-25 23:12:54 +08:00
c9s
442afe8eb9
backtest: pull out market data feeding to a function and call it in the main thread
2021-12-25 22:57:28 +08:00
c9s
60853bee23
backtest: pull out market data feeder
2021-12-25 22:37:38 +08:00