Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Auto trading not allowed ?

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

    Auto trading not allowed ?

    Hi everybody
    I hope you're having a good day !

    A question about strategy coding.

    I am working on a project that will be distributed to clients. I would like to show them all the usual strategy informations like buys sells exits and the likes but I would not allow them to trade automatically (auto trading).

    Is it possible to code a strategy that would not allow auto trading ?

    Thks

    Bernard

    #2
    Bernard, I think you can work with 'Historical' for this - http://www.ninjatrader-support.com/H...istorical.html

    Thus no realtime trades generated and past performance could be reviewed.

    Comment


      #3
      Auto trades not allowed

      Bertrand

      the problem is that I want the clients to see it live so that they can execute manually their trades.

      In reality I would like them to see orders but they would have to execute their trades themselves !

      I know it seems strange...



      Bernard

      Comment


        #4
        Ok I see, how about displaying the trades then in an indicator? Then they could manually trades the system signals.

        Comment


          #5
          I agree with you Bertrand but I don't know how it would work.

          I would have to create a synthetic position so that I would follow the trades to keep track of all exits and entries orders !


          Bernard

          Comment


            #6
            Bernard, unfortunately true, or just Draw then in realtime from the strategy to show the trades to be taken.

            Here another idea what you could do, but please note the use of this is unsupported and could need reworking in subsequent releases of NinjaTrader -

            Code:
            if (AccountName != "Sim101") return;
            Last edited by NinjaTrader_Bertrand; 08-13-2009, 10:10 AM.

            Comment


              #7
              Bertrand

              Great idea about the AccountName != Sim101


              Thanks a lot

              Bernard

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              647 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              368 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              108 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              571 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              573 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X