Jump to content

dominbas

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by dominbas

  1. Re: EXTREME EURO/CHF

     

    Then:

     

    SL: 27

    Autosetting = true

    Trading time for Tadawulfx => OpenHour1=0; CloseHour1=1; OpenHour2=21; CloseHour2=24

     

     

    and what means this ? Lots=0; LotsPercent=5

     

    lots = for put manual lots? and lotspercent = for automatic lots - MM? Do you use LotsPercent = 5 or other number?

     

     

    sorry for my poor english and so many questions... xD

  2. Re: (REQ) GOmega GBPJPY

     

    Thanks a lot for sharing

     

    But when I install Gomega_GBPJPY_v2.11, MT4 send me critical error and close... I think is gomegaauto.dll ...

     

    any solution?

     

    best regards

     

    edit: I try install .dll of Gomega_Xray_v1.444 and it says: Checking License

     

    the market out of session now and "Checking license" is quiet in window and I cant make strategy tester, this is normal no? I think I should wait to open market on monday

     

    In .mq4 says:

     

    int li_52 = InitLicense();

    Comment("checking license...");

    if (Account != AccountNumber()) {

    Alert("Type your account number in the \'properties\' popup window");

    return (-1);

    }

    if (TimeFrameMinutes != Period()) {

    Alert("Restart EA w/ chart period matching TimeFrameMinutes parameter!");

    return (-1);

    }

    if (AutoMoneyManage) Alert("Num. Lots calculated using money management rules");

    if (!IsExpertEnabled()) Alert("Warning: Expert Advisors are not enabled!");

    if (!IsTradeAllowed()) Alert("Warning: Trading allowed is disabled!");

    return (0);

    }

     

    int deinit() {

    gd_320 = 10000;

    g_icustom_328 = 0.1;

    ObjectsDeleteAll();

    Comment(" ");

    return (0);

    }

     

    void IsLicenseValid() {

    int li_8;

    int li_0 = 0;

    int li_4 = CheckLicense();

    if (li_4 == 0) {

    Comment("Version ", "GOmega_GBPJPY_v2.11",

    "\nAcct Allowed ", Account);

    }

    if (li_4 == -1) Comment("Connecting to the server...");

    if (li_4 == 1) {

    ShowConfigBox();

    Comment("Invalid License. Please contact FXPP");

    li_8 = 1 / li_0;int li_52 = InitLicense();

    Comment("checking license...");

    if (Account != AccountNumber()) {

    Alert("Type your account number in the \'properties\' popup window");

    return (-1);

    }

    if (TimeFrameMinutes != Period()) {

    Alert("Restart EA w/ chart period matching TimeFrameMinutes parameter!");

    return (-1);

    }

    if (AutoMoneyManage) Alert("Num. Lots calculated using money management rules");

    if (!IsExpertEnabled()) Alert("Warning: Expert Advisors are not enabled!");

    if (!IsTradeAllowed()) Alert("Warning: Trading allowed is disabled!");

    return (0);

    }

     

    int deinit() {

    gd_320 = 10000;

    g_icustom_328 = 0.1;

    ObjectsDeleteAll();

    Comment(" ");

    return (0);

    }

     

    void IsLicenseValid() {

    int li_8;

    int li_0 = 0;

    int li_4 = CheckLicense();

    if (li_4 == 0) {

    Comment("Version ", "GOmega_GBPJPY_v2.11",

    "\nAcct Allowed ", Account);

    }

    if (li_4 == -1) Comment("Connecting to the server...");

    if (li_4 == 1) {

    ShowConfigBox();

    Comment("Invalid License. Please contact FXPP");

    li_8 = 1 / li_0;

×
×
  • Create New...