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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    49 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    141 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    160 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    96 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    275 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X