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 CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      32 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      195 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      358 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      278 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X