Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Max & Min of first 10 minutes RTH session

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

    Max & Min of first 10 minutes RTH session

    I need to access max and min value of the first minutes RTH session. It would be easy with any of Opening Range Indicators that exist, but none of them works with "Days to load =0" in Data Series.

    Can you please me give me a clue how to access to that values? (Max & Min range 9:30-9:40)

    Thanks

    #2
    Hello Impeesa, thanks for your post.

    You can check for specific times. Once the time is greater than or equal to 9:30 and less than or equal to 9:40. Between this time you would keep track of a max and min variable. If a new bar comes in and previousHighValue < High[0], then previousHighValue = High[0]. The idea would be similar to this algorithm:

    I have List List&lt;MyType&gt;, my type contains Age and RandomID Now I want to find the maximum age from this list. What is the simplest and most efficient way?


    Here is an example on using a time filter as well:


    Please let me know if you have any questions on this material.

    Comment


      #3
      Hello, Chris

      I think my programming skills are too short for understand and work on that material, but I will try.

      Any other idea or code will be very helpful.

      Thanks a lot for your assistance

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      89 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      135 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
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      69 views
      0 likes
      Last Post PaulMohn  
      Working...
      X