Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
swingrays plot not visible
Collapse
X
-
swingrays plot not visible
i found this modified version of swing rays it plots a dot on a raybreak i want to copy the plot values but they dont appear can someone help me repair this code so the plots can be copied //the indicator name ATSSwinghilov2 dont need the strategy only the indicator.Tags: None
-
Hello misalto,
Thank you for your post.
Looking at the code, it's not immediately clear why it is not plotting.
Are there any errors in the Log tab of the Control Center?
I also recommend debugging the script using prints to determine why the indicator isn't assigning any value to the plots. The prints should include the time of the bar and should print all values from all variables and all hard coded values in all conditions that must evaluate as true for this action to be triggered. It is very important to include a text label for each value and for each comparison operator in the print to understand what is being compared in the condition sets.
The debugging print output should clearly show what the condition is, what time the conditions are being compared, all values being compared, and how they are being compared.
Prints will appear in the NinjaScript Output window (New > NinjaScript Output window). I am happy to assist you with analyzing the output from the output window.
Below is a link to a support article that demonstrates using informative prints to understand behavior.
https://support.ninjatrader.com/s/ar...nd-TraceOrders
-
Hello misalto,
This script and error is unrelated to the script you posted about (ATSSwinghilov2).
I'm a bit confused on what the issue is. Your original post says the dots aren't appearing, but your latest response indicates they are and is referencing a different script (Markers_Copy).
t plots a dot on a raybreak i want to copy the plot values but they dont appearCan you please clarify what you need assistance with?Plots (Dot) are visible on the chart
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
553 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
100 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
543 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
546 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment