Quote:
Originally Posted by downloadduit
Hi,..
long time no see all,...
I have a Question, where I found an Script or EA for NOT Trade on Friday.
many thx.

|
Just add this in your EA at the beginning of the start() function:
Quote:
|
if(TimeDayOfWeek(TimeCurrent()) == 6) return(0);
|
Hope that helps.
FerruFx