Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Can you do a LimitStop order?

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

    Can you do a LimitStop order?

    Normally, you can create a Buy StopLimit order like this:

    AtmStrategyCreate(OrderAction.Buy, OrderType.StopLimit, 101.05, 101.01...

    Is there a way to create something like a LimitStop order? Like:

    AtmStrategyCreate(OrderAction.Buy, OrderType.StopLimit, 101.01, 101.05...
    ...where when price hits 101.05, it then submits a buy limit order at 101.01?

    I know I can just monitor price in my code and then submit a limit order when price hits 101.05 -- but just wondered if I'm missing something and there's a way to do both orders in one step.

    #2
    Originally posted by cassb View Post
    Normally, you can create a Buy StopLimit order like this:

    AtmStrategyCreate(OrderAction.Buy, OrderType.StopLimit, 101.05, 101.01...

    Is there a way to create something like a LimitStop order? Like:

    AtmStrategyCreate(OrderAction.Buy, OrderType.StopLimit, 101.01, 101.05...
    ...where when price hits 101.05, it then submits a buy limit order at 101.01?

    I know I can just monitor price in my code and then submit a limit order when price hits 101.05 -- but just wondered if I'm missing something and there's a way to do both orders in one step.
    Been there, tried that. No dice.

    Check out this thread that I started a while back for the answer that I got. http://www.ninjatrader.com/support/f...ad.php?t=44454

    Comment


      #3
      Originally posted by koganam View Post
      Been there, tried that. No dice.

      Check out this thread that I started a while back for the answer that I got. http://www.ninjatrader.com/support/f...ad.php?t=44454
      OK, thank you for recognizing my plight and posting your thread. You were one step ahead of me -- I didn't know you could even do this in the DOM. :-) So I will be watching for id #1308 along with you, I guess. :-)

      Bryan

      Comment

      Latest Posts

      Collapse

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