Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EntryOrder1 and EntryOrder2

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

    EntryOrder1 and EntryOrder2

    Hello,

    Can you have multiple (private Order entryOrder) variables inside of entry logic? With enterOder1 controlling the rejected and cancel orders and entryOrder2 controlling the manual targets.

    For example:

    if (entryOrder1 == null && entryOrder2 == null && Position.MarketPosition == MarketPosition.Flat && CurrentBar > BarsRequiredToTrade)
    {
    EnterLongStopMarket(0, false, 1, High[0], "myEntryOrderLong");
    }

    #2
    Hello AdeptistJune,

    Thank you for your post.

    Yes, you could certainly have multiple variables to hold orders - you don't have to hold all entry orders in the same variable.

    Please let us know if we may be of further assistance to you.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    388 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    258 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    216 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    300 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    268 views
    0 likes
    Last Post CarlTrading  
    Working...
    X