A Quantower indicator that renders historical trade fills on a chart from a JSON file — useful for trade replay, journaling, and post-mortems.
Point it at a JSON file (or a folder full of them) containing exported trade fills, and it draws entry/exit markers on the chart for the matching symbol. Optionally filter by account substring or futures-root vs. exact-symbol match (handy when you want ES fills to render on any ES contract month).
| Parameter | Default | Notes |
|---|---|---|
| JSON file OR folder | C:\TradeOverlays\exports |
Source of trade fills |
| Account contains | (empty) | Substring filter |
| Symbol exact match | false |
If false, matches by futures root |
Open in Visual Studio or dotnet build. Copy the DLL into Quantower's Settings\Scripts\Indicators.
C# / .NET, Quantower BusinessLayer SDK.