Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Calculating the highest high or lowest low for a specified time range
Collapse
X
-
Calculating the highest high or lowest low for a specified time range
I would like to update the script in the example SampleGetHighLowByTimeRange_NT8.zip to stop the lines for the given range instead of running it through the end of the day.Last edited by ssdhar; 01-06-2024, 01:25 PM.Tags: None
-
Hello ssdhar,
Thanks for your post.
This script uses the AddPlot() method to add a plot to the script for showing the HighestHigh and LowestLow.
If you want to only assign a value to the plot during a specific time, you could create a Time Filter and assign the value to the plot only during that time.
Creating a Time Filter: https://ninjatrader.com/support/help...on_builder.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
96 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
51 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
24 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
34 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
37 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment