Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Bar Start time

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

    Bar Start time

    I see that I can use Time[0] to get the current bar end time. Is there a direct way to get the bar start time as well from inside OnBarUpdate?

    #2
    Hello swooke,

    Thanks for your post.

    You could use Calculate.OnEachTick and then check DateTime.Now on IsFirstTickOfBar which will tell you the time of the tick that opened the bar.

    This would only work for realtime data and would not be relevant for backtesting. If you want a backtestable solution, I recommend adding a single tick data series and checking the timestamp of the tick that occurs just after the bar closure for the primary bar is seen.

    IsFirstTickOfBar - https://ninjatrader.com/support/help...ttickofbar.htm

    Multi Time Frame and Instruments - https://ninjatrader.com/support/help...nstruments.htm

    Please let me know if there is anything else we can do to help.
    JimNinjaTrader Customer Service

    Comment


      #3
      Thanks Jim,

      Just one other quick question. How can I get the distance between each candle body? For example, in the screencast link below, I pointed to the gap with a red arrow. I tried BarMarginLeft but that always returns 8 pixels. Here is the screenshot:

      Comment


        #4
        Hello swooke.

        Thanks for the question.

        I believe you are looking for ChartControl.Properties.BarDistance.



        Please let me know if there is anything else we can do to help.
        JimNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Tim-c, Today, 03:54 AM
        0 responses
        3 views
        0 likes
        Last Post Tim-c
        by Tim-c
         
        Started by FrancisMorro, Today, 03:24 AM
        0 responses
        2 views
        0 likes
        Last Post FrancisMorro  
        Started by Segwin, 05-07-2018, 02:15 PM
        10 responses
        1,771 views
        0 likes
        Last Post Leafcutter  
        Started by Rapine Heihei, 04-23-2024, 07:51 PM
        2 responses
        31 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by Shansen, 08-30-2019, 10:18 PM
        24 responses
        945 views
        0 likes
        Last Post spwizard  
        Working...
        X