Brokey For Amibroker Jun 2026

// Before entering a trade BrokeyRisk = ExRem(BrokeyRisk, False); if( Buy AND NOT BrokeyRisk ) // Only enter if stock isn't on the "about to die" watchlist SetPositionSize( 2, spsPercentOfEquity );

// --- Calculation --- // 1. Identify the lowest low in the lookback period (excluding today) SwingLow = Ref(LLV(L, Lookback), -1); brokey for amibroker