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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      60 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      145 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      161 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      97 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      283 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X