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 charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          59 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          143 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          161 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          97 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          283 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Working...
          X