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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
163 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
81 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
125 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
206 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
184 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment