Jump to content

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

Recommended Posts

Posted (edited)

I don't believe in experts profitability but this one seems different.

3000.00$ turned into 103,757.20$ in less than 8 month on live test !! (If their live test is true :D)

anyhow why they need to sell it for 169$?!!!

Anyone willing to share this money machine.

If it will be profitable I 'll buy it for sure to support the producer.

Edited by SilentTrader
Posted (edited)

I use neural spray when my gf suffers from a headache. What a dumb name.

 

How can you backtest a "neural" EA....? If it were a truly neural network EA (thus self-adjusting and learning) it would not be possible to backtest.

 

Now, it might be a decent EA...but Neural...nah. So there's an alarm bell going off...pretending it's something that it is not.

 

Also: the statement (http://www.marinetradingsystem.com/realtime.php)....anybody know of a broker called "Cayman Private Banking"...?

 

Must be April Fools already...

 

San.

Edited by San4x
Thanks for the kudos...much appreciated!
Posted
I use neural spray when my gf suffers from a headache. What a dumb name.

 

How can you backtest a "neural" EA....? If it were a truly neural network EA (thus self-adjusting and learning) it would not be possible to backtest.

 

Now, it might be a decent EA...but Neural...nah. So there's an alarm bell going off...pretending it's something that it is not.

 

Also: the statement (http://www.marinetradingsystem.com/realtime.php)....anybody know of a broker called "Cayman Private Banking"...?

 

Must be April Fools already...

 

San.

 

Why a "neural" cant be backtested San? It is just offsetting the "now", "back" and "future".

Btw, I do not advocate the site :)

Posted

I remember back in 2009 we used to have a few of these on the market. Basically they would optimize it on a back test so it looks good and produces a curve for the optimized period (learning) than it would lose money live. They had a blackish website and they were Russians.

These look like they are from the same scam family, backtest looks fake, its not mt 4 (it could be dukas copy java, if the broker was not from the tax evasion island). Regardless its only 250...

[spoiler:26ukmy10]Never trust, never fear, never beg[/spoiler:26ukmy10]
Posted (edited)

Neural, shmeural.

 

"Neural" = optimized.

 

 

string ls_8 = "ARM Protection: the strategy is on the server and the keys you find below change continously." + "Please, change anything or you will experience wrong trading mode.";

if (gi_268 >= 0) {

gi_76 = StrToInteger(StringSubstr(as_0, 4, 3)) ^ 24;

gi_80 = StrToInteger(StringSubstr(as_0, 7, 3)) ^ 43;

gi_84 = StrToInteger(StringSubstr(as_0, 10, 3)) ^ 38;

gi_88 = StrToInteger(StringSubstr(as_0, 13, 3)) ^ 65;

gd_156 = StrToInteger(StringSubstr(as_0, 16, 3)) ^ 19;

return;

}

if (gi_272 >= 0) {

gi_76 = StrToInteger(StringSubstr(as_0, 19, 3)) ^ 76;

gi_80 = StrToInteger(StringSubstr(as_0, 22, 3)) ^ 64;

gi_84 = StrToInteger(StringSubstr(as_0, 25, 3)) ^ 23;

gi_88 = StrToInteger(StringSubstr(as_0, 28, 3)) ^ 33;

gd_156 = StrToInteger(StringSubstr(as_0, 31, 3)) ^ 28;

return;

}

if (gi_276 >= 0) {

gi_76 = StrToInteger(StringSubstr(as_0, 34, 3)) ^ 13;

gi_80 = StrToInteger(StringSubstr(as_0, 37, 3)) ^ 22;

gi_84 = StrToInteger(StringSubstr(as_0, 40, 3)) ^ 8;

gi_88 = StrToInteger(StringSubstr(as_0, 43, 3)) ^ 36;

gd_156 = StrToInteger(StringSubstr(as_0, 46, 3)) ^ 31;

return;

}

if (gi_280 >= 0) {

gi_76 = StrToInteger(StringSubstr(as_0, 49, 3)) ^ 4;

gi_80 = StrToInteger(StringSubstr(as_0, 52, 3)) ^ 53;

gi_84 = StrToInteger(StringSubstr(as_0, 55, 3)) ^ 93;

gi_88 = StrToInteger(StringSubstr(as_0, 58, 3)) ^ 15;

gd_156 = StrToInteger(StringSubstr(as_0, 61, 3)) ^ 33;

}

}

 

string crc(string as_0) {

int li_ret_8 = 65535;

for (int li_12 = 0; li_12 < StringLen(as_0); li_12++) {

li_ret_8 = li_ret_8 >> 8 | li_ret_8 << 8 & 65535;

li_ret_8 ^= chs(StringSubstr(as_0, li_12, 1));

li_ret_8 ^= li_ret_8 & 255 >> 4;

li_ret_8 ^= li_ret_8 << 12;

li_ret_8 = li_ret_8 ^ li_ret_8 & 255 << 5 & 65535;

}

return (li_ret_8);

}

Edited by conglo
Posted

from a quick look at it, it should be possible to "crack" the settings, by:

a) changing what it gets off the web to Optimisable variables, and working out the best values through optimisation

b) removing the _ procedure (which seems to take care of the account validation) and taking care to set the relevant variables to the right values....

 

I'll give it a go later, or over the weekend... and get back here if I get anywhere...

Posted

I think I cracked it, changed the parameters that check for activation code text to "blah" the code checks if the licence is the same default text so I changed it:D

 

Next was httpGET cases, chanegd all Case Numbers to some random junk

 

Now no error messages and on screen messages say "N**ral Spray System is working for you" and also "Money management boost mode = true"

 

hxxp://xxx.4shared.c0m/file/FB8CTYyG/NeuralSpray.html

 

So far no trades yet, but it has a time filter so lets wait

 

 

from a quick look at it, it should be possible to "crack" the settings, by:

a) changing what it gets off the web to Optimisable variables, and working out the best values through optimisation

b) removing the _ procedure (which seems to take care of the account validation) and taking care to set the relevant variables to the right values....

 

I'll give it a go later, or over the weekend... and get back here if I get anywhere...

Posted
I think I cracked it, changed the parameters that check for activation code text to "blah" the code checks if the licence is the same default text so I changed it:D

 

Next was httpGET cases, chanegd all Case Numbers to some random junk

 

Now no error messages and on screen messages say "N**ral Spray System is working for you" and also "Money management boost mode = true"

 

hxxp://xxx.4shared.c0m/file/FB8CTYyG/NeuralSpray.html

 

So far no trades yet, but it has a time filter so lets wait

 

am impressed, do you? :)

Posted (edited)

The "Neural Brain" readings are all zeros.. brain dead?

 

It wants to import "wininet.dll", that hasn't been dealt with; if you add wininet.dll the EA crashes.

Edited by conglo

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