Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
use the DynamicSRLines indicator in builder
Collapse
X
-
Tags: None
-
Hello micaeliglesias,
The linked indicator does not plot any data which is why it does not show up in the builder, for an indicator to be used it needs to have a Plot. The indicator that is linked uses drawing objects which the builder cannot use for signals. You would need to edit the script and plot a value so the builder can use it.
While it is not directly noted in that link that is a direct conversion from an NT7 user uploaded script so unfortunately we wouldn't be able to answer questions about how its logic is intended to work as only the original author would have those details. You can use Prints to identify how the logic in the script works when run to better estimate how you may need to plot the data for signals. You would likely need to plot a value where the drawing objects are used in the script to denote a specific signal. For example start by plotting a 0 to indicate no signal, then inside each condition where the drawing objects are you could plot a 1 or -1 depending on the condition. That data can then be used for signals in a strategy.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
73 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
39 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment