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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          94 views
          1 like
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          51 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          80 views
          2 likes
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          75 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          62 views
          0 likes
          Last Post CarlTrading  
          Working...
          X