How can i find chart objects for specified time?

 
My chart contains objects with a pattern  like "xxx_xxx_xxx "  example  ==>"res_1.9916_ 2022.04.25 12:00 ", they represent object name, price and date respectively. How can i query objects only for a restricted time period? example could be  querying objects  for previous 2 days  for each new candle formation. 
 
Mathewstwapalisha Mulwafu:
My chart contains objects with a pattern  like "xxx_xxx_xxx "  example  ==>"res_1.9916_ 2022.04.25 12:00 ", they represent object name, price and date respectively. How can i query objects only for a restricted time period? example could be  querying objects  for previous 2 days  for each new candle formation. 
  1. Ctrl+B => List all => sort & search for Name (or description)
  2. On the chart press Enter and enter the field on the left corner at the bottom 2022.04.25 12:0, press enter then you should see it.
 
Carl Schreiber #:
  1. Ctrl+B => List all => sort & search for Name (or description)
  2. On the chart press Enter and enter the field on the left corner at the bottom 2022.04.25 12:0, press enter then you should see it.

I mean doing it using mql5 for the expert advisor

 
  1. Go through the list of objects, filter by prefix.
  2. Isolate the price and timestamps, convert to double and datetime.
  3. Filter by your restriction.

  4. Show us your attempt (using the CODE button) and state the nature of your difficulty.
              No free help (2017)