Jump to content

EA: Forex Derivative 2.0


Recommended Posts

  • Replies 60
  • Created
  • Last Reply

Top Posters In This Topic

Re: EA: Forex Derivative 2.0

 

To generate a key for your account for the pro version, put this in a script and run it on any chart:

 

int start()
 {
  string acc = DoubleToStr(AccountNumber(), 0);
  int j = 1;
  for (int i = StringLen(acc); i < 8; i++) {
     acc = acc + DoubleToStr(j, 0);
     j++;
  }
  string scramble = "";
  scramble = scramble + StringSubstr(acc, 1, 1);
  scramble = scramble + StringSubstr(acc, 7, 1);
  scramble = scramble + StringSubstr(acc, 4, 1);
  scramble = scramble + StringSubstr(acc, 6, 1);
  scramble = scramble + StringSubstr(acc, 0, 1);
  scramble = scramble + StringSubstr(acc, 3, 1);
  scramble = scramble + StringSubstr(acc, 2, 1);
  scramble = scramble + StringSubstr(acc, 5, 1);
  string salt = "73215362";
  string key = "";
  int r;
  for (i = 0; i < 8; i++) {
     int a1 = StrToDouble(StringSubstr(scramble, i, 1));
     int a2 = StrToDouble(StringSubstr(salt, i, 1));
     r = (a1 + a2) % 10;
     key = key + DoubleToStr(r, 0);
  }
  string out = "Your Forex Derivative Pro key is: " + key;
  Alert(out);
  Print(out);
  Comment(out);
  return(0);
 }

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

Sorry my ignorance, you mean to use that code to copy and paste this code in a .bat file, and then run it or, put this code inside the ea itself?

 

Sorry my ignorance but when you say put in a script, i have not understood....

 

Please support a newbie like me...

 

Appreciate!

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

Fire up metaeditor (hit F4 in your MT4), go to file -> new -> choose script -> click next -> name it "fd20kg" -> click finish, you get a new file with some code in it, select all of it, delete it, replace it with the one I posted, hit F5 to compile it, hit F4 to go back to your MT4 client and you will find your newly created script under scripts, below the expert advisors. Open any chart and double click it.

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

Kudos to our friend "birt"!

 

Guys, can we please check if this EA and its code any good, or is it again a timewaster/fake/crap as before. The producer always writes nice stuff to sell the EA, but the real question is whether they implemented the logic they wrote, and whether it is fitted to data or whether it could work in a general trading environment.

 

The previous version was overfitted to data, worked well for a couple of weeks, then at some point started losing money, constantly.

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

Kudos to our friend "birt"!

 

Guys, can we please check if this EA and its code any good, or is it again a timewaster/fake/crap as before. The producer always writes nice stuff to sell the EA, but the real question is whether they implemented the logic they wrote, and whether it is fitted to data or whether it could work in a general trading environment.

 

The previous version was overfitted to data, worked well for a couple of weeks, then at some point started losing money, constantly.

 

exactly. theyve blown their trust with me, so im very warey of this EA, which is a shame. i dont think that its curve fitting using different values over time; but you never quite know for sure with a dll.

 

i agree the only way to really know is to put it on a forward test.

"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

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

:| Birt: I do not understand how the fd20kg script can produce a key for Derivative Pro. Can the same thing be done for other ea's?

 

For some it can be done, for some not. Some of them connect to a server to verify the key - for that kind it's pretty much impossible. For some others, it's too much of a hassle to write a keygen, while modifying them is a lot easier. Don't worry about understanding how it works if you have no programming knowledge.

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

what is JadeFx....another EA....why is it on this thread?

 

link here:

http://justfuckinggoogleit.com/

 

you will find this website:

www.jadefx.com

"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

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

Unfortunately, the keygen created from our light "birt", will expired at 15 / 05/2010, birt, is possible to extend this expiration?

Or just wait that it expires and then try to create another time the key?

Please Teach us...

 

P.s. You are amazing...

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

Unfortunately, the keygen created from our light "birt", will expired at 15 / 05/2010, birt, is possible to extend this expiration?

Or just wait that it expires and then try to create another time the key?

Please Teach us...

 

P.s. You are amazing...

 

The expiration date is not in the keygen, it's in the EA and it's trivial to remove, it's in the MQL code. Anyway, before that date a new version will most likely be released and the keygen might still work. In any case, if you're still using the EA at that time and a new version didn't come out, I'm sure someone here will remove the expiration limit.

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

birt, in the mql code?

So i have to open it, search for a date, and change it?

or is hashed? Sorry but i am not a programmer, unfortunately....

 

So we will see, i hope someone could see this.... i am hungy agaist me 'cause i don't understand anything about programming.... :((

 

:D thanks all :D

Link to comment
Share on other sites

Re: EA: Forex Derivative 2.0

 

The robot did not trade from February 11 to March 15 in 2010. This is very very fishy. I would think that this is again a timewaster!

 

------

 

27 2010.02.10 17:00 sell 8 0.50 1.36973 0.00000 0.00000

28 2010.02.10 17:00 modify 8 0.50 1.36973 1.38800 1.36150

29 2010.02.11 01:40 modify 8 0.50 1.36973 1.38800 1.36673

30 2010.02.11 15:08 t/p 8 0.50 1.36673 1.38800 1.36673 148.80

31 2010.03.15 11:00 sell 9 0.50 1.37072 0.00000 0.00000

32 2010.03.15 11:00 modify 9 0.50 1.37072 1.38800 1.36250

33 2010.03.17 07:55 modify 9 0.50 1.37072 1.38800 1.36772

34 2010.03.17 13:24 close at stop 9 0.50 1.37670 1.38800 1.36772 -299.80

Link to comment
Share on other sites

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