Change filtering
This commit is contained in:
parent
c26d132e71
commit
c768807acc
|
|
@ -197,7 +197,7 @@ pub async fn list_up_for_sell(
|
||||||
|
|
||||||
// let target_profit_percent = average_amplitude + (standard_deviation_amplitude * (average_ratio_amp_body));
|
// let target_profit_percent = average_amplitude + (standard_deviation_amplitude * (average_ratio_amp_body));
|
||||||
target_profit_percent =
|
target_profit_percent =
|
||||||
2.0 * (average_amplitude - standard_deviation_amplitude);
|
3.0 * (average_amplitude - standard_deviation_amplitude);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user