bbgo_origin/pkg/strategy/dca2
2024-05-20 14:37:23 +08:00
..
collector.go FEATURE: [dca2] make QueryOrderTradesUntilsuccessful take feeProcessing into consideration 2024-04-29 15:59:52 +08:00
debug.go FEATURE: run state machine 2023-12-20 16:02:37 +08:00
metrics.go FEATURE: add metrics for dca2 2024-03-04 20:53:15 +08:00
open_position_test.go dca2: fix generateOpenPositionOrders call in tests 2024-04-08 19:38:59 +08:00
open_position.go FEATURE: [dca2] store price quantity pairs of the open-position orders into persistence 2024-05-20 14:37:23 +08:00
profit_stats.go FEATURE: [dca2] store price quantity pairs of the open-position orders into persistence 2024-05-20 14:37:23 +08:00
recover_test.go sync active orders and send metrics of order nums 2024-03-04 20:53:15 +08:00
recover.go FEATURE: [dca2] make QueryOrderTradesUntilsuccessful take feeProcessing into consideration 2024-04-29 15:59:52 +08:00
state.go FIX: [dca2] fix triggerNextState loop side effect 2024-05-16 14:44:56 +08:00
strategy_callbacks.go rename callback 2024-04-22 11:07:17 +08:00
strategy.go trigger position opening immediately after recovery 2024-05-13 15:24:31 +08:00
sync.go FEATURE: [dca2] emit position after recovery and refactor 2024-04-22 13:46:28 +08:00
take_profit_test.go FEATURE: remove Short 2023-12-28 23:04:09 +08:00
take_profit.go FEATURE: [dca2] emit position after recovery and refactor 2024-04-22 13:46:28 +08:00