2 hours wasted because of one missing file close..... file functions.......
any number of platforms can read the same common file but only 1 at a time...... each platform must close the file for the next to read......
in the case of trade copiers where many platforms are copying trades of one, each must close the common file.....
otherwise the daisy chain stops......h
//-----
//-------

any number of platforms can read the same common file but only 1 at a time...... each platform must close the file for the next to read......
in the case of trade copiers where many platforms are copying trades of one, each must close the common file.....
otherwise the daisy chain stops......h
//-----
MQL5:
} //---- while(!FileIsEnding(file)) FileClose(file); } //---- if(file != INVALID_HANDLE) } //---- if(Mode == MODE_SLAVE)


