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

Comment