Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Add UniRenko Bars to Renko Strategy
Collapse
X
-
Add UniRenko Bars to Renko Strategy
Hello! I saw a similar post where someone wanted to replace the Renko Strategy bars type to Better Renko Bars. It worked well, but I want to use UniRenko bars instead of Better Renko. I'm no C# expert, but I tried changing the code to utilize UniRenko bars but it doesn't seem to work. I've attached both the strategy and the bar type I want to utilize. Any assistance would be appreciated!Tags: None
-
Hello natadanquah,
As the scripts you have provided say NT8 on them, I am assuming this is for NinjaTrader 8 and not NinjaTrader 7.
I've moved your thread from the NinjaTrader 7 > Strategy Development section of the forums to the NinjaTrader Desktop > Strategy Development section of the forums.
On line 84 change:
To:Code:if(BarsPeriod.BarsPeriodType != BarsPeriodType.Renko)
Code:if(BarsPeriod.BarsPeriodType != BarsPeriodType.Renko && BarsPeriod.BarsPeriodType != (BarsPeriodType) 2018)
Chelsea B.NinjaTrader Customer Service
-
Thanks so much, Chelsea for the code and moving the the post.
I attempted the change as you mentioned but I'm still running into the same issue and the strategy is not accepting the bars. Seems that it won't accept regular renko bars with it either - very strange. Would you happen to have any other suggestions?
​
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
633 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
567 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment