Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

On generating trades for next day opening

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

    On generating trades for next day opening

    Hi,

    My strategy uses End Of Day data and I import this data into NinjaTrader after the market session closes every day. Now, I want to get the generated signals from the strategy so that I can take trades at the Opening on the next day based on the current day's Closing price. How can I do this? Note that I am not subscribed to live Intraday data but only have EoD data.

    Currently, if I create a dummy entry for the next day, change my system time to the next day and run the backtest, then I get the signals for the next day. I know this is not the right way and I hope there is a better solution. Could you please suggest what could be done to get the next days signals based on current day's closing price?

    Thanks,
    Ishwar.

    #2
    Hello Ishwar,

    You must have real-time data to run a NinjaScript Strategy (or even to place manual orders).

    On the first bar of the session use PriorDayOHLC().PriorClose[0] to find the close price of the previous session.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    566 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X