Jump to content

Recommended Posts

Posted

Re: [req] Easy Day Package

 

Not sure I understand you correctly...

it should be simple:

 

for example EA EUR/USD, comment out section (comment begin is /* and comment close is */ or you put infront each line //)

 

 

if ((TimeDay(TimeCurrent()) > 16 && TimeMonth(TimeCurrent()) >= 4 && TimeYear(TimeCurrent()) >= 2009) || (TimeMonth(TimeCurrent()) > 4 && TimeYear(TimeCurrent()) >= 2009) ||
     TimeYear(TimeCurrent()) > 2009) {
     Comment("===Time of the EA_EasyDay_EUR-USD has EXPIRED===");
     Print("===Time of the EA_EasyDay_EUR-USD has EXPIRED===");
     return;
 
  }

 

cheers,

Joe

  • 3 weeks later...
Posted

Re: [req] Easy Day Package

 

i have tested this EA system. a resounding fail in my books.

"It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book."

Victor Niederhoffer (1943–), US hedge fund manager and statistician

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...