Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Question about trailing stops

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

    Question about trailing stops

    I am looking to have a setup for trailing stops that I get the feeling I will have to code on my own because it seems this logic doesn't exist at the broker level (my broker is IB).

    I want to set the stop for a losing position to be say 10 ticks, and I want a trailing stop for the winning position to be 10 ticks as well. But what happens is that if the position goes up 8 from time of entry, and then falls -2 below where I entered, it sees it as having fallen 10 from the high, and closes it -2 below. But my logic never wants to close when its down by less than 10.

    So will I have to code this by hand or is there a way to set up this order logic with Ninja Script and my broker's order types?

    #2
    Yes. Please see the reference sample for OnOrderUpdate() and OnExecution().
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Josh View Post
      Yes. Please see the reference sample for OnOrderUpdate() and OnExecution().
      Is there an example specific to my question or do you mean those are the events I would use to handle this case? I guess I should be just issuing a stop loss and then doing my own exit at market when the price reaches a high and then falls below a threshold? Or are you talking about something else? Thx.

      Comment


        #4
        Go to the Reference Sample section of the forums and find the sample for OnOrderUpdate(). It will show you techniques that you can apply over to your case, but it is considered more advanced programming.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by cls71, Today, 04:45 AM
        0 responses
        1 view
        0 likes
        Last Post cls71
        by cls71
         
        Started by mjairg, 07-20-2023, 11:57 PM
        3 responses
        213 views
        1 like
        Last Post PaulMohn  
        Started by TheWhiteDragon, 01-21-2019, 12:44 PM
        4 responses
        544 views
        0 likes
        Last Post PaulMohn  
        Started by GLFX005, Today, 03:23 AM
        0 responses
        3 views
        0 likes
        Last Post GLFX005
        by GLFX005
         
        Started by XXtrader, Yesterday, 11:30 PM
        2 responses
        12 views
        0 likes
        Last Post XXtrader  
        Working...
        X