When traders search for “brokey for amibroker”, they are typically looking for these specific capabilities:
After searching for "Brokey," you might find yourself directed to forums discussing a file named brokey.dll . This is the key to understanding the term. AmiBroker's main directory contains several essential files, including the main executable Broker.exe and supplementary files like CoolTool.dll , MiscTool.dll , and Brokey.dll . These files are critical for the software's operation, handling various tasks from data processing to charting capabilities. Therefore, "Brokey" is an integral, invisible part of the software's engine, not a tool you select from an indicator list.
Integrate the necessary Brokey functions into your AFL code to enable automated trading.
In your strategy AFL script, use Brokey’s defined functions to send orders. A conceptual integration in your code looks similar to this:
AmiBroker relies on a modular architecture. Instead of stuffing every single function into the main executable, it offloads specific tasks to DLL (Dynamic Link Library) files.
user wants a long article about "brokey for amibroker". The search results show that "Brokey" is an AFL (AmiBroker Formula Language) indicator for detecting support/resistance levels and market structure. I need to gather comprehensive information about Brokey, its features, installation, usage, and integration with AmiBroker. I'll also look for tutorials, reviews, and comparisons. I'll follow the search plan as outlined. search results for "Brokey" didn't yield direct results. The results from the initial searches show various AmiBroker-related content, but not specifically about a "Brokey" indicator. The search "Brokey AmiBroker AFL indicator support resistance" returned results about AFL functions and studies, but not a specific "Brokey" indicator. The search "Brokey indicator review AmiBroker" showed a review of AmiBroker itself and a mention of "Brokey.exe" and "brokey.dll". The search "Brokey AmiBroker installation guide" mentioned "BroKey.dll" as part of AmiBroker. The search "Amibroker Brokey AFL code" didn't show specific code. The search "Brokey indicator settings configuration" showed results for "Brooky" indicator for MT4, which might be different. The search "Brokey AmiBroker market structure indicator review" showed a "Market Structure" indicator but not "Brokey". It seems "Brokey" might be a less common or older indicator. I need to broaden my search. I'll also try searching for "Brokey AFL" and "Brokey indicator AmiBroker download". search results indicate that "Brokey" is a DLL file associated with AmiBroker, not necessarily a specific indicator. The user might be referring to a "Brokey" indicator, but the search results are showing "Brokey.dll" as a core file. There's also a mention of "Brokey.exe". It's possible that "Brokey" is a component or a plugin. The user might be looking for information on how to use "Brokey" as an indicator or tool within AmiBroker. Given the lack of clear results, I'll need to structure the article based on the available information: clarifying what Brokey is (a core DLL, not a standalone indicator), its role, common misconceptions, and how to work with support/resistance in AmiBroker using AFL. I'll also cover support/resistance strategies. I'll organize the article with an introduction, explanation of Brokey, installation, AFL code, configuration, strategies, and FAQ. I'll cite the relevant sources. Demystifying "Brokey" in AmiBroker: Beyond the DLL
Turning this code into a visible chart on your AmiBroker platform is straightforward:
AI responses may include mistakes. For financial advice, consult a professional. Learn more How to use AmiBroker with Interactive Brokers TWS
The second, less official meaning, refers to a custom trading indicator created by an AmiBroker user named "Brokey" and shared within the community. It is not a standard, built-in feature of the software, but a piece of AFL (AmiBroker Formula Language) code created by a community member.
// 2. Calculate the Percentage Difference between the Close and its SMA. // This shows how far the price is from its average, as a percentage. // Example: If Close is 105 and SMA is 100, the result is 5. Streaker_Strength = 100 * ( Close / SMA_Price - 1 );
"Brokey" scans for a sharp breakdown below a recent consolidation low or a swing low. It is designed to catch the moment price loses a critical structural support, often leading to a continuation lower. Works on any timeframe (1-min to Daily).
| Provider | Delisted Coverage | Cost | AmiBroker Integration | | :--- | :--- | :--- | :--- | | | Full history of delisted US stocks (1925+) | $39/mo | Native plugin | | CSI Data | Unadjusted master files | $29/mo | ASCII import | | Yahoo Finance (historical components) | Incomplete, requires manual scraping | Free | Via AmiQuote + Python | | Brokey Community GitHub | Crowdsourced lists of bankruptcies (2000-2020) | Free | CSV import |
: Orders execute the exact millisecond your AFL criteria are met, removing hesitation, fear, and greed.
Copy the Brokey execution .dll file into your AmiBroker installation directory, specifically inside the Plugins folder (usually located at C:\Program Files\AmiBroker\Plugins\ ).