Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to get Global simulation mode status?
Collapse
X
-
How to get Global simulation mode status?
Is there some method of determining programmatically whether Global simulation mode is in effect?Tags: None
-
Yes, I've tried the following code, but the mode returned is always "Live" regardless of the status of Global Simulation Mode.Originally posted by NinjaTrader_ChelseaB View PostHello tradesmart,
This can be found through the account connection options mode.
myAccount.Connection.Options.Mode
http://ninjatrader.com/support/helpG...ount_class.htm
Code:ConnectOptions connectOptions = null; lock (Core.Globals.ConnectOptions) connectOptions = Core.Globals.ConnectOptions.FirstOrDefault(); Print(connectOptions.Name + " Mode: " + connectOptions.Mode.ToString());
Comment
-
Hello tradesmart,
Thank you for reporting this behavior.
I was able to reproduce this behavior and found when connected to Kinetick with the Sim101 selected, this will show the Mode as Live and when connected to NinjaTrader Continuum with the live demo account selected will show the Mode as Simulation.
I've submitted a report about this to our development. Once I have a tracking ID for this issue I will post this in this thread for future reference.
Please let me know if you find any other behavior you feel is incorrect with the NinjaTrader Platform.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
333 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment