Hi all,
When eMailing back and forth with Alex, it became clear that some of the things users wanted to do envolved a lot of efs coding for doing relatively simple things. One of the things mentioned was being able to get the highest high and lowest low of a chart displayed as a line that can be read in the curosr window.
He sent me an example that was very involved. It did a good job, but was many pages in length. Well it got me thinking about how I would do this, and so I wrote this EFS. It is still longer than I would like it to be for doing such a simple task, but is much shorter than the previous effort.
Note that this does use the dreaded reloadEFS(), so modify with caution.
When eMailing back and forth with Alex, it became clear that some of the things users wanted to do envolved a lot of efs coding for doing relatively simple things. One of the things mentioned was being able to get the highest high and lowest low of a chart displayed as a line that can be read in the curosr window.
He sent me an example that was very involved. It did a good job, but was many pages in length. Well it got me thinking about how I would do this, and so I wrote this EFS. It is still longer than I would like it to be for doing such a simple task, but is much shorter than the previous effort.
Note that this does use the dreaded reloadEFS(), so modify with caution.
Comment