Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
1-min ORB
Collapse
X
-
1-min ORB
I am trying to build a trading strategy where I capture the price high and low from 9:30 am to 9:31 am. If price after 9:31 am moves above the price high then go long. If price after 9:31 am moves below the price low then go short. Only one trade a day depending on whichever occurs first.Tags: None
-
Hello kellyboy,
Thank you for your post.
You can capture the High and Low by saving these to a variable.
For one trade a day, you can use a bool to keep track if a trade has been placed. Set the bool to false initially, and require the bool to be false in your conditions for entry. After an entry has been placed, set the bool to true. Reset the bool back to false when IsFirstBarOfSession is true.
Please let us know if you have any further questions.
-
Hello kellyboy,
This same logic can be applied using the Strategy Builder.
You can create a variable to save the High and Low to in the Inputs and Variables screen. You can also create your bool variable to track if a trade has been placed here.
The rest of the logic can be easily created from the Conditions and Actions screen.
If there is something in particular you're not sure how to do in the Strategy Builder please let me know.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
119 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
62 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
40 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
82 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment