• International Apps
    • German
    • Russian
    • Spanish
    • French
    • Portuguese
  • Submit Your App
  • Get NinjaTrader
NinjaTrader Ecosystem
  • NinjaTrader Ecosystem
  • BROKERS
  • MARKET DATA
  • WEBINARS
  • SEARCH
    • Apps & Services
    • User App Share

DeltaLadder

# DeltaLadder for NinjaTrader 8
A customizable delta-by-price ladder indicator that displays cumulative buy/sell volume delta at each price level with automatic reset on price reversals.
## Features
✅ **Delta by Price Ladder** - Accumulates buy and sell volume at each price level
✅ **Adjustable Tick Size** - Group multiple ticks per row for cleaner display
✅ **Auto-Reset on Reversal** - Ladder resets when price reverses by a specified number of points
✅ **Customizable Offset** - Adjustable horizontal distance from price bars
✅ **Color Customization** - Default blue (positive) and red (negative), fully adjustable
✅ **Real-time Updates** - Uses OnMarketData for tick-by-tick accuracy
✅ **Scaled Visualization** - Bar width scales with delta magnitude

## Configuration Parameters
### Parameters Group
| Parameter | Default | Range | Description |
|-----------|---------|-------|-------------|
| **Ticks Per Row** | 4 | 1-100 | Number of ticks grouped into each price level row |
| **Reset Ticks** | 200 | 1-1000 | Number of ticks for reversal reset (e.g., 200 for /NQ = 50 points) |
| **Offset (Pixels)** | 50 | 0-500 | Horizontal distance from the rightmost price bar |
| **Bar Width** | 60 | 20-200 | Maximum width of delta bars in pixels |
### Bar Colors Group
| Setting | Default | Description |
|---------|---------|-------------|
| **Positive Bar Color** | Dodger Blue | Color for positive delta bars (more buying) |
| **Negative Bar Color** | Crimson | Color for negative delta bars (more selling) |
| **Bar Opacity (%)** | 80 | Transparency of the delta bars (10-100%) |
### Text Group
| Setting | Default | Description |
|---------|---------|-------------|
| **Font Size** | 9 | Size of the delta number text (7-20) |
| **Positive Text Color** | Linen | Color for positive delta text |
| **Negative Text Color** | Linen | Color for negative delta text |
| **Text Opacity (%)** | 100 | Transparency of the delta text (10-100%) |
## How It Works
### Delta Calculation
-**Buy Volume**: Trades at or near the ask price
-**Sell Volume**: Trades at or near the bid price
-**Delta**: Buy Volume - Sell Volume
### Price Grouping
The `Ticks Per Row` parameter groups price levels together. For example:
- If /NQ tick size is 0.25 and Ticks Per Row = 4
- Each row represents 1 point (4 × 0.25)
- All volume within that 1-point range accumulates in one bar
### Auto-Reset Logic
The ladder maintains direction and accumulates delta until a reversal occurs:
**Uptrend Mode:**
- Tracks the highest price reached
- If price drops by `Reset Ticks`, the ladder resets and switches to downtrend mode
**Downtrend Mode:**
- Tracks the lowest price reached
- If price rises by `Reset Ticks`, the ladder resets and switches to uptrend mode
### Example for /NQ (Reset Ticks = 200, which equals 50 points)
1. Price rallies from 25,450 to 25,520 → Ladder accumulates in uptrend mode
2. Price drops to 25,470 (200 tick/50-point reversal) → **Ladder resets** and switches to downtrend mode
3. Price continues to 25,430 → Ladder accumulates in downtrend mode
4. Price rallies back to 25,480 (200 tick/50-point reversal) → **Ladder resets** and switches back to uptrend mode
## Recommended Settings by Instrument
### /NQ (Nasdaq E-Mini)
- Ticks Per Row: 4 (1 point)
- Reset Ticks: 200-400 (50-100 points)
### /ES (S&P E-Mini)
- Ticks Per Row: 4 (1 point)
- Reset Ticks: 40-80 (10-20 points)
### /CL (Crude Oil)
- Ticks Per Row: 10 (10 ticks)
- Reset Ticks: 50-100 (50-100 cents)
### /6E (Euro FX)
- Ticks Per Row: 10
- Reset Ticks: 50-100 (50-100 pips)
## Visual Display
The ladder appears to the right of the price bars showing:
-**Horizontal bars** representing cumulative delta at each price level
-**Blue bars** for positive delta (buying pressure)
-**Red bars** for negative delta (selling pressure)
-**Right-aligned numbers** in Linen color showing the exact delta value (no '+' sign for positive values)
-**Bar width** scales with the magnitude of the delta
-**Bars extend leftward** from a fixed right edge, with the flat side on the right
## Tips for Use
1.**Combine with Price Action**: Look for divergences between price movement and delta
2.**Key Levels**: Strong delta accumulation often marks support/resistance
3.**Reversal Confirmation**: Watch for delta shifts before price reversal
4.**Volume Clusters**: Wide bars indicate high-volume price levels
5.**Adjust Reset Ticks**: Use smaller values for scalping, larger for swing trading (remember: ticks, not points!)
6.**Text Visibility**: Change text colors from Linen to match your chart theme if needed
## Technical Notes
- Uses `OnMarketData` for real-time tick processing
- Implements `OnRender` for custom drawing with SharpDX
- Dictionary-based storage for efficient price level lookups
- Automatic scaling based on maximum delta in current ladder
- Compatible with NinjaTrader 8 only
## License
This indicator is provided as-is for use with NinjaTrader 8. Modify and customize as needed for your trading requirements.
---
**Disclaimer**: This indicator is for informational purposes only. Trading futures and forex involves substantial risk of loss and is not suitable for all investors. Past performance is not indicative of future results.

Download
Created By zefalt
NinjaTrader Version 8
File Size 3.9 KB
Create Date 10/24/2025
# of Downloads 28

Importing to NinjaTrader 8 is Easy!

To import your 3rd party app or add-on to NinjaTrader, simply follow these 3 steps:

  1. Download the app or add-on file to your desktop
  2. From the NinjaTrader Control Center window, select the menu Tools > Import > NinjaScript Add-On…
  3. Select the downloaded file from your desktop

Questions?

Visit the NinjaScript File Sharing discussion in the NinjaTrader user forum to interact with fellow traders and the NinjaTrader support team.

New Additions

DeltaLadder

28 downloads October 24, 2025

Dynamic Swing Anchored VWAP

93 downloads October 23, 2025

Enhanced EMA

157 downloads October 6, 2025

Execution Trace Lines

190 downloads October 1, 2025

SmoothedHeikenAshi

288 downloads September 17, 2025

Most Popular

UniRenko Universal Renko BarType 8

33467 downloads October 16, 2018

Heiken Ashi 8

30790 downloads October 16, 2018

Vwap

25909 downloads March 21, 2022

Vwap (Volume Weighted Average Price)

25243 downloads October 16, 2018

Automatic Trend Line Detection

22075 downloads October 23, 2018

Interested in becoming a NinjaTrader Ecosystem 3rd party Vendor? Contact Us to learn more.

  • Quick Search
  • NinjaTrader Indicators
  • Automated Strategies
  • Ecosystem Insights
  • Free Trading Webinars
  • Spanish Trading Apps
  • Get NinjaTrader
  • User App Share
  • Trend Line Detection
  • Fibonacci Cluster
  • Renko Bar Type
  • Heiken Ashi
  • Ichimoku Cloud
  • Accumulation Distribution
  • Free Trading Indicators
  • Delta Momentum Indicator
  • Wave Trend Oscillator
  • Open Range Indicator
  • Risk Reward Indicator
  • VPA Indicator
  • Pivot Zones
  • Free Trading Videos
  • Swing Trading Volume Profile
  • Volume Leading Indicator
  • How to Use Volume Profile
  • Combine Order Flow
  • Buy Sell Signals
  • Market Profile

Copyright © 2025. All rights reserved. The NinjaTrader Ecosystem logo is a trademark of the NinjaTrader Ecosystem LLC.

Futures, foreign currency and options trading contains substantial risk and is not for every investor. An investor could potentially lose all or more than the initial investment. Risk capital is money that can be lost without jeopardizing one’s financial security or lifestyle. Only risk capital should be used for trading and only those with sufficient risk capital should consider trading. Past performance is not necessarily indicative of future results. View Full Risk Disclosure.

CFTC Rules 4.41 - Hypothetical or Simulated performance results have certain limitations, unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.

This website is hosted and operated by NinjaTrader, LLC (“NT”), a software development company which owns and supports all proprietary technology relating to and including the NinjaTrader trading platform. NT is an affiliated company to NinjaTrader Brokerage which is an NFA registered introducing broker (NFA #0339976) providing brokerage services to traders of futures and foreign exchange products. This website is intended for educational and informational purposes only and should not be viewed as a solicitation or recommendation of any product, service or trading strategy. No offer or solicitation to buy or sell securities, securities derivative or futures products of any kind, or any type of trading or investment advice, recommendation or strategy, is made, given, or in any manner endorsed by any NT affiliate and the information made available on this Web site is not an offer or solicitation of any kind. Specific questions related to a brokerage account should be sent to your broker directly. The content and opinions expressed on this website are those of the authors and do not necessarily reflect the official policy or position of NT or any of its affiliates. View Privacy Policy.

Vendors along with their websites, products and services, collectively referred to as (“Vendor Content”), are independent persons or companies that are in no manner affiliated with NT or any if its affiliates. NT or any of its affiliates are not responsible for, do not approve, recommend or endorse any Vendor Content referenced on this website and it’s your sole responsibility to evaluate Vendor Content. Please be aware that any performance information provided by a vendor should be considered hypothetical and must contain the disclosures required by NFA Rule 2-29(c). If you are interested in learning more about, or investigating the quality of, any such Vendor Content you must contact the vendor, provider or seller of such Vendor Content. No person employed by, or associated with, NT or any of its affiliates is authorized to provide any information about any such Vendor Content.