From c768807accdb7165096b49bad9734b88d5c873ec Mon Sep 17 00:00:00 2001 From: Sik Yoon Date: Thu, 22 Feb 2024 02:10:33 +0900 Subject: [PATCH] Change filtering --- src/strategy_team/strategy_006.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy_team/strategy_006.rs b/src/strategy_team/strategy_006.rs index 13f5d40..5ebf3ea 100644 --- a/src/strategy_team/strategy_006.rs +++ b/src/strategy_team/strategy_006.rs @@ -197,7 +197,7 @@ pub async fn list_up_for_sell( // let target_profit_percent = average_amplitude + (standard_deviation_amplitude * (average_ratio_amp_body)); target_profit_percent = - 2.0 * (average_amplitude - standard_deviation_amplitude); + 3.0 * (average_amplitude - standard_deviation_amplitude); } }