Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Plotting issue
Collapse
X
-
Plotting issue
I've written an indicator that was at least somewhat plotting last night. Now all of a sudden I get no plots. The funny thing is the chart says the plots are there, but I don't see them. See the attachment.Last edited by SystemTrading; 12-22-2008, 09:05 AM.Tags: None
-
-
SystemTrading,
You will want to debug. Try adding SMA, if SMA works fine then it is likely something going awry in your custom indicator. I would not know how to advise you except to break it down slowly into chunks of code that are known to work and slowly add layers of complexity till you find what doesn't. Good luck.Josh P.NinjaTrader Customer Service
Comment
-
Do you have the color of the plot or something as an input or a statically defined?
I find that if you don't properly use an input color (serialize it), it goes transparent by itself. I recommend you have everything static to start, then after you know it works you can play with inputs (if that's the problem).
good luck
Comment
-
SMA did not work and statick colors did not work. When I go through Visual Studio debugger, I see it hit the .Set statements MANY times, each with what seem to be correct values. They are just not plotting for some reason. If I plot ATR on the same chart, it works fine.
Comment
-
Comment
-
I think I may have misunderstood your previous question. When I insert the SMA indicator it plots fine. However, when I plot the SMA from my indicator it does not. It shows a value in the data window, however it does not show a plot.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
44 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment