|
RealTest registers three file types with Windows:
RealTest Data (.RTD)
RealTest Script (.RTS)
RealTest Results (.RTR)
Data files are created by running scripts that include Import definitions.
Currently supported data sources are:
Norgate Data (this is the recommended data source for use with RealTest and is fully integrated)
CSI Futures (a highly-recommended data source for end-of-day futures)
CSI Stocks (also a good source for stock data)
EODHD (a good cloud-based data source with support for many international markets -- requires API key)
Tiingo (another good cloud-based data source -- also requires API key)
Yahoo Finance (quick and easy free data source, but with some quality issues and limitations)
local CSV files (comma-delimited text -- if you have CSV data you can use it)
local MetaStock databases (legacy format only)
Script files are created by writing Scripts using the RealTest script editor, or any external text file editor of your choice.
A script is a plain text file containing a collection of parameters and formulas, organized in sections and sub-sections that correspond to the various tasks involved in the trading system research workflow.
Results files are created by running scripts that include Strategy definitions and then saving the Results window contents.
A Results window or RTR file contains records of one or more tests that were run.
Each of these test records includes:
The script and parameters that were used to run the test
Daily summary statistics for each day in the test
List of trades from the test (optional, and optionally including skipped trades)
As with data files, this information is stored in the same binary format that it occupies in memory.
|