c9s
|
657e1dc9bf
|
maxapi: pre-parse relative url and cache them
|
2021-06-16 13:04:05 +08:00 |
|
c9s
|
cbd0180939
|
maxapi: remove extra user agent header
|
2021-06-16 13:04:05 +08:00 |
|
c9s
|
16e5e08d58
|
maxapi: fix dump request error check
|
2021-06-16 13:04:05 +08:00 |
|
c9s
|
48c84824cf
|
maxapi: volume, side, market is always required for creating orders
|
2021-06-16 13:04:05 +08:00 |
|
c9s
|
2da633c221
|
maxapi: add HTTP_TRANSPORT_IDLE_CONN_TIMEOUT env var for override
|
2021-06-16 13:04:05 +08:00 |
|
c9s
|
7c5b676366
|
maxapi: create an isolated http transport rather than the default one
|
2021-06-16 13:04:05 +08:00 |
|
c9s
|
684232041c
|
maxapi: load http transport settings from env vars
|
2021-06-16 13:04:05 +08:00 |
|
c9s
|
b31b830b2b
|
max: add request dump for debugging request
|
2021-06-16 13:03:45 +08:00 |
|
c9s
|
8c3992d514
|
max: no need to check order volume separately
|
2021-06-16 13:02:21 +08:00 |
|
c9s
|
fdf1ee9258
|
max: use precision -1 to trim zeros
|
2021-06-16 13:02:21 +08:00 |
|
c9s
|
a8eda62a8d
|
max: set debug vars from env vars
|
2021-06-16 13:02:21 +08:00 |
|
c9s
|
990da5ad3b
|
xbalance: add foreign fee for withdrawal
|
2021-06-09 01:37:33 +08:00 |
|
c9s
|
18f72a9118
|
fixedpoint: add more multiplication benchmarks
|
2021-06-09 01:37:29 +08:00 |
|
c9s
|
3d1d659c81
|
fixedpoint: add math/big version multiplication support
|
2021-06-09 01:37:24 +08:00 |
|
c9s
|
0df26e0570
|
binance: adjust listen key keep alive to 20 minutes
|
2021-06-09 01:37:19 +08:00 |
|
c9s
|
457ca79517
|
binance: for network error, we should retry the request
|
2021-06-09 01:37:14 +08:00 |
|
c9s
|
3c4eb5aec7
|
telegram: add more emojis
|
2021-06-09 01:37:09 +08:00 |
|
c9s
|
89c3df730b
|
telegram: add emoji for greetings
|
2021-06-09 01:37:04 +08:00 |
|
c9s
|
3cf92e9f0e
|
deploy.sh: check binary existence before copying to remote
|
2021-06-09 01:37:00 +08:00 |
|
c9s
|
d1455f66c7
|
deploy.sh: rename bin_dir to host_bin_dir and add more doc comment
|
2021-06-09 01:36:54 +08:00 |
|
c9s
|
e8041986a4
|
deploy.sh: refine var names and add more details in the comment
|
2021-06-09 01:36:50 +08:00 |
|
c9s
|
dea6348f00
|
deploy.sh: add systemd configure script
|
2021-06-09 01:36:45 +08:00 |
|
c9s
|
d9e9767844
|
add standard deploy script for bbgo
|
2021-06-09 01:36:40 +08:00 |
|
c9s
|
ac71a392c6
|
fixedpoint: fix fixedpoint value int64 cast
|
2021-06-09 01:36:32 +08:00 |
|
c9s
|
ecf888dfd6
|
util: add env var util functions
|
2021-06-09 01:36:16 +08:00 |
|
c9s
|
ec6c10a96a
|
binance: adjust read timeout and increase read buffer size
|
2021-06-09 01:36:06 +08:00 |
|
c9s
|
3fd170a4ff
|
xmaker: check book before copying
|
2021-06-09 01:35:56 +08:00 |
|
c9s
|
f5a241a1a8
|
xmaker: improve warn message
|
2021-06-09 01:35:50 +08:00 |
|
c9s
|
a0d8a3718a
|
xmaker: fix bid/ask price check
|
2021-06-07 02:50:11 +08:00 |
|
c9s
|
d5617d44aa
|
xmaker: pass source market and maker market for formatting
|
2021-06-07 02:49:54 +08:00 |
|
c9s
|
0a74cc7171
|
xmaker: add useDepthPrice option
|
2021-06-07 02:49:44 +08:00 |
|
c9s
|
2486d04332
|
rbt: fix copyNode
|
2021-06-07 02:44:30 +08:00 |
|
c9s
|
5a5cb71a5e
|
rbt: add more rbtorderbook test
|
2021-06-07 02:44:25 +08:00 |
|
c9s
|
062443a29c
|
rbt: check if returned node is neel
|
2021-06-07 02:44:21 +08:00 |
|
c9s
|
3b0ed4e3dc
|
rbt: add more test cases
|
2021-06-07 02:44:14 +08:00 |
|
c9s
|
9622956c71
|
rbt: fix rbtree search for neel
|
2021-06-07 02:44:09 +08:00 |
|
c9s
|
5d8f7b3ea6
|
rbt: fix preorder
|
2021-06-07 02:44:04 +08:00 |
|
c9s
|
7805dcd72e
|
rbt: fix pointer check of iteration
|
2021-06-07 02:44:00 +08:00 |
|
c9s
|
9bc55def44
|
rbt: fix deleting, copy value to the deleting node's memory
|
2021-06-07 02:43:54 +08:00 |
|
c9s
|
f34631c7ae
|
rbt: add pointer check
|
2021-06-07 02:43:50 +08:00 |
|
c9s
|
6d2771aca9
|
rbt: fix rightmost and leftmost
|
2021-06-07 02:43:43 +08:00 |
|
c9s
|
06bf0d0f2b
|
rbt: fix rbtree deletion
|
2021-06-07 02:43:39 +08:00 |
|
c9s
|
103b1ea560
|
rbt: add rbt insert test
|
2021-06-07 02:43:34 +08:00 |
|
c9s
|
7512f56b84
|
rbt: avoid sharing rbtree neel pointer
|
2021-06-07 02:43:22 +08:00 |
|
c9s
|
f487b53d9e
|
binance: fix client order id checking
|
2021-06-07 01:07:00 +08:00 |
|
c9s
|
5fd0ab4cd3
|
skip client order id when no client order is given
|
2021-06-07 01:03:21 +08:00 |
|
c9s
|
291fdbaf25
|
optimize max submit order api priority
|
2021-06-07 01:03:09 +08:00 |
|
c9s
|
f20e809940
|
types: add bestBidAndAsk method
|
2021-06-07 01:02:43 +08:00 |
|
c9s
|
e8205556ff
|
show bbgo version name
|
2021-06-07 00:57:47 +08:00 |
|
c9s
|
b60fd9e356
|
support: fix quantity formatting
|
2021-06-07 00:57:47 +08:00 |
|