Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

  • Replies 230
  • Created
  • Last Reply

Top Posters In This Topic

Posted
I guess it is impossible to back test in MT4 since it is a multiple currency trader. Will test on demo...

After the authentication is bypassed, the EA can be backtested on either GBPUSD or GBPJPY by changing one of these values to FALSE, and recompile.

 

bool gi_212 = TRUE; // this is to trade GBPUSD

...

bool gi_220 = TRUE; // this is to trade GBPJPY

Posted (edited)

I guess today, the EAs are going into 2 extreme ends

 

EITHER totally unprotected - Only 1 file to copy to expert directory, some even have source MQ4

OR Sophisticated protection like Crescendo - Binary digit function names, hiding functions in DLL

 

Using an "incompletely educated" EA can lead to wild results and you cannot mutter a word to the original creator.

 

There are some free EA that work quite well and there are some EA I know that sell with source code. I personally will go for those stuff instead of risk using an educated version of Crescendo.

 

These are my personal opinion only.

 

SHARK

Edited by SHARKspear
Posted (edited)
it can be quite easily known if the EA is educated properly or not. education i only use for testing, before purchasing the original. not that it occurs very often! Edited by Stormin_Norman

"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

use the variation of vadims60 #54 http://depositfiles.com/files/h0ih21e6r

 

Look the sting

l_str2int_0 = StrToInteger(I1101011011111000(username, password));

change it to

l_str2int_0 = 1

 

Write into EA username: one of email adress

and password 4 letter and 4 number for example ABCD1234

 

The live account is working (write the: autentcation :OK, status:RUNNING etc.)

 

But the demo do not work.

 

The better programmer perhaps do it, and share.

Posted

On my demos working

 

http://i977.photobucket.com/albums/ae255/dambarock/Snap_20100930130649_001.png

http://i977.photobucket.com/albums/ae255/dambarock/Snap_20100930130913_002.png

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



⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...