The ExportData extension is designed to allow the user to dynamically export key prices and other data to a .csv/Excel file. ExportData can export any User Variable (V#) or Chart Variable (C#) values, as well as any other tokenized strings such as ticker symbol, date/time, etc. An input .csv file is used to feed the indicator which reads the input file and saves the results to a user specified output file. Any tokenized strings in the input file such as %V#1, %C#12, %TICKER, %NOW are dynamically replaced by the underlying value within the output file. The indicator runs on a user-specified schedule of every X seconds or every time the indicator recalculates.
For a list of available tokenized strings, visit the Token page.