修正挂起清仓补仓占位
This commit is contained in:
@@ -8669,8 +8669,7 @@ impl Strategy for PlatformExprStrategy {
|
|||||||
target_value: 0.0,
|
target_value: 0.0,
|
||||||
reason: "pending_full_close_exit".to_string(),
|
reason: "pending_full_close_exit".to_string(),
|
||||||
});
|
});
|
||||||
if daily_top_up_pending_buy_value > 0.0 && should_block_released_slots_after_top_up
|
if daily_top_up_pending_buy_value > 0.0 {
|
||||||
{
|
|
||||||
slot_blocking_symbols.insert(position.symbol.clone());
|
slot_blocking_symbols.insert(position.symbol.clone());
|
||||||
}
|
}
|
||||||
self.forget_position_entry_date(&position.symbol);
|
self.forget_position_entry_date(&position.symbol);
|
||||||
|
|||||||
Reference in New Issue
Block a user