Ok,

I have rules from GEN.c store in:
AlfaEE_GBPUSD_GBPUSD.c

Now, I run second script with this:
cSymbol=strx(Asset,"/",""); // GLOBAL var
string cPom=strf("AlfaEE_%s",cSymbol);
Script = cPom;
printf("\nUse script %s",Script);

and in the LOGFILE I don't any problem.

I change the this:
string cPom=strf("eeeAlfaEE_%s",cSymbol);
Script = cPom;

and also not get any problem in the log file.


Is a possible get any info, which rules load in the script?