Brokey For Amibroker Instant
The core requirement: Every stock that existed on January 1, 2010, must be in your Jan 1, 2010, backtest. Brokey scripts automate the inclusion of these “ghost tickers.”
// --- Parameters --- Lookback = Param("Lookback Periods", 20, 5, 100, 1); // Lookback for swing low ATR_Mult = Param("ATR Multiplier", 1.5, 0.5, 3, 0.1); // Sensitivity BreakConfirm = Param("Confirmation Bars", 1, 1, 5, 1); // Bars below support to trigger brokey for amibroker
Below is a blog-style overview of what this file does and how it fits into your AmiBroker setup. The Mystery of Brokey.dll: AmiBroker’s Engine Room The core requirement: Every stock that existed on
Go to Analysis → Custom Indicator → Paste the code → Apply. : If "Brokey" refers to a brokerage or
: If "Brokey" refers to a brokerage or a specific API (Application Programming Interface) for automated trading, you might be looking to integrate Amibroker with this broker for live trading. Amibroker supports integration with several brokers through its AutoTrade feature or through third-party plugins and services.
For the uninitiated, “Brokey” (officially known as Brokey’s Data Cleaner & Backtest Enhancer ) is not a household name like Norgate or CSI Data. It is the underground workhorse—a specialized utility and data management philosophy designed to fix what AmiBroker’s native database often overlooks: the reality of broken, delisted, and illiquid stocks.