ExportData (RTX)

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.

Presentation

  • Input File: Input File (csv) used as the template for the output file, involving tokenized strings such as %V#1, %C#12, %NOW, and %TICKER.
  • Output File: Output File (csv) to which the dynamic data is written based upon the schedule chosen below.
  • Export Period (Seconds): Schedule on which the data will be exported.
  • Export on Recalc: When checked, data will be exported to Output File each time the indicator is recalculated.
  • Show Time/Hotspot: When checked, a small box will be presented in the chart pane which reflects the number of seconds left until the next Export.
lsExportData (@ES#)
ExportData (RTX) Sample. This chart was uploaded by Investor/RT 15 showing symbol: @ES#.

Read more Download

Pop-up Video Description View
ExportData
ExportData (RTX)

The ExportData RTX extension is...

 Watch