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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    134 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    75 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    119 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    114 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    90 views
    0 likes
    Last Post CarlTrading  
    Working...
    X