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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
96 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
51 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
23 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
34 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
37 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment