Category
Import Specification
Description
CSV field order (comma-separated list)
Choices
Ignore - this field is to be ignored
Date - this field is the bar date
Time - this field is the bar time
Open - this field is the open price
High - this field is the high price
Low - this field is the low price
Close - this field is the close price
Volume - this field is the volume
AdjClose - this field is the adjusted close price
RealClose - this field is the unadjusted (as-traded) close price
Dividend - this field is the dividend amount (should be 0 except on ex-dividend dates)
Extra - this field is the value that can be referenced as Extra
Notes
CSV field order most be specified for CSV Import to work. If CSV data files include header rows with column labels, these are simply ignored.
Here is a partial example of a CSV import specification showing how this looks:
.png)
Note that CSV field names (like all names in RealTest) are not case-sensitive.
|