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 AaronKoRn, Today, 09:49 PM
        0 responses
        6 views
        0 likes
        Last Post AaronKoRn  
        Started by carnitron, Today, 08:42 PM
        0 responses
        9 views
        0 likes
        Last Post carnitron  
        Started by strategist007, Today, 07:51 PM
        0 responses
        9 views
        0 likes
        Last Post strategist007  
        Started by StockTrader88, 03-06-2021, 08:58 AM
        44 responses
        3,975 views
        3 likes
        Last Post jhudas88  
        Started by rbeckmann05, Today, 06:48 PM
        0 responses
        9 views
        0 likes
        Last Post rbeckmann05  
        Working...
        X