RealTest User Guide
RealTest User Guide

 

 

Navigation: Realtest Script Language > Syntax Element Details >

DataValueFile

 

 

 

 

Category

Data Section

Description

Specifies the path of a CSV file containing data to populate the values of one or more Data Section items

Example

Data:
   DataValueFile: ?scriptpath?\my_custom_data.csv
   MyData1: #DataValueFile
   MyData2: #DataValueFile

Processes my_custom_data.csv when Data is recalculated.

This CSV file would contain the columns: Date,Symbol,MyData1,MyData2.

That header row would be followed with row for every date+symbol pair for which you have data.

Notes

A script can specify any number of DataValueFile paths. Each such file is read when the Data section needs recalculation.

See DataValueFile Items for a complete description of this feature.

 

 

 

Copyright © 2020-2026 Systematic Solutions, LLC