Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Unique Entree Handling

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

    Unique Entree Handling

    If I use EnterShortLimit(10000, GetCurrentBid(), "ShortA"); and EnterShortLimit(10000, GetCurrentBid(), "ShortB");

    How can I address the exit individually if I want to check first to see if it is in a position? In otherwords,

    If ShortA is short, exit ShortA and if ShortB is short, Exit ShortB....how do I exit short indiviually? I want to address each position seperately.

    I know you can use in general the statement......but I want to address them indiviually....

    if (Position.MarketPosition == MarketPosition.Short
    && something happens)

    ExitShortLimit(10000, GetCurrentBid(), "ShortA");

    #2
    Hello edgeliner,

    Thank you for your post.

    You will need to use the OnOrderUpdate() and OnExecution() methods to determine whether a specific order has been filled.

    For a reference sample on both of these methods please visit the following link: http://www.ninjatrader.com/support/f...ead.php?t=7499

    Please let me know if I may be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, Yesterday, 10:06 AM
    0 responses
    20 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    18 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    14 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    9 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    40 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X