Jump to content

Recommended Posts

  • Replies 53
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: (REQ) GOmega GBPJPY

 

using the settings supplied in above file, i cant get anything to run at a profit.

"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

Posted

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;

Posted

Re: GOmega GBPJPY

 

Hi

 

I have tested the GBPJPY pair but this don't works. I always receive the error message:

 

2009.06.16 23:36:09 2009.06.15 23:27 GOmegaGBPJPY211 GBPJPY,M15: zero divide

 

Can someone help me?

 

Wich timeframe shall I use for this EA?

 

Thanks,

 

megainvest

Posted

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.

Posted

Re: GOmega GBPJPY

 

:| dominbas and megainvest- i get the same error: zero divide :(

Wonder if somebody who knows coding can say if this error is because of bad/incomplete decompiling?

Really would like to get this gbpjpy working to test it. I had created another thread but that was deleted by mod - i´m not sure why.

Posted

Re: GOmega GBPJPY

 

i found it performed well over the past year, but on other currencies, or over historical data back further it failed.

 

for an EA to work i want it to either work over the long term, or across multiple currencies (preferably both!)

"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

Posted

Re: GOmega GBPJPY

 

I dont get it, stormin norman - how did you make it work? all I get is zero divide error or mt4 crashes - same as member megainvest and dominbas :( What files did you use from this thread? or did you use another educated version?

Thank you. ;)

Posted

Re: GOmega GBPJPY

 

I dont get it, stormin norman - how did you make it work? all I get is zero divide error or mt4 crashes - same as member megainvest and dominbas :( What files did you use from this thread? or did you use another educated version?

Thank you. ;)

 

i think i got it from here. i cant remember but here it is again: http://stashbox.org/547939/GMGY.zip

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