|
This EA sounds dumb. The lot size starts at 0.1 and then it double the lot size until you run out of money?!
if x is the number of successive wins, then it is bidding 2^x lots. A slightly better version would be increasing the percentage of the account so it can't attempt to buy more lots than you have money to order.
It sounds like your odds might be better on Craps tables in Vegas.
Attached is all of the string data from the executable file. This is good for getting some information out of compiled files. On line 35 you see the string pattern H=X^
and that is could be his money management function (present at 0000bc0 if you dump the hex values). If anyone reads the attached hex file and sees an indicator name, that might be a clue.
Sounds bogus to me. The file is only 4.2Kb anyway, I have small indicators several times that size. Maybe it is MACD with exponential money management? Just guessing, but whatever it is, this EA is simple and dumb. Adding a stop loss won't change that.
|