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 fx.practic, 10-15-2013, 12:53 AM
        5 responses
        5,404 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by Shai Samuel, 07-02-2022, 02:46 PM
        4 responses
        95 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by DJ888, Yesterday, 10:57 PM
        0 responses
        8 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by MacDad, 02-25-2024, 11:48 PM
        7 responses
        159 views
        0 likes
        Last Post loganjarosz123  
        Started by Belfortbucks, Yesterday, 09:29 PM
        0 responses
        8 views
        0 likes
        Last Post Belfortbucks  
        Working...
        X