Help with a indicator that draws S/R lines based on data from a .txt or .cvs file

 
Hi!

I´m looking for a indicator that will draw multiple lines on a chart based on prices put in a external file.

If the external file is called "EURUSD.cvs" and have this content:

------------------
Orange lines:
1.3870
1.3736
1.3743
1.4046
1.3867

Red lines:
1.4118
1.4078
1.4068

Green lines:
1.3818
1.3708
1.3722
1.3706
-------------------------

It will draw these lines on the chart with the right color, and would be nice to be able to make up to 20 lines of each color.

Anyone have a script like this or would like to help me create one?

Kim
 

basically you have to use File Functions and Object Functions

Reason: