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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    47 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    15 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    21 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    23 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X