Custom MACD indicator for the Quantower trading platform, originally tuned for trading the ES futures contract.
Standard MACD (fast EMA – slow EMA, plus a signal line and histogram), implemented against the Quantower indicator API so it can be dropped onto any chart.
| Parameter | Default |
|---|---|
| Fast Length | 12 |
| Slow Length | 26 |
| Signal Smoothing | 9 |
| Source price | Close (configurable: Open / High / Low / Close) |
Open MACD_ES.sln in Visual Studio or run dotnet build. Copy the output DLL into Quantower's Settings\Scripts\Indicators folder.
C# / .NET, Quantower BusinessLayer SDK.