Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to place a mar****rder for 1st tick of day?

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

    How to place a mar****rder for 1st tick of day?

    Hi, as NinjaScript is event based on prices, how can an order be placed for the opening of tomorrow?

    or can we only do this after the fact? As we need for tomorrow to become today with the first tick to trade, then it will place the order.

    Thanks. W2

    #2
    WSquared, it is not possible to place orders in the future. You will have to monitor for the first tick and then submit the order.
    Code:
    if (FirstTickOfBar && Bars.FirstBarOfSession)
    {
        // submit your order
    }
    AustinNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    29 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    117 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    227 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    309 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X