Setup
NinjaTrader 8 Custom Indicators Installation
Vantedge Alpha products are built around high-fidelity footprint indicators, DOM imbalance scanners, and custom data loggers. Review this guide for importing C# files and compiling indicators directly inside your NinjaTrader 8.1+ workspace.
System Requirements
- NinjaTrader 8.1+ running on Windows 10/11.
- Active Level 2 (Full Market Depth) data feed (Rithmic, IQFeed, or Kinetick) for order book spoofing detection features.
- Internet connection for HMAC-signed entitlement tokens and license validation.
NinjaTrader 8 Custom Indicators Programming & Install Flow
- Download Release Package: Find your approved NinjaTrader 8 footprint indicator download package in your customer dashboard or validation email.
- Deploy Source Files: Copy the C# module files from your download folder to your local NinjaTrader 8 custom indicators programming directory (typically
My Documents/NinjaTrader 8/bin/Custom/). Make sure the files are placed correctly in their respective subfolders (e.g.Indicators/orAddOns/). - Compile Code:Open NinjaTrader 8, open the NinjaScript Editor (New > NinjaScript Editor), press F5 to compile, and resolve any platform prompts.
- Configure indicators on SIM/Replay: Add the indicator (e.g., Volumetrix Footprint or DOM Imbalance Matrix) to a NinjaTrader 8 chart. Use market replay data first to validate all calculations (like spoof scores, delta divergences, and volume profiles) before live trading.
Custom Data Recorder & Analytics
For advanced traders, our ninjatrader 8 custom data recorder C# modules log Level 2 data to local JSONL files. These logs can be replayed inside our deterministic Python analytics package to backtest custom spoof scores trading analytics and predict liquidity phase shifts.