Jump to content

Easy Day Package


Recommended Posts

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

Link to comment
Share on other sites

  • 3 weeks later...

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...