Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Stops in the Strategy Wizard

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

    Stops in the Strategy Wizard

    Hi, all -

    I've been very impressed with NT and had some success developing some basic strategies. Good job to the NT team!

    One general question: when you get to the Stops window in the wizard, can you implement multiple stops? For example, I am working on a basic strategy for the ES and ER2. It works quite well and is profitable, however I am unable to find a way in the Wizard to both establish a firm target for take profits AND a stop loss off the original position for those rare cases when the entry is flat-wrong.


    So aside from setting firm take-profit points (which I can do just fine already) what's the secret to using the Stops window in the Wizard to also establish as part of the Stops strategy something that says "exit the position if it moves X ticks from the entry price"?

    Thanks in advance.



    ETA: I don't think we can do the auto-breakeven, auto-trail via the Strategy Wizard yet, right? And if not, is this something y'all might consider including as a very useful feature for us non-programmers? (Thx again.)

    #2
    You can try using a trail stop?

    About the Auto-Breakeven stuff, correct it is not possible through the wizard, but you can definitely do it with NinjaScript coding.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by Josh View Post
      You can try using a trail stop?

      About the Auto-Breakeven stuff, correct it is not possible through the wizard, but you can definitely do it with NinjaScript coding.
      Hi Josh --

      Thx for the note. Unfortunately I've not gotten into scripting yet and frankly trying to avoid having to do so just on matter of keeping it simple if possible.

      Yes, I can do a trailing stop in the wizard. And yes, I can do a hard stop-loss in the wizard. And yes, I can to a hard take-profit point as well.

      What I can't figure out is how to use the Stop Page to say:

      "If X moves Y points in my direction, exit for profit BUT if X moves Z points against me, exit for a loss."

      ....I can do both of these independently in the Stop Page in the wizard but can't do 'em together.

      Comment


        #4
        Sure you can do them together.

        One is a SetProfitTarget the other is SetStopLoss. I have not read entire thread so maybe I am misunderstanding something.
        RayNinjaTrader Customer Service

        Comment


          #5
          I cant get a trailing stop working in the strategy wizard. Is here someone who could tell me.
          I would like to set a stop 10 ticks away from the entry and I want it to move up after every 5 ticks.

          Please tell me how to do it. I dont understand the parameters in the wizard.I tried to modify each but did not have any result.

          It would be very nice to have a video that shows how to set up stops in the wizard...

          Comment


            #6
            This style of trailing stop is not supported in the Strategy Wizard.
            RayNinjaTrader Customer Service

            Comment


              #7
              Then what kind of trail stop is supported? I dont really understand it.
              How does it work? For example if I use tick method. It means that the number for example 5 is going to be the stop?The stop always will be 5 ticks behind the current price?

              If my stop is hit, but a certain condition is still trues how can I reenter a sell short or buy. For example if a line still above the other line go long or short?I would like to program it with the wizard. (Strategy)
              Last edited by Fecdzo; 02-19-2008, 03:40 PM.

              Comment


                #8
                It is a basic trail stop, X number of ticks behind the last new high price assuming you were long. Reverse for short.

                If your stop is hit and you have a condition (set of rules) in the strategy wizard that evaluates to true, it would then submit another order assuming that is one of the actions set in the Condition Set.
                RayNinjaTrader Customer Service

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by llanqui, 04-28-2024, 10:32 AM
                7 responses
                35 views
                0 likes
                Last Post llanqui
                by llanqui
                 
                Started by geotrades1, Today, 08:33 AM
                6 responses
                19 views
                0 likes
                Last Post NinjaTrader_Gaby  
                Started by dcriador, Today, 10:45 AM
                0 responses
                1 view
                0 likes
                Last Post dcriador  
                Started by llanqui, 04-28-2024, 03:53 AM
                2 responses
                27 views
                0 likes
                Last Post llanqui
                by llanqui
                 
                Started by RaddiFX, Yesterday, 09:55 PM
                5 responses
                32 views
                0 likes
                Last Post NinjaTrader_Gaby  
                Working...
                X