Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Time to bar conversion

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

    Time to bar conversion

    How do I get the bars number of the 1 tick series for some arbitrary amount of time (say, 30 seconds) before the current bar ?

    #2
    Hi Spotty, thanks for posting. You will need C# logic that will loop back through the historical bars and stop at a certain point. I would use a While loop to do this and use the DateTime.Compare() method to compare the tick's timestamp to a hard coded timestamp.

    The DateTime.Compare() method in C# is used for comparison of two DateTime instances. It returns an integer value,0 − If date1 is later than date2SyntaxFollowing is the syntax −publ


    Kind regards.

    Comment


      #3
      Hmm. Well, what I'm trying to do is get the lowest tick price over that time interval, and am thinking "LowestBar()" will part of this solution. So, isn't there a way within NT to convert a time to a bar? I'm pretty sure I've done this before. I've scoured the HelpGuide, but can't find it now. I must be looking in the wrong place. Any ideas?

      Comment


        #4
        Hi Spotty, I attached an example our colleague made. It builds minute bars from tick data. This is the closest example of doing this.

        Kind regards.
        Attached Files

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        91 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        137 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        121 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        72 views
        0 likes
        Last Post PaulMohn  
        Working...
        X