MQL4: Read single value from CSV
问题 I'm trying to fetch one value from the data source website Quandl to be used within a MetaTrader4 script. The data source site provides a method to export data via API formats including .csv , .json or .xml . I have chosen the .csv format, which the data source website then provides an API call for me to use in the following format: https://www.quandl.com/api/v3/datasets/ADB/LAB_UNEMP_JPN.csv?rows=1&api_key=my_api_key By using the rows=1 parameter in the above API call , I can choose to just