Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Orderflow Tutorials
Collapse
X
-
Tags: None
-
-
Hello ehsan,
Thanks for your post and welcome to the NinjaTrader forums!
Here are links to the Order flow indicators that provide Ninjascript access, not all Order flow indicators provide Ninjascript access. Each contains the method overloads and provides an example of use.
The Order Flow+ indicators below can be used in unlocked NinjaScripts, however. The links will lead you to the NinjaScript documentation page.
Order Flow + VWAP — https://ninjatrader.com/support/help...flow_vwap2.htm
Order Flow + Cumulative Delta — https://ninjatrader.com/support/help...ive_delta2.htm
Order Flow + Volumetric Bars — https://ninjatrader.com/support/help...tric_bars2.htm
Comment
-
Hello PaulH
I'm new to this forum. Is it possible to print the Delta under each volumetric Bars. Currently it is displayed under statistics and it will be easier to view the delta if it is under the bar. Is there a setting for that or you have to write some custom code
Thanks
Comment
-
Hello larrynq,
Thanks for your post and welcome to the NinjaTrader forums!
Correct, you would need to create some custom code to print the delta below each bar.
You would use the Draw.Text() method to draw the text below the bars: https://ninjatrader.com/support/help...?draw_text.htm
You would be able to pull the delta from the Volumetric data as seen in the example here: https://ninjatrader.com/support/help...tric_bars2.htm
Comment
-
Hello larrynq,
Thanks for your post.
I am not aware of any sample indicators that use Volumetric Bars. Even though you have stated you are not a programmer are you looking for an example to copy/modify from? If so then I would suggest using the example code in the help guide which demonstrates pulling all of the data from the Volumetric Bars: https://ninjatrader.com/support/help...tric_bars2.htm (Example code is at the bottom of the page).
I've attached a complete indicator using that example code that you can apply to any volumetric bar chart. It will print the bar values to the new>Ninjascript output window.
VolumetricHelpGuideExample.zip
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
88 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
30 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
68 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment