Brokey is a utility/script used with AmiBroker to detect and manage broken/invalid data, symbol mismatches, or problematic bars that can cause analysis and backtests to produce incorrect results. It helps find gaps, duplicate timestamps, erroneous prices (e.g., zero or null), and misaligned symbol headers.
// 3. Is price breaking down? Breakdown = L < SupportLevel; brokey for amibroker
// 5. Mark the first bar of the confirmed breakdown BrokeySignal = Confirmed AND NOT Ref(Confirmed, -1); Brokey is a utility/script used with AmiBroker to