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); } }