Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Executing with Strategy Builder based on a drawing
Collapse
X
-
Executing with Strategy Builder based on a drawing
I have an indicator that creates drawings in this case just triangle up/down. Is it possible to use these to execute from with the strategy builder?Tags: None
-
I have an indicator that creates drawings in this case just triangle up/down. Is it possible to use these to execute from with the strategy builder?
-
Hello synthhokie,
Thank you for your post.
Unfortunately no, this would not be possible via the Strategy Builder. The Strategy Builder can only get signals from indicators that have plots. Drawing objects cannot be detected from the Strategy Builder.
Please let us know if you have any further questions.
Comment
-
-
You would need to add a plot via AddPlot(). Below is the Help Guide documentation for AddPlot().
If you're simply wanting to detect if there is a drawing object on a particular bar, you could assign 0 to the plot on bars where no object is drawn and assign 1 to the plot where your script is drawing an object. You could then access the indicator's plot from the strategy builder.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
86 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
125 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
64 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
117 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
67 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment