Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicator Has No Errors, but isn't showing on chart
Collapse
X
-
Indicator Has No Errors, but isn't showing on chart
I created a indicator that will draw a vertical Seperator lines at midnight each day and draw a horizontal line between the vertical lines that indicate the opening price at Midnight. I'm not getting any errors when I compile the code, but when I add the indicator to my chart, it's not showing the indicator on the chart. Any help would be great.Last edited by wbateman3; 03-30-2025, 05:46 AM. Reason: Added image of indicator settings after it's applied to my chart.Tags: None
-
There may not be compiling errors, but you also have to check if there are run time errors once it's loaded. That usually means some logic flaw that prevents it from continuing, like looking at the close of the prior bar, but you didn't wait for there to be at least one candle first. Check the output to see if there are errors. If not, that means your indicator might be running, but your line logic might be faulty.
-
Hello wbateman3,- Are there run-time errors appearing on the Log tab of the Control Center?
- Is the Indicator in the NinjaTrader.NinjaScript.Indicators namespace?
- Does the class inherit directly from the Indicator class?
- Does the Name property match the class name as well as the file name?
- Is the DisplayName override implemented?
- Is the file within a custom subfolder in the file system?
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
563 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
329 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment