Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Start indicator bars at a different value
Collapse
X
-
Start indicator bars at a different value
How can I make the bars of an indicator start at a value other than zero? I want to create indicator bars like candles, so the beginning of the new bar starts at the ending value of the previous bar. I know how to grab my starting value but I do not know how to make the new bar start at the ending value of the previous bar. This is like plotting a “line” output (plot starts at a value other than 0), but I need my plots to be in bars.
Tags: None
-
Hello goodknight777,
Thank you for your post.
Based on your description, it sounds like you are currently using the Bar plot style which is like a histogram type of plot. There is no plot style that would plot bars starting at the ending value of the previous bar; for this, you would likely need to consider using custom rendering to render the indicator values from OnRender() or consider creating a custom Bars Type script instead of using an indicator script.
Here are some resources related to using OnRender() and SharpDX for custom rendering:- https://ninjatrader.com/support/help..._rendering.htm
- https://ninjatrader.com/support/help...8/onrender.htm
Please let me know if I can be of further assistance.
The NinjaTrader Ecosystem website is for educational and informational purposes only and should not be considered a solicitation to buy or sell a futures contract or make any other type of investment decision. The add-ons listed on this website are not to be considered a recommendation and it is the reader's responsibility to evaluate any product, service, or company. NinjaTrader Ecosystem LLC is not responsible for the accuracy or content of any product, service or company linked to on this website.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
574 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment