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 PhillT, Today, 02:16 PM
    1 response
    3 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by Kaledus, Today, 01:29 PM
    3 responses
    9 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by frankthearm, Yesterday, 09:08 AM
    14 responses
    47 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by gentlebenthebear, Today, 01:30 AM
    2 responses
    13 views
    0 likes
    Last Post gentlebenthebear  
    Started by PaulMohn, Today, 12:36 PM
    2 responses
    17 views
    0 likes
    Last Post PaulMohn  
    Working...
    X