[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

adding symbol name to print text to file



PureBytes Links

Trading Reference Links

Hello List,

Print(File("c:\data\mydata.txt"),Date, Time, Close);

Is there a way to substitute the symbol name for
mydata (above), thus enabling multiple exports at the
same time to the same folder?

Essentially, I wish to export date, time, close, and
indicator value in text format and wish to have the
securities symbol in the name of the file. For ex,
IBM.txt , GE.txt, and so forth.

Thanks in advance,
Doug