SaveToFile() creates native WL format. It's possible to create a DataSet comprised of these files. Here's a how-to:
1. Find a provider a) capable of reading 1 minute data and b) that relies on Wealth-Lab to maintain its data in the local storage of .WL files. Preferred choice(s): Google, IQFeed. In plain English, your files must "belong" to some provider satisfying these two criteria.
2 - Now that you picked a provider, let's say Google, create a 1-minute DataSet with all your synthetic (?) tickers.
3 - Find the provider's data directory under the user's AppData folder:
"c:\Users\hlh\AppData\Roaming\Fidelity Investments\WealthLabDev\1.0.0.0\Data\GoogleProvider\1 minute"
If the "1 minute" folder hasn't been created before, create the folder manually.
4 - Now, time for some tedious work. Wealth-Lab's local storage follows a set of rules:
* Wealth-Lab expects to find symbols starting with a non-alphabetic character in the root of this folder. If the symbol name contains reserved characters impossible to use in file names (e.g. "+TEST"), you will have to rename the file accordingly (e.g. "%2BTEST.WL").
* Put these synthetic 1-min data files in a new folder: "A" for all tickers starting with A (A, AA, AAPL...), "B" for all symbols starting with B (BA, BRCM...). You get the picture.
If your symbol names are synthetic (e.g. "AAAA-1", then updating the pretend DataSet manually won't create the subfolders; otherwise if the symbols are real and the provider can find and update them ("AA"), Wealth-Lab will save you from the need to create the A,B... folders.
If you've done everything correctly, it will work out.
Update 7/26/2013An even easier alternative:
1. Export to the legacy WL4 file format:
Data | Exporting data out of WL6 to ASCII and binary files 2. Import with the built-in WL4Files provider. Voila.
UPDATE 04/14/2020: the WL4Files provider has been removed from WL installation packages so it may not be available. Your mileage may vary.