- indicators.available8
- timeframes.per_rule10
- conditions.per_entry5
- logic.operatorsAND · OR
btc-long.strategy
compiled
// entry graph · AND/OR · 5 conditions max when rsi(14, "15m") < 28 and obi("1m") > 0.40 and whale.inflow("5m") > $5M and mss.state == "CHoCH_bull" then open LONG { size = equity * 2% * 3x take_prof = [+1.2%, +2.4%, +4.0%] stop_loss = atr_trail(14) insurance = hedge(-1.5%) } // evaluated every 60s · deduped via redis lock // audit: sha256(user_id) written to audit_log