if (Position.MarketPosition == MarketPosition.Flat && CrossAbove(Close, highestHigh, 1)) EnterLong();
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
CrossAbove
Collapse
X
-
could you tell me what the difference would be in terms of catching a cross above?
CrossAbove(Close, highestHigh, 0) vs CrossAbove(Close, highestHigh, 1)
maybe this should be another topic? but would
if (Time[0].TimeOfDay >= endOfDay.TimeOfDay)
catch the end of day as soon as the current tick time was >= endOfDay.TimeOfDay?Last edited by dibDab; 10-16-2023, 09:33 AM.
Comment
-
Hello dibDab,
You would have to make a condition that checks if the Close is less than or greater than a variable. After doing that check you would set the close to the variable again to repeat that process. The CrossAbove and Below rely on the bar data, you never would be comparing two ticks when using bar data as you only have access to the current tick or the previous bars close depending on the BarsAgo used.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
62 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
134 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment