Hi,

I have in code this:
Code
    string incName=strf("Strategy\\bt%s.ini",strx(Asset,"/",""));

    printf("\nLOAD ini from: %s",incName);
    
    string setup = file_content(incName);
    
    string c = strtext(setup,"cSystem","WRONG");
    
    strcpy(cSystem,c);
    printf("\nSystem: %s",cSystem);


Script = cSystem;


for the store param and advise work OK.
I run more instance Zorro with this code, different symbols. All LOG files have only name the script, not symbol. frown

How to set my own name LOG file? The same problems is with "scriptname".htm and _pnl.csv

Thank's