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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
78 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 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
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment