For example if I have 3 strats all running NQ instrument and all 3 are enabled and 1 is currently in a live trade, another strat meets all the conditions and should kick off and start running but I want it to ignore the trade since another strat is live. Is this possible?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
how to not allow a Strat to start if the instrument is being used by another strat
Collapse
X
-
how to not allow a Strat to start if the instrument is being used by another strat
Hi, I'm wondering if it's possible either with a feature in NinjaTrader or a way to code it in to stop a strat from kicking off if the instrument is being used on another strat.
For example if I have 3 strats all running NQ instrument and all 3 are enabled and 1 is currently in a live trade, another strat meets all the conditions and should kick off and start running but I want it to ignore the trade since another strat is live. Is this possible?Tags: None
-
Hello gm7_forum,
Thanks for your post.
A NinjaScript strategy cannot see orders placed by other strategies. They also cannot see any orders that are manually placed.
There would be no NinjaScript methods or properties to prevent a NinjaScript strategy from being enabled if another strategy is running on the same instrument.
Something you could consider is using PositionAccount.MarketPosition to check if you are in a flat position on the account before submitting an order from the strategy to the same account the other strategy is running on.
PositionAccount: https://ninjatrader.com/support/help...ionaccount.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
92 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
138 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
122 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
73 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment