Jump to content

Recommended Posts

  • Replies 1.6k
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

Hello brothers,

 

Would someone help to decompile these indicators for me please:

 

"EA-Lyly G. Catherine 339%profit,95%win rate,4.2%drawdown"

 

http://[email protected]/678816

 

Once again thanks for your kind help.

 

Regards,

 

Bahaman

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

Hello brothers,

 

Would someone help to decompile these indicators for me please:

 

"EA-Lyly G. Catherine 339%profit,95%win rate,4.2%drawdown"

 

http://[email protected]/678816

 

Once again thanks for your kind help.

 

Regards,

 

Bahaman

 

man, this thing is FREE and the author is William who is a member of this forum...

so why would you decompile it? :-?

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

hxxp://windsorparkfx(dot)com/programs/TradeManagerSetup%20v1.6.9.exe

 

 

latest version, needs EDU, may have call home DLL

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

hello guys,

 

Excalibur_V3

can anyone decompil and edu.

 

many thaks

 

 

http://[email protected]/file/142986760/b14a5f56/Excalibur_V3.html

 

Looks like it was a trial version set to timeout after Dec 31, 2008. I disabled that part, but have not tested further. (Link to edu below)

 

Can you provide the manual separately? It seems to be corrupted in the zip file.

 

hxxp://slil.ru/28118158

  • 2 weeks later...
  • 2 weeks later...
Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

euro_signals_demo:

 

to "educate" it:

 

install it

decompile the ex4 (with 224) and near the end make this change:

 

string Set_CLID_Info() { return("Valid");}

 

This ea opens many small orders in the same time (24 orders/24 h) with tp in arithmetical sequence.

  • 2 weeks later...
Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

@klod

euro_signals_demo has run 2 weeks an now the ea diesplays the message "Software version update required"

 

:huh:

 

http://slil.ru/28313455

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

Hello,

it is due to the version number, which is 2.2 now as you can read it on http://99.198.106.250/EURCHFSignals_chkver.html.

 

the solution, as i haven't the new version 2.2 is :

 

in the checkversion() routine, you have near the end:

 

if (ls_0 != "2.1") {

and you write

 

if (ls_0 != ls_0) {

 

You will not see the message.

 

If, instead this modication you write

if (ls_0 != "2.2") {

you will be prompt when the version is update.

 

Best regards.

Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

Hi klod,

 

Good day,

 

Look like you have some programming skills as I can see. I would like to invite you to join my mql4 programming subforum so you can help other people as well. I hope you can do that whenever you have time.

 

If you can't and don't have time to do such a thing, I understand that.

 

Thanks in advance.

 

Best wishes,

a New Year 2011 has come, and the challenge has just started 8-)
Posted

Re: POST YOUR EX4 HERE !!!! ( PART 2) :D

 

There is another problem:

 

The page called is like http://99.198.106.250/EURCHFSignals975458795.html and they have changed the number 975458795

 

But we haven't access to the directory of http://99.198.106.250/

 

so i haven't the good number !

 

If you have the good number, it is simple:

 

you change the ligne at the beginning:

 

string gs_208 = "975458795";

to the good number

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...