Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy with Horizontal lines drawn limited to that day.
Collapse
X
-
Strategy with Horizontal lines drawn limited to that day.
I have a strategy that draws a horizontal line but i cannot figure out how to limit the drawn line to a few hours of that day; not across the entire chart. Also, I would like to assign a value to the horizontal line so I can use it in a strategy. Thanks Tags: None
-
Hello amigatlin,
Thank you for your post.
Draw.Line() will allow you to draw a line between two points. You can specify a starting time and ending time for when the drawing object will draw.
The best way to expose a signal for draw objects is to create a custom series in the script. We have an example here that demonstrates the idea with links to relevant documentation:
For the script you are working with, you would add a boolean series for each draw object. All custom Series<T> objects will have a slot index for every bar on the chart. When there is no draw object i.e. no condition to draw, mark the series with False, otherwise when it draws a symbol mark the series with True.
Please let me know if I can assist further.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
576 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment