Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Volume in the DOM
Collapse
X
-
I agree. This would be a VERY useful feature for seeing support and resistance areas right on the DOM. Even better would be the ability to show the volume traded at each price as a horizontal bar, effectively giving you the option to show a histogram of volume traded at price just to the right of the price ladder. Other programs have something like this already, so please consider it as a priority feature request once NT7 is fully rolled out.Originally posted by NinjaTrader_Jason View PostHello Brian,
No worries, thank you for the clarification.
I will forward your suggestion to our development team and ask them if they can add this to the list of future considerations for the software.
Thank you for your feedback.
Comment
-
-
me too
I would also really like to see this feature - especially I would like to see the number of contracts that get traded at a price as well as the totals.
Comment
-
There is an approximate way of doing it.
Suppose there are 1000 contracts at the price level you are entering.
When you send your order you are going to be at:
(1000 +
newOrdersQueuedBeforeYourOrderReached - oldOrdersDeQueuedBeforeYourOrderReached)
The next update on the size at your order level, after your order is acknowledged, gives you an UpperBound. So if the newSize = 1050, your order priority is guaranteed to be less than equal to 1050 (lower number being higher priority)
As the size updates, your position is bounded by MIN(newSize, currentPriority) i.e. it can only move down (higher in the priority list).
Once price reaches your target and orders execute, your priority keeps jumping up. The order SHOULD execute before the upper bound number of trade happen at that price. If it does not, then your broker is not the most efficient when it comes to the exchanges order handling queue (they might be storing orders on their servers, doing cancel/updates etc. which is lowering your execution priority).
Comment
-
How about like TS Matrix
TS is a crappy product, but their DOM (Matrix) is pretty good. It is static. It is expandable, It shows P/L at each price point while in the trade. It shows a histogram of volume at each price point. It has many features I'd like to see in NT (maybe 7?).
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
556 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment