Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

uniRenko New date indicator

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

    uniRenko New date indicator

    I have a session break to force a new Onbarupdate to end my day. My system runs perpetually. I want my strategy to know when it is a new day. It is my understanding that Time[0] is the date and time of the last completed bar. Thus it does not have the current date. If this is true then I need to wait for the second bar to end to know that that date has changed. Is there a way to know the date has changed with the first tick of the day short of changing my OnBarUpdate to be tick by tick.

    #2
    Hi Buttermilk,

    Thanks for your post.

    If you want to detect something on the first tick of the day, you will need to run the script on every tick.

    If the script only runs when a bar closes, then it would not be possible to detect something after 1 tick.

    You run the script with Calculate on bar close set to false, or you can use intra-bar granularity of 1 tick.

    You could also use a timer that runs on an interval and check the current system time instead of the bar time. (DateTime.Now)

    Below is a link to an example of intra-bar granularity.
    http://www.ninjatrader.com/support/f...ead.php?t=6652

    And attached is an example of using a timer.
    Attached Files
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    72 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    44 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    25 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    30 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    60 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X