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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
157 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
91 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
143 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment