Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

on-off/live-sim

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

    on-off/live-sim

    Hello,

    I want to run my NT-script-trategies 24 hours because this is more easy than to start all setups referring to market conditions every morning.

    But for sleeping weill;-) NT should not transmit the orders to the broker in the night. How can I switch between live and demo? This means NT can take a trade - but only on my computer during the night, but without sending it to the broker - and during the day when I´m with my computers the order should be send to broker.

    Thanks
    Tony

    #2
    Hello Tony,
    You have to assign the account while initializing the strategy and you cannot change the account once it has been initialized.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Hello,

      thought so that I can not change the account, but would it be possible to interrupt somehow the order-function, so that the datafeed comes in for charting and the orders will no be sent?

      Thanks
      Tony

      Originally posted by NinjaTrader_Joydeep View Post
      Hello Tony,
      You have to assign the account while initializing the strategy and you cannot change the account once it has been initialized.

      Comment


        #4
        Hello Tony,
        Yes, you can simply try not to evaluate the code.

        Code:
        protected override void OnBarUpdate()
        {
          if (condition)
          {
                 //do not evaluate codde
                 return;
           }
        
           //rest of the code
        }
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        83 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        47 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        29 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        66 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X