Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stop Order guard timer

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

    Stop Order guard timer

    Hello all.

    please advise if there is a possibility to place a Stop Market Order which has kind of guard timer ? The goal is to avoide stop execution in case the price is just strike the stop activation level for a second or two and then return back. I know some platfrom has such a possibility.. but what about Ninja ?
    Or only way to make it is to use Unmanaged orders and control everything in a script code? As a last resort - yes.. the only problem is possible connectivity loss and respectively loss of the position cotrol.

    thanks

    Andrey

    #2
    Hello Andrey,

    Thanks for your post.

    There would not be a way to add a guard timer to a stop market order. Once the stop market order is submitted, it will reside on the broker's order routing server and will convert to a market order when the price is touched.

    If you would like to add additional criteria to exit your position, you could consider programming logic to check if the current market price is where you want it, and then call ExitLong()/ExitShort() to exit the position with a market order.

    If you have suffered a connection loss, a strategy can be re-enabled with ImmediatelySubmit to have an existing position resumed. The strategy will process historical data to see what trades it would have taken, and any working historical orders will be compared against live working orders. If the orders match, they will resume, otherwise the live orders will be cancelled and replaced from historically calculated orders.

    Syncing account positions - https://ninjatrader.com/support/help..._positions.htm

    We look forward to assisting.
    Last edited by NinjaTrader_Jim; 01-26-2021, 01:02 PM.

    Comment


      #3
      Ok.. got it..

      So for the guart timer logic I have to control stop level price touch in the code, once it touched, start timer.. and place respective market stop order as timer expire and price still over stop level.
      A bit extra coding.. but ok.. manageable.


      thanks

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Today, 05:17 AM
      0 responses
      50 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      126 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      69 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X