Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to plot a custom bar type
Collapse
X
-
How to plot a custom bar type
I am trying to create an indicator whose output is similar to a cumulative delta output. The bars would output the cumulative delta of tick movement up and down. Each output bar would start at the cumulative value and the ending value of each output bar would be the "net tick movement" on the current bar. Do I need to use AddBar? If yes how do I plot my values? Do I use an AddPlot whose input is the AddBar values? Any suggestions will be greatly appreciated.Tags: None
-
Hello goodknight777,
An indicator would not use AddBar() as this is something used in a BarsType script.
If you are trying to custom render rectangles over the chart bars, this is possible. The HeikenAshi indicator does this.
NinjaTrader 8 natively provides Heiken Ashi as a bar type for most common bar types (minute, tick, volume, second, day, week, month, year). This Heiken Ashi indicator is provided for the Range, Renko and any custom bar types that may be added. The indicator performs in the same manner as the NinjaTrader 7 version. 4-27-18 […]Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
62 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
86 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
46 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
104 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
63 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment