Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Trade Trigger
Collapse
X
-
Trade Trigger
If I have OnBarClose = True and Exit on Close(not sure if these matter), when I have a strategy condition for Close[0] > Highs[1][0], with the primary series being 15min and secondary being 60min, will the trade trigger on the 15min bar after the 15min bar that closes above the hourly high?Tags: None
-
Hello zachj,
Thank you for your response.
You are correct, that will not happen if it is the same instrument. If you want to check if the 15 minute bar that closes after the 60 minute bar is higher than the high of the 60 minute bar you can use Closes[0][0] > Highs[1][1].
Please let me know if I may be of further assistance.
Comment
-
Ok thanks. This is switching gears a bit but if I have one of the conditions to go long is once the fast MA crosses above the slow MA, is it possible to create another condition to only go long when a bar closes above the high of the bar where the MA cross took place?
Comment
-
Hello zachj,
Thank you for your response.
You can use MRO() to store the bars ago value of the CrossAbove condition and then use that bars ago int to check the Close against that high.
For information on MRO() please visit the following link: http://www.ninjatrader.com/support/h...urence_mro.htm
Please let me know if I may be of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
626 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
359 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
562 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
567 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment