Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How indicator can determinate acc. live or demo?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How indicator can determinate acc. live or demo?

    In ninjatrader8 and ninjatrader7 possible determinate is acc. live or demo?

    #2
    Hello Daniel11,

    (edited)

    You can use:
    Code:
    if (Account.Provider == Cbi.Provider.Simulation)
    If you are wanting to check Sim101 vs a connected account.

    You can also check the name of an account in a NinjaScript strategy with Account.Name. Compare to "Sim101", or if you are referring to demos from NinjaTrader, these have account names that start with DEMONT. Use substring or regex and you can match this.
    Last edited by NinjaTrader_ChelseaB; 08-23-2016, 12:23 PM.
    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
    656 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    371 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    579 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X