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 NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment