diff --git a/src/strategy_team/strategy_008.rs b/src/strategy_team/strategy_008.rs index bafaaa1..c63a15f 100644 --- a/src/strategy_team/strategy_008.rs +++ b/src/strategy_team/strategy_008.rs @@ -441,7 +441,7 @@ pub async fn list_up_for_sell( { is_sell = true; break; - } else if count_candles == maximum_candles { + } else if server_epoch - element.transact_time > (1_800_000) * maximum_candles { // time up selling is_sell = true; break;