Third-party developers can now write plugins using Visual Studio 2022 and .NET 6.0. This has already led to new data plugins for Crypto exchanges (Binance, Bybit) that were unstable in prior versions.
The ASCII Import Wizard now supports:
Tomasz Janeczko has hinted on the official forum that version 6.40 will focus on:
However, the development pace is cautious. AmiBroker 6.35 is likely to remain the stable, production-ready version for at least 12-18 months.
Amibroker 6.35 remains a powerhouse for serious strategy research if you prioritize backtest speed, low cost, and customizability over modern UI and ease of use. It’s showing its age, but for batch-oriented quantitative analysis on Windows, it still outperforms many newer tools.
Rating: 7.5/10 (loses points for UI and real-time trading friction; gains for raw performance and flexibility)
Note: Amibroker has released newer versions beyond 6.35. If you're starting fresh, consider checking the latest stable build (likely 6.40+ by 2026) for any UI or data handling improvements.
Introduction
AmiBroker is a powerful software tool used for technical analysis, trading, and portfolio management. It offers a wide range of features, including charting, scanning, backtesting, and automated trading.
Getting Started
Basic Operations
Technical Analysis Features
Backtesting and Trading
Other Features
Tips and Tricks
Troubleshooting
This guide should provide a solid foundation for using AmiBroker 6.35. As you explore the software, you'll discover more features and capabilities. Happy analyzing and trading!
Amibroker 6.35!
Here's a comprehensive content development plan for Amibroker 6.35:
Introduction
Amibroker 6.35 is a popular technical analysis and trading software used by traders and investors worldwide. This version offers advanced features, improved performance, and enhanced user experience. In this content, we'll explore the key features, updates, and benefits of using Amibroker 6.35.
Key Features of Amibroker 6.35
What's New in Amibroker 6.35
Benefits of Using Amibroker 6.35
Tutorials and Resources
To get the most out of Amibroker 6.35, users can access various tutorials, guides, and resources, including:
Conclusion
Amibroker 6.35 is a powerful technical analysis and trading software that offers advanced features, improved performance, and enhanced user experience. With its customizable charts, indicators, and alerts, users can refine their trading strategies and react quickly to market changes. Whether you're a seasoned trader or an investor, Amibroker 6.35 is an excellent tool for making informed decisions and achieving your financial goals.
The story of AmiBroker 6.35 is defined by a massive leap in speed, particularly for traders managing large amounts of data. Released in late 2019, version 6.35 was marketed as a "performance beast" that solved one of the most frustrating bottlenecks in quantitative trading: the time it takes to process and display millions of rows of data. The Speed Revolution
Before version 6.35, "Explorations"—which traders use to scan thousands of stocks for specific setups—could take nearly 40 seconds for complex datasets. The developer, Tomasz Janeczko, discovered that the bottleneck wasn't the calculation itself, but how Windows handled displaying millions of cells in a list.
20x to 40x Speed Gains: By writing a custom formatting function that bypassed standard Windows list-view limitations, 6.35 reduced those 37-second explorations to just 1.8 seconds.
Massive Output Handling: Benchmark tests on 20 years of Dow Jones data (producing 56 million cells) showed the 64-bit version was 38 times faster than the previous version.
Flicker-Free UI: Version 6.35 introduced a workaround for the "terrible flicker" that plagued traders when scrolling through massive amounts of real-time data. The "Dark Side" of Trading
One of the most visually significant changes in 6.35 was the official introduction of a Dark Theme for all list views.
Traders could finally switch to a "black theme" for the Analysis and RT Quote windows, a feature highly requested by those spending long hours in front of monitors. amibroker 6.35
It brought a level of visual consistency, ensuring that red/green (up/down) color values were exactly the same across different windows for better pattern recognition. Key Technical Upgrades
Beyond speed and looks, 6.35 added several "under the hood" tools for serious developers:
SafeDivide Function: Added a new SafeDivide(x, y, valueifzerodiv) function to prevent "division by zero" errors from crashing complex backtests.
Function Navigation: The AFL Editor added a new combo box that automatically detected user-defined functions, allowing for quick navigation in scripts that were thousands of lines long.
Improved Batching: It introduced clipboard support (Copy/Paste) for batch items, making it much easier to move complex sequences of automated tasks between different workspaces. Why It Matters
AmiBroker 6.35 solidified the platform's reputation as one of the fastest backtesting engines in the world. While modern tools like Python or TradingView are popular for their ease of use, version 6.35 reminded the community why professional "quants" stay with AmiBroker: it can run a million-bar backtest in seconds.
AI responses may include mistakes. For financial advice, consult a professional. Learn more AmiBroker 6.35.1 BETA released
AmiBroker 6.35 is a professional technical analysis and trading platform version that introduced several performance enhancements and visual updates. Key highlights of this version include: Visual & UI Enhancements Dark Mode for Listviews
: Users can enable a customizable "black theme" for owner-draw listviews (such as Analysis and Real-Time Quote windows) by navigating to Tools -> Customize -> Appearance HighDPI Support
: Improved compatibility for high-resolution screens, ensuring parameter names are not truncated and UI buttons (Close/Minimize/Restore) are correctly scaled. Enhanced Text Tool
: Added independent font settings for text tools and per-study selectable font sizes. Performance Improvements 5x Rendering Speed
: The listview redraw speed was increased fivefold by bypassing standard Windows rendering bottlenecks, particularly noticeable when handling large datasets or columns. Increased Threading
: The maximum number of threads per single Analysis window was increased from 32 to 64, allowing for faster backtesting and explorations on modern multi-core CPUs. Optimised Sorting
: Listview sorting by date columns is now over 10 times faster compared to previous versions. AFL & Functional Updates New AFL Functions : Introduced functions like SafeDivide(x, y, valueifzerodiv) to handle division by zero, for statistical calculations. AFL Editor Improvements
: A function navigation combo box was added to the toolbar to quickly jump to user-defined function definitions within the code. Improved Batch Functionality
: Added clipboard support (Copy/Paste) for batch items and new optional parameters for batch commands like "Data Import ASCII" and "Execute and Wait". Compatibility & Upgrading Upgrade Policy
: Version 6.35 was provided as a free upgrade for users who purchased an AmiBroker license after November 28, 2017. AmiQuote Integration : This version supports integration with Third-party developers can now write plugins using Visual
for data fetching, including fixes for historical data providers like Yahoo Finance.
For more technical details or to download official documentation, you can visit the AmiBroker DevLog official guide for the new functions or help setting up a database in this version?
AI responses may include mistakes. For financial advice, consult a professional. Learn more AmiBroker 6.35.0 BETA Read Me 28 Nov 2019 —
AmiBroker 6.35, originally released as a beta in late 2019, represents a significant milestone in the software's evolution, focusing heavily on UI performance, exploration speed, and expanded scripting capabilities. While newer versions like 7.00 have since been released, version 6.35 remains a popular reference point for traders due to its introduction of "dark mode" and substantial backend optimizations. Key Features and Innovations in Version 6.35
The 6.35 update brought several "under-the-hood" improvements designed to handle larger datasets and complex batch operations more efficiently than its predecessors.
Massive Exploration Speedups: This version introduced a custom float-to-string conversion routine reported to be up to 25x faster than standard methods, leading to an overall 20x speed increase for explorations involving millions of data cells. Enhanced User Interface:
Dark Theme: One of the most visual changes was the introduction of a customizable dark theme for owner-draw list views, accessible via Tools -> Customize -> Appearance.
Performance Optimization: List view redraw speeds were increased by more than 5x by circumventing specific Windows OS bottlenecks. AFL (AmiBroker Formula Language) Updates:
New Functions: Added specialized mathematical and utility functions like SafeDivide(x, y, valueifzerodiv), erf(x), and inverf(x).
Editor Improvements: A new function navigation combo box in the toolbar allows for rapid jumping to user-defined function definitions.
Batch Processor Improvements: The batch controller received native Clipboard support (Cut/Copy/Paste) and new parameters for importing ASCII data and exporting walk-forward results with custom CSV separators. Why Traders Choose AmiBroker
AmiBroker is widely considered a "software engineer’s dream" due to its flexibility and high-performance C++ based core. AmiBroker 6.35.0 BETA Read Me
AmiBroker 6.35 is a legacy 32-bit version of the popular technical analysis software. While it is not the current version (AmiBroker has since moved to 64-bit versions 6.x and beyond), it remains widely used by traders who run older 32-bit systems or specific legacy plugins that are not compatible with 64-bit architecture.
Here is a comprehensive guide to setting up and using AmiBroker 6.35.
AmiBroker is famous for its high-speed backtesting engine.
To extract every ounce of performance from version 6.35:
curl -H "Accept-Version: 3" "https://lookup.binlist.net/45717360"
{
"number": {
"length": 16,
"luhn": true
},
"scheme": "visa",
"type": "debit",
"brand": "Visa/Dankort",
"prepaid": false,
"country": {
"numeric": "208",
"alpha2": "DK",
"name": "Denmark",
"emoji": "🇩🇰",
"currency": "DKK",
"latitude": 56,
"longitude": 10
},
"bank": {
"name": "Jyske Bank",
"url": "www.jyskebank.dk",
"phone": "+4589893300",
"city": "Hjørring"
}
}
Fields may contain null values which suggests
that cards may be one or the other.
If no matching cards are found an HTTP
404 response is returned.
npm install binlookup
var lookup = require('binlookup')()
// callback
lookup('45717360', function( err, data ){
if (err)
return console.error(err)
console.log(data)
})
// promise
lookup('45717360').then(console.log, console.error)
Requests are throttled at 5 per hour with a burst allowance of 5. If you hit the speed limit the service will return a 429 http status code.
Get unlimited access from EUR 0.003 per request + a subscription fee. Fill out the form or reach out to us at [email protected] to get access.
binlist.net is a public web service for looking up credit and debit card meta data.
The first 6 or 8 digits of a payment card number (credit cards, debit cards, etc.) are known as the Issuer Identification Numbers (IIN), previously known as Bank Identification Number (BIN). These identify the institution that issued the card to the card holder.
The data backing this service is not a table of card number prefixes. That would be unreliable and provide you with too little information. The data is sourced from multiple places, filtered, prioritized, and combined to form the data you eventually see. Some data is formed based on assumptions we make by looking at adjoining cards.
Although this service is very accurate, don't expect it to be perfect.
For the reasons above, we do not provide a static database dump; it is either terribly imprecise or you would need specialized software to compile the results.
We welcome pull requests on github.com/binlist/data.