Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Opening 30 min. bar breakout strategy
Collapse
X
-
Opening 30 min. bar breakout strategy
I would like a strategy based on a one tick breakout above or below the first daily session 30 min. bar high and low for a long and short trade respectively. I do not know how to structure this. Could someone please show me how or where I could get this strategy? Thanks.Tags: None
-
Hi
Im new to Ninjatrader, understand markets well but just now trying to get a better grasp of implementing 'custom' stategies like the one you have kindly provided.
I have downloaded this strategy, opened it in the custom strategies tool and saved it as a ninjascript strategy. Unfortunately, when i use the strategy analyzer, I cannot select it from the list of dropdown strategies. I can however see it on the left hand side folder view when expanding 'strategies'. I have not modified the code in any way. Just trying to test out anythint to understand the product further.
I have provided a screenshot.
Thanks for your time!
Comment
-
Breakout strategy question
Not sure if this is the correct place to post such a question but I am wondering if anyone knows how to change this strategy a little so that the range of the 30 minute candle excludes the wicks? Only trades the breakout of the body of the candle. Could anyone help?
Thank You
Comment
-
Hello c4matted,
Thanks for the post and welcome to the NinjaTrader forums! If you want to exclude wicks for your breakout strategy, you would have to work with Open and Close instead of High and Low. To find which is higher/lower for Open and Close there are methods Math.Min() and Math.Max().Ryan M.NinjaTrader Customer Service
Comment
-
Breakout strategy question
Ryan,
I appreciate the information. Definitely something I am interested in. Would you know of any documentation or the best way for someone that is new to Ninjatrader to start building an automated strategy or a strategy for backtesting? Is there tools within Ninjatrader to help me modify the current breakout strategy? Thank You again
Comment
-
Ryan M.NinjaTrader Customer Service
Comment
-
First Bar of Session
Hi All,
I'm new to NinjaTrader and this is my first post on the forum. Please have patience with me.
I have a question about the Bars.FirstBarOfSession function. When dealing with the ES, which practically trades around the clock, does the system consider the start of the session the 9:30 USA market open? Is the overnight session ignored?
Thank you in advance for your responses!
Comment
-
Replace the trigger, High[0], with Math.Max(Open[0], Close[0]) and Low[0] with Math.Min(Open[0], Close[0]).Originally posted by c4matted View PostNot sure if this is the correct place to post such a question but I am wondering if anyone knows how to change this strategy a little so that the range of the 30 minute candle excludes the wicks? Only trades the breakout of the body of the candle. Could anyone help?
Thank You
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
113 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
60 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
43 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
81 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment