fibonacci retracement levels with time frame

 

Hi,

is there a cusmtom indicator or ea that can be used to display various fibanacci retracements on the chart for a list of various dates ie: 2.1.2008 to 2.2.2008, 23.4.2009 to 24.5.2009... and so on.

I know it can be done manually but it is just too time consuming considering you want to evaluate 100 or so dates.

 

You can use that one https://www.mql5.com/en/code/10083

That Indicator is automatically detecting max/min limits based on the zoom.

You have to adjust your zooming factor in order to get your custom dates stated above; otherwise you've to modify the code to take custom dates into considerations.

Reason: