Tighten jq microcap stop-loss trigger
This commit is contained in:
@@ -544,7 +544,8 @@ impl JqMicroCapStrategy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn stop_loss_tolerance(&self, market: &crate::data::DailyMarketSnapshot) -> f64 {
|
fn stop_loss_tolerance(&self, market: &crate::data::DailyMarketSnapshot) -> f64 {
|
||||||
market.effective_price_tick() * 6.0
|
let _ = market;
|
||||||
|
0.0
|
||||||
}
|
}
|
||||||
|
|
||||||
fn buy_commission(&self, gross_amount: f64) -> f64 {
|
fn buy_commission(&self, gross_amount: f64) -> f64 {
|
||||||
|
|||||||
Reference in New Issue
Block a user