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 rhyminkevin, Today, 04:58 PM
        4 responses
        52 views
        0 likes
        Last Post dp8282
        by dp8282
         
        Started by iceman2018, Today, 05:07 PM
        0 responses
        5 views
        0 likes
        Last Post iceman2018  
        Started by lightsun47, Today, 03:51 PM
        0 responses
        7 views
        0 likes
        Last Post lightsun47  
        Started by 00nevest, Today, 02:27 PM
        1 response
        14 views
        0 likes
        Last Post 00nevest  
        Started by futtrader, 04-21-2024, 01:50 AM
        4 responses
        50 views
        0 likes
        Last Post futtrader  
        Working...
        X