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

If this is set to a 1 minute chart why would I get 2 minute spacing

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

    If this is set to a 1 minute chart why would I get 2 minute spacing

    If this code is set to a 1 minute chart why would I get 2 minute spacing.

    What I am trying to do is to double check if the following bar minute differential is the same. I need to do some ray drawing and my lines will be skewed if the following bar is not the correct time. Examples are 15 minute spacing before close on nq , 1 hour close and weekends.


    basically if the bar spacing is equal draw the ray and if not adjust the Anchor accordingly


    nCurrentBar = Bars.GetBar(tTempTime1);
    tNextBarTime = Bars.GetTime(nCurrentBar+1);

    Print(tTempTime1 + " this is the tTempTime1");
    Print(tNextBarTime + "This is the next Time"


    my result in a 1 minute chart

    2017-11-29 1:43:00 AM this is the tTempTime1
    2017-11-29 1:45:00 AMThis is the next Time
    2017-11-29 3:18:00 AM this is the tTempTime1
    2017-11-29 3:20:00 AMThis is the next Time

    2017-11-29 4:56:00 AM this is the tTempTime1
    2017-11-29 4:57:00 AMThis is the next Time

    2017-11-29 6:31:00 AM this is the tTempTime1
    2017-11-29 6:33:00 AMThis is the next Time

    #2
    Hello ballboy11,

    Thank you for your response.

    What is tTempTime1 set by?

    I look forward to your response.

    Comment


      #3
      I have a list of times within a List so tTemptime extracts the timestamp from the list

      Comment


        #4
        Hello ballboy11,

        Thank you for your response.

        And if you call CurrentBar here and CurrentBar+1 directly (not through a list), do you see the same behavior?

        I look forward to your response.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by algospoke, 04-17-2024, 06:40 PM
        3 responses
        26 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by bmartz, 03-12-2024, 06:12 AM
        3 responses
        29 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Aviram Y, Today, 05:29 AM
        2 responses
        10 views
        0 likes
        Last Post Aviram Y  
        Started by gentlebenthebear, Today, 01:30 AM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by cls71, Today, 04:45 AM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X