Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding Bartypes to script
Collapse
X
-
Adding Bartypes to script
I wish to test some additional bartypes in my indicator, such as BetterRenko, Wicked Renko, UniRenko, HeikinAshi and Kagi. How do I correctly define these in State.Configure section.
Thanks.Tags: None
-
Hello Semion.A.I.
Thanks for your post.
To add an additional data series to a script, you could use AddDataSeries().
AddHeikenAshi() could be used to add a HeikenAshi data series to a script.
AddKagi() could get used to add a Kagi data series to a script.
AddRenko() would be used to add a Renko data series to a script.
To add custom bars types/data series to your script which is installed on your system, you could do so by casting the registered enum value for that BarsPeriodType as noted in the Tips section of the AddDataSeries() help guide page.
See the help guide documentation below for more information.
AddDataSeries(): https://ninjatrader.com/support/help...dataseries.htm
AddKagi(): https://ninjatrader.com/support/help...t8/addkagi.htm
AddRenko(): https://ninjatrader.com/support/help...8/addrenko.htm
AddHeikenAshi(): https://ninjatrader.com/support/help...heikenashi.htm
Let me know if I may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
-
Hello Semion.A.I.
Thanks for your note.
WickedRenko would be considered a custom barstype and you would need to define it as a custom barstype in your script.
See the Tips section of the AddDataSeries() help guide page which notes adding a custom barstype to a NinjaScript.
Let me know if I may assist further.
<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by laketrader, 03-10-2025, 07:20 AM
|
7 responses
67 views
0 likes
|
Last Post
![]()
by laketrader
Today, 08:15 PM
|
||
Started by juletjak, Today, 07:37 PM
|
0 responses
3 views
0 likes
|
Last Post
![]()
by juletjak
Today, 07:37 PM
|
||
Started by stafe, 03-10-2025, 04:46 PM
|
5 responses
59 views
0 likes
|
Last Post
![]()
by MiCe1999
Today, 07:13 PM
|
||
Started by VFI26, 03-21-2025, 11:21 AM
|
2 responses
28 views
0 likes
|
Last Post
![]()
by MiCe1999
Today, 06:55 PM
|
||
Started by algospoke, 03-12-2025, 07:41 PM
|
2 responses
34 views
0 likes
|
Last Post
![]()
by algospoke
Today, 06:13 PM
|
Comment