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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
36 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment