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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
153 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
305 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
176 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment