Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy for SIM Only Trades

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

    Strategy for SIM Only Trades

    HI,
    I am wondering if there is a way to have a strategy only place SIM trades. I want to block it from taking trades on a live account.

    as always, thanks!

    #2
    Hello Mlarocco,

    Thank you for your note.

    When you apply the strategy to the chart you have the option to set which Account this will submit orders to. Once the strategy is enabled you cannot change this until you have disabled the strategy.

    Let me know if I can be of further assistance.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      I understand that, I was wondering if it could be forced to only use the SIM101 account. I'm trying to prevent it from being used to trade live accounts. I want it for testing only.

      Thanks

      Comment


        #4
        Mlarocco,

        You can check the Account.Name if it equal to Sim101 or not

        Code:
        protected override void OnBarUpdate()
        {
              if(Account.Name != "Sim101") return;
        }
        Cal H.NinjaTrader Customer Service

        Comment


          #5
          Perfect! Exactly what I was looking for...

          Thanks!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          605 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          351 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          105 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          560 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          561 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X