Jim
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Net Change indicator
Collapse
X
-
Net Change indicator
Hello, I'm looking for an indicator that will plot the net change in an instrument on the chart. The one I've found in the forum here doesn't seem to work?
JimTags: None
-
Hello,
I'm not finding a net change indicator on our forums. Can you please share a link to the indicator so that I can test it and see if it's salvageable? Alternatively, you should be able to create a net change indicator from scratch by comparing the values of the last bar of the previous session to the last bar of the current session (assuming you are using this definition of net change: http://www.investopedia.com/terms/n/netchange.asp)
I look forward to your reply.Dave I.NinjaTrader Product Management
-
Comment
-
-
More than likely you have another script in your Custom folder that has the same name as this one or its using the same Enum name that the NetChangeDisplay is using.
If you wanna try, extract the .Zip and place the NetChangeDisplay.cs in your indicators folder in (My) Documents -> NinjaTrader 7 -> bin -> Custom -> Indicator
Open a script from Tools -> Edit -> Indicator and run a compile (F5)
That should tell what the error is
Comment
-
-
-
Ok, looks like that .zip was exported using an older version of NT.
I went ahead and updated it for you since it was an easy fix.
Try the new attachmentAttached Files
Comment
-
-
I have the latest version of Ninja 7 and mine failed to compile as well. Here is a link to the picture with error messages.Originally posted by Calonious View PostOk, looks like that .zip was exported using an older version of NT.
I went ahead and updated it for you since it was an easy fix.
Try the new attachment
Comment
-
I fixed this by removing a known Indicator file that I started but wasn't finished. It seems Ninja compiles ALL indicators upon hitting F5. One error is shared by all. Seems like a weird glitch to me.Originally posted by Dolfan View PostI have the latest version of Ninja 7 and mine failed to compile as well. Here is a link to the picture with error messages.
http://content.screencast.com/users/...04-26_0216.png
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
83 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
47 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment