Announcement

Collapse
No announcement yet.

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