Does anyone know if it's possible to export or write trendline data to a text file? Ideally, whenever I draw a trendline on a chart, I would like the data to be written to a text file (or I can batch it EOD) so that I can have another application parse the file to get daily trendline levels for each ticker. Currently, I can run a scan on anything that I tag "RE" or "SU" to get trendline breaks, so that data is stored somewhere, I just don't know if/how I can access it and if there is a way to setup a process that auto writes it to a file. Anyone know how I can set this up? Thanks.