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 NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
56 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
132 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment