Thank you all in advance
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Convert NT7 TRIX indicator for NT8 use
Collapse
X
-
Convert NT7 TRIX indicator for NT8 use
Greetings. I have a Trix indicator that is coded for NT7. & I would like to migrate over to the NT8 platform with this indicator. I am attaching this indicator for the community to use and perhaps modify for NT8 use.
Thank you all in advanceTags: None
-
Hello denalek2419,
Thank you for your post.
When converting a NinjaScript from NinjaTrader 7 to NinjaTrader 8, start by creating as much of the script as possible in NinjaTrader 8 using the Strategy Builder (New > Strategy Builder). This will create the framework of the indicator or strategy which has large changes from NinjaTrader 7 to NinjaTrader 8.
Then copy all code from the NinjaTrader 7 script's OnBarUpdate to the OnBarUpdate of the NinjaTrader 8 script. This will introduce errors that will need to be resolved.
Below I am including a link to a list of the code-breaking changes from NinjaTrader 7 to NinjaTrader 8.
http://ninjatrader.com/support/helpG...ng_changes.htm
The help guide will be the best way to see how things have changed from NinjaTrader 7 to NinjaTrader 8. When first starting to convert scripts, I myself would open the NinjaTrader 7 help guide and the NinjaTrader 8 help guide to the same sections so that I could compare. The majority of code supported by NinjaTrader is included in the help guides.
Below is a link to a forum post with helpful information about getting started with NinjaScript.
https://ninjatrader.com/support/foru...040#post786040
If you get stuck at any time looking for equivalent code for NinjaTrader 8, please send an email our way ([email protected]) or create a post on our forums and we will be happy to assist. Below is a link to the forums.
Please let us know if we may further assist.<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>
- Likes 1
-
-
-
Hello denalek2419,
TRIX is available as standard indicator with NT8, so you can use it directly & for color & alerts I would suggest you to try this:
Description: This indicator can be used to color the rising and falling conditions of most any other indicators plot when used as the input series to this indicator. ColorThePlot offers the ability to select rising and falling colors, sound alerts, email, alerts, Direction change marking, panel color based on direction, bar coloring based on direction. […]
Hope it helps!
- Likes 1
Comment
-
-
I have converted it to NT8 and attached here. Give this a try.Originally posted by tbillm View PostSir any possibility of updating this nice indicator (((tricolor indicator for nt8)))within the updated NT* structure? Tried to download it but was not permitted.Attached Files
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
599 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
344 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
557 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment