Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Bars and Lines not Plotting
Collapse
X
-
Bars and Lines not Plotting
I have looked at example after example and cannot figure out why this code will not plot the bars or lines of the histogram. I can draw other lines, but cannot get that data to print. I've confirmed that I have data and that it is getting to the .Set command, but nothing appears on the screen. I appreciate any help...Tags: None
-
Hello,
I took a quick look at your indicator and didn't see any glaring mistakes.
Do you get any errors in your log tab?
Try using a try-catch block as described in this link:
http://www.ninjatrader-support.com/v...ead.php?t=9825DenNinjaTrader Customer Service
-
No errors are getting logged. The data that SHOULD be plotted shows up in the Data box. It shows up in the Print() statement right before the *.Set command that should plot the data. I did a lot of work last night to seperate some of the things I was doing to have a seperate indicator that writes to the Price Panel, etc. to hopefully make this simpler to debug... Has me totally stumped. I will have a look at Try/Catch, but since I am not throwing errors, does not seem like that will help. I may be wrong.
Comment
-
Hello,
Please try removing this:
Plots[0].Min = 0;
Plots[1].Min = 0;
Plots[2].Min = 0;
Plots[3].Min = 0;
Plots[4].Min = 0;
Plots[0].Max = 0;
Plots[1].Max = 0;
Plots[2].Max = 0;
Plots[3].Max = 0;
Plots[4].Max = 0;
Then remove the indicator and reattach it rather than reloading NinjaScript.Last edited by NinjaTrader_Ben; 10-09-2008, 09:18 AM.DenNinjaTrader Customer Service
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by letilleulskin, Today, 11:33 PM
|
0 responses
3 views
0 likes
|
Last Post
![]() |
||
Started by letilleulskin, Today, 11:29 PM
|
0 responses
2 views
0 likes
|
Last Post
![]() |
||
Started by MatthewLesko, Today, 11:13 PM
|
0 responses
3 views
0 likes
|
Last Post
![]()
by MatthewLesko
Today, 11:13 PM
|
||
Started by Lance El Camino, Today, 04:14 PM
|
1 response
13 views
0 likes
|
Last Post
![]()
by s.kinra
Today, 07:50 PM
|
||
Started by jtrading82, Today, 04:56 PM
|
1 response
10 views
0 likes
|
Last Post
|
Comment