Jump to content

Forex Crescendo - EA on page 1


vinnie

Recommended Posts

  • Replies 230
  • Created
  • Last Reply

Top Posters In This Topic

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

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