Quote:
|
Originally Posted by newdigital
Currency_Loader.mq4 is EA. Not a script.
I open this EA in MetaEditor and it is written the following:
Code:
extern int BarsMin=100; // Minimal number bars in history which might be loaded into files.
extern int MaxBarsInFile = 20000; // Max Bars for loading into file.
extern int FrequencyUpdate = 60; // this value identify frequency update for files in sec.
extern bool LoadM1 = false; //Timeframes of securities which data will be loaded onto File if True
extern bool LoadM5 = false;
extern bool LoadM15 = false;
extern bool LoadM30 = false;
extern bool LoadH1 = false;
extern bool LoadH4 = false;
extern bool LoadD1 = false;
extern bool LoadW1 = false;
extern bool LoadMN = false;
extern bool AllowInfo = True;
extern bool AllowLogFile = True;
As I understand from the code this EA is storing the data to csv file and probably updating as well.
|
i know is not a script but the EA dont save me any CSV fille
is very strange