Jump to content

john.maddog.doe

Members
  • Posts

    127
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by john.maddog.doe

  1. Re: Q-Diamond Expert

     

    The backtests are phenomenal!!!

    if (IsTesting()) {
      if (TimeCurrent() > D'01.01.2006 10:00') ld_124 = 0.404450716;
      if (TimeCurrent() > D'08.01.2006 10:00') ld_124 = 1.12365393;
    ...
     if (TimeCurrent() > D'14.06.2009 10:00') ld_124 = 1.6384855;
     if (TimeCurrent() > D'21.06.2009 10:00') ld_124 = 2.4555555556;
     if (TimeCurrent() > D'28.06.2009 10:00' && TimeCurrent() < D'05.07.2009 10:00') ld_124 = 3.2555555555;
    

    At no doubt they'll be phenomenal :D

  2. Re: GOmega GBPJPY

     

    I have tested the GBPJPY pair but this don't works. I always receive the error message:
    if (TimeFrameMinutes != Period()) {
      Alert("Restart EA w/ chart period matching TimeFrameMinutes parameter!");
      return (-1);
    }

    GOmegaGBPJPY211 has settings for all timeframes.

×
×
  • Create New...