Tighten jq microcap stop-loss trigger

This commit is contained in:
boris
2026-04-21 06:15:31 -07:00
parent b0c8ea1a51
commit ba36bd5981

View File

@@ -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 {