Wealth Lab Extensions
Because extensions decouple the trading logic from the broker, a trader can write a strategy once and deploy it to any broker for which they have an extension. This prevents vendor lock-in; if you switch brokers, you simply switch the extension, not your trading code.
Wealth-Lab Extensions are custom .NET assemblies (DLLs) that plug directly into the Wealth-Lab ecosystem. They allow developers to bypass the visual scripting interface and interact with the core engine via C# or VB.NET. Extensions are not "macros" or simple indicators; they are deep integrations that modify or enhance the behavior of the backtester, charting engine, or data management system. wealth lab extensions
Override the standard "buy/sell/cover/short" logic. This is the most advanced tier. Because extensions decouple the trading logic from the
is widely recognized for its rapid strategy development and backtesting fidelity. However, out-of-the-box functionality—no matter how robust—cannot cover every unique market nuance or proprietary data source. This is where Wealth-Lab Extensions transform a powerful tool into an unlimited development environment. They allow developers to bypass the visual scripting