c9s
|
9f29fbd645
|
grid2: add order group id to the submitOrder forms
|
2023-03-05 23:21:28 +08:00 |
|
c9s
|
773b055711
|
grid2: fix length check
|
2023-03-05 23:20:17 +08:00 |
|
c9s
|
dfba758e88
|
grid2: add one more log
|
2023-03-05 17:55:04 +08:00 |
|
c9s
|
584fae1a53
|
grid2: fix recover order filtering
|
2023-03-05 17:41:05 +08:00 |
|
c9s
|
4927dd7f98
|
grid2: add more logs
|
2023-03-05 17:34:50 +08:00 |
|
c9s
|
5805f0c7f0
|
grid2: call cancelWrite before everything
|
2023-03-05 17:10:11 +08:00 |
|
c9s
|
0f307bba7d
|
grid2: pull out start process to a function
|
2023-03-05 17:07:01 +08:00 |
|
gx578007
|
ec0d438f9d
|
FIX: [grid2] fix active orderbook at recovering
|
2023-03-05 14:29:31 +08:00 |
|
c9s
|
9d1da7c847
|
grid2: remove outdated comment
|
2023-03-03 19:21:23 +08:00 |
|
c9s
|
e2435f1fc0
|
grid2: pass submit orders in one call since we have solved the order store issue
|
2023-03-03 19:09:53 +08:00 |
|
c9s
|
1a109c118d
|
grid2: use write context for submitting orders
|
2023-03-03 19:09:53 +08:00 |
|
c9s
|
3f560b2230
|
grid2: backoff retry open orders api
|
2023-03-03 19:09:05 +08:00 |
|
c9s
|
fa395b0d0a
|
grid2: improve the onStart handler
|
2023-03-03 19:09:05 +08:00 |
|
c9s
|
0d41f0261a
|
grid2: rewrite cancel all check loop
|
2023-03-03 19:09:05 +08:00 |
|
c9s
|
bf4553d767
|
grid2: add OrderFillDelay option
|
2023-03-03 14:30:58 +08:00 |
|
c9s
|
ca741f91eb
|
grid2: add fee currency check for buy order
|
2023-03-03 14:30:58 +08:00 |
|
c9s
|
9a89237c24
|
grid2: fix base/quote fee reduction
|
2023-03-03 14:30:58 +08:00 |
|
c9s
|
bd86a89667
|
grid2: return fee currency
|
2023-03-03 13:13:27 +08:00 |
|
c9s
|
5cbc6f191f
|
grid2: aggregate order fee instead of only base fee
|
2023-03-03 13:13:27 +08:00 |
|
gx578007
|
8039068d51
|
Merge pull request #1075 from c9s/bhwu/add-persistence-to-env
FEATURE: add persistence service to environment
|
2023-03-02 23:00:20 +08:00 |
|
gx578007
|
bc7a071dbd
|
FIX: add persistence service to environment
|
2023-03-02 22:42:02 +08:00 |
|
Yo-An Lin
|
d03c7d624f
|
Merge pull request #1074 from c9s/narumi/rebalance/order-type
strategy: rebalance: add order type parameter
|
2023-03-02 22:37:36 +08:00 |
|
c9s
|
e915825ac6
|
grid2: defer call grid closed
|
2023-03-02 18:16:09 +08:00 |
|
narumi
|
904491e750
|
add orderType parameter
|
2023-03-02 18:11:43 +08:00 |
|
c9s
|
c5e2acf0f5
|
grid2: call Initialize in clean up
|
2023-03-02 18:08:26 +08:00 |
|
c9s
|
86584b01b9
|
grid2: fix exchange session field
|
2023-03-02 18:05:48 +08:00 |
|
c9s
|
5212365d2f
|
grid2: remove s.ExchangeSession check
|
2023-03-02 17:40:44 +08:00 |
|
c9s
|
6947c8b104
|
grid2: improve clean up
|
2023-03-02 17:33:58 +08:00 |
|
c9s
|
3cb190c2c7
|
bbgo: apply logger into the order executor
|
2023-03-02 16:16:14 +08:00 |
|
c9s
|
385a97448d
|
grid2: add StopIfLessThanMinimalQuoteInvestment doc comment
|
2023-03-02 15:53:42 +08:00 |
|
c9s
|
11329dffe7
|
grid2: add StopIfLessThanMinimalQuoteInvestment option
|
2023-03-02 15:50:10 +08:00 |
|
c9s
|
729d32af70
|
grid2: add minimal quote investment check error log
|
2023-03-02 15:14:21 +08:00 |
|
c9s
|
4aa25db3ed
|
grid2: add one more calculateMinimalQuoteInvestment test case
|
2023-03-02 14:03:22 +08:00 |
|
c9s
|
1d8df08a74
|
fixedpoint: fix fixedpoint rounding
|
2023-03-01 22:21:24 +08:00 |
|
c9s
|
f553ee05a0
|
grid2: log base fee rounding precision
|
2023-03-01 21:49:15 +08:00 |
|
c9s
|
b2bbf2d6ca
|
grid2: add comment to the sync call
|
2023-03-01 21:09:48 +08:00 |
|
c9s
|
b13efdf30e
|
grid2: calculate grid profit only when the reverse order is placed
|
2023-03-01 20:05:35 +08:00 |
|
c9s
|
06eff47058
|
grid2: improve UseCancelAllOrdersApiWhenClose process
|
2023-03-01 16:35:09 +08:00 |
|
c9s
|
f82af6e6dd
|
grid2: use UseCancelAllOrdersApiWhenClose
|
2023-03-01 16:16:26 +08:00 |
|
c9s
|
98739cc8a1
|
grid2: avoid using loop iterator var
|
2023-03-01 15:29:46 +08:00 |
|
c9s
|
04da988639
|
grid2: check if we have o.AveragePrice, use it for newQuantity
|
2023-03-01 15:29:46 +08:00 |
|
c9s
|
7eb953093c
|
grid2: merge baseSellQuantityReduction section
|
2023-03-01 15:29:46 +08:00 |
|
c9s
|
6fc45e66dd
|
grid2: for non-compound or earn base mode we should always use the original buy quantity
|
2023-03-01 15:29:46 +08:00 |
|
gx578007
|
3acb0a0a64
|
Merge pull request #1066 from c9s/fix/grid2/fee-reduction
|
2023-02-24 12:56:09 +08:00 |
|
c9s
|
5b903cd4ed
|
grid2: always round up
|
2023-02-24 12:46:38 +08:00 |
|
c9s
|
37535e9f3e
|
grid2: fix fee reduction by rounding
|
2023-02-24 12:25:23 +08:00 |
|
c9s
|
59ff86e4bb
|
grid2: fix metrics for tests
|
2023-02-24 00:44:50 +08:00 |
|
c9s
|
d89d0cf0ff
|
bbgo: refactor SubmitOrders method for retry
|
2023-02-23 23:34:26 +08:00 |
|
c9s
|
2a47d390f0
|
grid2: update grid2 metrics
|
2023-02-23 22:49:03 +08:00 |
|
c9s
|
5e2add8765
|
grid2: add the missing metrics update
|
2023-02-23 22:39:47 +08:00 |
|