Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ExitLongLimit() ?

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

    ExitLongLimit() ?

    Where is the best place to put "ExitLongLimit()" ? I had it inside "OnOrderUpdate ()" / "OrderState.Filled" but the order was never placed in real time (eg, didn't show up in the "Orders" tab, and didn't execute even when the market went past that price). Works fine in backtesting.

    #2
    Hello spottysallrite,

    ExitLongLimit would go where you need it based on how your logic is intended to work, that can be called from any of the overrides. OnOrderUpdate generally would not be where you submit targets, if you are trying to submit targets based on the fill of an entry order that should go inside OnExecutionUpdate.

    You can see a sample of that concept in the fllowing page: https://ninjatrader.com/support/help...tionupdate.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    37 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    64 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 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