Wealth Lab Extensions
| Feature | Standard C# Script | Custom Extension | | :--- | :--- | :--- | | | Per-strategy | Across all strategies & workspaces | | Performance | Interpreted (slower loops) | Compiled (native speed) | | External APIs | Limited/Complex | Native HTTP, gRPC, WebSockets | | Obscuration | Source code visible | Proprietary logic hidden | | Data Access | In-memory bars only | Real-time + historical |
Create proprietary mathematical calculations that behave like native indicators (e.g., SMA() , RSI() ). wealth lab extensions
In the WealthLab ecosystem, an extension is a software module (typically a .NET assembly or a compiled library) that plugs into the main WealthLab application. These modules interact with WealthLab's API (Application Programming Interface) to provide functionality that is not native to the core installation. | Feature | Standard C# Script | Custom
// Constructor logic
WealthLab (specifically Wealth-Lab Developer and Wealth-Lab Pro) is a powerful technical analysis and backtesting platform for traders. While the out-of-the-box software is robust, its true power is unlocked through its extension architecture. Extensions allow traders to customize data sources, integrate new brokers, apply complex indicators, and automate trading strategies beyond standard capabilities. While extensions are powerful, they introduce complexity
While extensions are powerful, they introduce complexity.