Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Volumetric Info
Collapse
X
-
Volumetric Info
Hi, i want to develop an indicator who plot a dot when in a down bar the second-last Ask level by the low of the bar(in the volumetric bars) is 0 and/or in an up bar the second-last bid level by the top of the bar is 0. It is possible to do? How can i write the second-last as code in the editor? Thanks.Last edited by ClFil; 03-05-2020, 12:19 PM.Tags: None
-
Hello ClFil,
Thank you for the post.
To access the volumetric information you can see the following link, some specific syntax is needed to access that type of data.
Regarding the second-last ask level, you can gather the ask volume for each price level however I am not certain how you could determine it was the second to last level. The levels are not in a collection to where we would know the order of the levels. We can also only gather the volume from specific levels but would not be aware of the prices that contribute to the volumetric display.
I look forward to being of further assistance.
-
Hello ClFil,
No not quite, Low[1] is just the previous bars low price. That is not specifically the second to last ask that the volumetric is displaying but would just be the low price of 1 bar ago. The GetAskVolumeForPrice is just looking for a price so we would not know what level in the list of asks that price actually is. If you are seeing that consistently the Low[1] is the second to last level you could try using Low[1].
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
79 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment