Ok, got it. I'm able to get the Monday 2nd entry to work properly. Yay! However, I'm still trying to think of a condition to add to my other entries so I don't enter twice. I was thinking something that only happens once for these other entries is that the MarketPosition of [1] is flat, but I'm unsure how to code this in NinjaScript. How can I code this - MarketPosition [1] is flat?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Entries per Direction & Unique Entries vs All Entries...
Collapse
X
-
Hi Jesse,
Ok, got it. I'm able to get the Monday 2nd entry to work properly. Yay! However, I'm still trying to think of a condition to add to my other entries so I don't enter twice. I was thinking something that only happens once for these other entries is that the MarketPosition of [1] is flat, but I'm unsure how to code this in NinjaScript. How can I code this - MarketPosition [1] is flat?
-
Hello Ttrade12,
You may need to just use a bool variable for that. When the first entry condition becomes true toggle a bool to false. As part of that entry condition check if the bool is true so it disables itself. In a separate condition checking for flat you could reset the bool.
You can see a sample of using the position here: https://ninjatrader.com/support/help...etposition.htm
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
57 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
37 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
18 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
20 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
49 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment