Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
account.Flatten closes all strategies regardless of account or instrument
Collapse
X
-
account.Flatten closes all strategies regardless of account or instrument
HI, trying to use "bcomas" Ninjatrader ecosystem Account Equity guard. I changed the Account.FlattenEverything to Account.Flatten( new [] { Instrument.GetInstrument("") } ); I am running another strategy in the same chart and I wanted to close the strategy. I also have another chart with a different Instrument and different account. But when I turn on all the strategies and the one chart hits its target, instead of just closing that chart's strategies its closing all of them. Is there a workaround to this? Here is the link to the strategy: https://ninjatraderecosystem.com/use...-nt8-strategy/Tags: None
-
Hello set2win,
Calling Account.Flatten() on an instrument, or clicking the Close button on Chart Trader or the SuperDOM, will disable all strategies on that account and instrument.
If you want to disable a strategy, exit the strategies position with market orders, and call CloseStrategy().Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
476 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
317 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
254 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
340 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
306 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment