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