Charting Question - Is it possible?

I would like to research the behavior of the Eur/Usd during the time period of 3am to 4am EST only. The only way I know of is to pull up an hourly chart and manually look up each day. Is there a way I can see only that 1 hour over the last 3 months? It would be a 1 hour chart spanning just 1 hour of the day.

You will need to write a script to isolate that hour.

Data mining and filtering the necessary period should do the trick. Coding knowledge is required I can’t remember MT4 has something that you need. You can do that easily in Python, by the way check MQL 5 there is a manual for data mining with Python.

If it is only for the EURUSD for 3 months, then do it manually. 60 days are not that much