Hello Hans,
The ".json" data files contain the history data series as well as all account and market environment parameters.
Here is an example of a data file:
"terminal":"MetaTrader 4",
"company":"MetaQuotes Software Corp.",
"server":"MetaTrader-Demo",
"symbol":"AUDUSD",
"period":15,
"baseCurrency":"AUD",
"priceIn":"USD",
"lotSize":100000,
"stopLevel":0,
"tickValue":1.00000,
"minLot":0.01,
"maxLot":1000.00,
"lotStep":0.01,
"serverTime":8698919,
"spread":10,
"digits":5,
"bars":20000,
"swapLong":0.75,
"swapShort":-6.70,
"commission":10
We don't have these data in the CSV files. Exporting .json files with the provided scripts is the easiest and safest way to set proper testing environment.