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 NullPointStrategies, Today, 05:17 AM
      0 responses
      42 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      124 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      65 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X