2

Brokey For Amibroker [2021] -

involves adding a “Brokey Flag” – a custom True/False indicator or a separate watchlist that includes all delisted stocks with their price path to zero. When you run a backtest in AmiBroker, Brokey scripts automatically:

The core function of Brokey is its ability to convert data from various sources into a format that AmiBroker can process instantly. This eliminates the need for manual data imports or the use of cumbersome CSV files. For traders focused on the Indian markets (NSE, MCX, NFO) or international exchanges, it acts as a reliable pipeline for price action, volume, and open interest. Key Features of Brokey for AmiBroker Real-time tick data streaming Historical data backfilling for deep backtesting Support for multiple segments (Equity, Futures, Options) Low latency performance to minimize slippage User-friendly interface for symbol management Why Traders Use Brokey brokey for amibroker

// Simple Brokey-like check: flags bars with non-positive or NaN close bad = (Close <= 0) OR IsNull(Close); if (LastValue(Sum(bad, BarCount)) > 0) involves adding a “Brokey Flag” – a custom

AR