Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator with custom Renko bars
Collapse
X
-
Indicator with custom Renko bars
Does anyone have an indicator which uses a custom Renko bar type in a higher time frame? I don't believe a HTF custom bar can be added in NT 8. The choice seem to be for only the standard bars furnished by NinjaTrader. Someone please prove otherwise.Tags: None
-
Hello baumer,
Thank you for your note.
You may find success in finding an item that can accomplish something similar via our User App Share page.
User App Share: https://ninjatraderecosystem.com/user-app-share/
Let us know if we may assist further.
-
Thanks ChrisSch for your response, The reason I asked if anyone had developed an indicator using a custom Renko bar type was not to obtain an indicator necessarily, but to prove the fact that a custom Renko bar can be called in developing a new indicator. I can not find a way or reason to believe that this can be accomplished. It appears in NT 8 if you are not calling a built in bar type then you are out of luck. I would like verification that a custom Renko bar type can be placed in code and not just the built - in bar types that are furnished with the NT 8. Thanks
Comment
-
Hello baumer,
Thank you for the post.
We have a comment about this subject in the AddDataSeries page however it does not specifically note renko bars, only custom bars types. Because renko bars use extra options, you need to use the AddDataSeries syntax in these use cases when it is not specifically the standard Renko bars.
From the help guide:
You can specify optional BarsPeriod values (such as Value2) of a custom BarsType in the BarsPeriod object initializer. For example: AddDataSeries(new BarsPeriod() { BarsPeriodType = (BarsPeriodType)14, Value = 10, Value2 = 20 });
You would need to locate the ID for the bars type as well, if you are unsure on the ID you can use the following tool from this publically available link: https://ninjatraderecosystem.com/use...pe-identifier/
Please let me know if I may be of additional assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
91 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
31 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
69 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment