c9s
|
51c1b995c2
|
twap: add v2 fixed quantity executor
|
2024-08-20 14:01:03 +08:00 |
|
kbearXD
|
60160cd7b4
|
new flag DisableOrderGroupIDFilter to only query order group id
|
2024-06-13 17:21:27 +08:00 |
|
kbearXD
|
1d0b4e5cb8
|
FEATURE: [dca2] make the take-profit order of round from order to orders
|
2024-05-30 15:53:44 +08:00 |
|
kbearXD
|
c42c52d549
|
Merge pull request #1640 from c9s/kbearXD/dca2/flexible-recovery
FEATURE: [dca2] change state recovery logic
|
2024-05-24 15:54:23 +08:00 |
|
kbearXD
|
7134f51d38
|
FEATURE: [dca2] change state recovery logic
|
2024-05-24 15:12:27 +08:00 |
|
kbearXD
|
be674278b2
|
FEATURE: [dca2] new flag UniversalCancelAllOrdersWhenClose to decide if cancel all orders when closing
|
2024-05-22 18:20:18 +08:00 |
|
kbearXD
|
275286b9b9
|
remove test case
|
2024-05-21 17:00:02 +08:00 |
|
kbearXD
|
0faef68fbf
|
use types.PriceVolume
|
2024-05-21 16:06:02 +08:00 |
|
kbearXD
|
6676e1e452
|
FEATURE: [dca2] store price quantity pairs of the open-position orders into persistence
|
2024-05-20 14:37:23 +08:00 |
|
kbearXD
|
73c467a06b
|
FIX: [dca2] fix triggerNextState loop side effect
|
2024-05-16 14:44:56 +08:00 |
|
kbearXD
|
e856727e97
|
trigger position opening immediately after recovery
|
2024-05-13 15:24:31 +08:00 |
|
kbearXD
|
f49924caa4
|
not emit WaitToOpenPosition when kline event
|
2024-05-13 14:35:29 +08:00 |
|
kbearXD
|
6cdd2f0d71
|
REFACTOR: [dca2] refactor dca2 strategy to make it can back testing
|
2024-05-13 14:35:29 +08:00 |
|
kbearXD
|
0396fc19fd
|
FEATURE: [dca2] make QueryOrderTradesUntilsuccessful take feeProcessing into consideration
|
2024-04-29 15:59:52 +08:00 |
|
kbearXD
|
27ff44b663
|
FEATURE: [dca2] emit position after recovery and refactor
|
2024-04-22 13:46:28 +08:00 |
|
kbearXD
|
b6e7c48fd5
|
rename callback
|
2024-04-22 11:07:17 +08:00 |
|
kbearXD
|
547e9ece8f
|
FEATURE: [dca2] add position callback
|
2024-04-19 16:24:40 +08:00 |
|
kbearXD
|
2a6c6e935b
|
add some logs
|
2024-04-16 16:52:50 +08:00 |
|
kbearXD
|
2f3e0044c1
|
MINOR: [dca2] refactor and make open-position interval longer
|
2024-04-16 13:38:14 +08:00 |
|
kbearXD
|
4d92cf1b74
|
change local position name
|
2024-04-15 17:27:56 +08:00 |
|
kbearXD
|
70a10582fa
|
FEATURE: recollect position before placing the take-profit order
|
2024-04-15 16:25:56 +08:00 |
|
kbearXD
|
63d13d5f7b
|
use existing TradeCollector's EmitPositionUpdate
|
2024-04-11 16:03:59 +08:00 |
|
kbearXD
|
0616c73a88
|
FEATURE: emit position when position updated and reset
|
2024-04-11 15:12:38 +08:00 |
|
kbearXD
|
2d45b5cb76
|
FIX: fix dca2 panic problem
|
2024-04-11 11:40:35 +08:00 |
|
kbearXD
|
f8d7447e8e
|
FIX: fix issue when recovering with finalizing orders
|
2024-04-08 19:54:44 +08:00 |
|
c9s
|
27ddd63c10
|
dca2: fix generateOpenPositionOrders call in tests
|
2024-04-08 19:38:59 +08:00 |
|
kbearXD
|
8568e15e82
|
FEATURE: [dca2] new flag EnableQuoteInvestmentReallocate to decide if reallocate quote investment
|
2024-04-01 15:52:30 +08:00 |
|
kbearXD
|
f42ef77296
|
fix typo
|
2024-03-27 14:22:22 +08:00 |
|
kbearXD
|
553976449d
|
FEATURE: [dca2] when all open-position orders are filled, place the take-profit order
|
2024-03-26 15:52:04 +08:00 |
|
kbearXD
|
25baf49e13
|
dca2: fix order group id not set issue
|
2024-03-19 15:51:36 +08:00 |
|
kbearXD
|
bcc29bd056
|
dca2: add ttl for persistence and nextRoundPaused flag
|
2024-03-18 17:35:47 +08:00 |
|
kbearXD
|
a23c476ce8
|
dca2: new struct RoundCollector for testing and use flag to decide recovery
|
2024-03-15 18:41:46 +08:00 |
|
kbearXD
|
62d6e79193
|
dca2: use GeneralBackoff not GeneralLiteBackoff
|
2024-03-15 11:24:20 +08:00 |
|
kbearXD
|
2b52211c1c
|
new function IsFilledOrderState for maxapi
|
2024-03-14 16:18:12 +08:00 |
|
kbearXD
|
fb2a46e1c4
|
use backoff retry
|
2024-03-14 14:32:41 +08:00 |
|
kbearXD
|
91123edbd6
|
dca2: must calculate and emit profit at the end of the round
|
2024-03-14 14:32:41 +08:00 |
|
kbearXD
|
661b7be12e
|
dca2: add more log and retry
|
2024-03-12 14:53:45 +08:00 |
|
kbearXD
|
17b193b003
|
dca2: remove debug log
|
2024-03-11 15:34:12 +08:00 |
|
kbearXD
|
53b72194f9
|
MINOR: add log when there is error at calculating and emit profit
|
2024-03-08 14:11:04 +08:00 |
|
kbearXD
|
8e224739de
|
sync active orders and send metrics of order nums
|
2024-03-04 20:53:15 +08:00 |
|
chiahung.lin
|
5936cf32c7
|
FEATURE: add metrics for dca2
add log to debug
|
2024-03-04 20:53:15 +08:00 |
|
chiahung.lin
|
9ac8bb916d
|
dca2: all the profit will use in the first order of the next round
fix precision problem
truncate profit first
|
2024-03-04 14:49:39 +08:00 |
|
c9s
|
3b8a3bed5f
|
add universal cancel all orders api helper
|
2024-02-23 16:56:30 +08:00 |
|
chiahung.lin
|
dfb65ba9e3
|
[dca2] add dev mode field for dev
use pointer
IsNewStrategy -> IsNewAccount
[dca2] recover at cancelling stage
new var recoverSinceLimit
fix profit stats round bug
|
2024-02-05 16:19:53 +08:00 |
|
chiahung.lin
|
d13d882fc4
|
remove unused log
remove running field
|
2024-01-23 15:53:20 +08:00 |
|
chiahung.lin
|
1b33308450
|
fix bug and new field running to help to test
|
2024-01-18 15:39:56 +08:00 |
|
chiahung.lin
|
465206afba
|
use cancel api not GracefulCancel in CleanUp
|
2024-01-17 17:30:37 +08:00 |
|
chiahung.lin
|
44dc5c5a65
|
remove balance checker
|
2024-01-17 16:52:04 +08:00 |
|
chiahung.lin
|
9836dc603c
|
truncate notional when open position
|
2024-01-17 15:22:03 +08:00 |
|
chiahung.lin
|
a363377c26
|
[dca2] new struct profit stats and its recover
|
2024-01-17 15:22:03 +08:00 |
|