Hey Guys,

I Would like to have an EA that does the following.

1. Checks account balance divides it by 32 and from 1000.
Stores this at a variable and uses it as Lotsize.
Instance: 10000$/1000/32=0.31 Lots. So the result must
be rounded to two points.
2. Places a transaction (you can choose LONG just or SHORT just in the parameters) with fixed TP no more Stoploss.
3. After TP is struck. Start with 1. Since balance has increased now
Lotsize should grow exponentialy while retaining risk the same since
you always divide by 1000 and 32.

That is basically it.
What would be interesting, if the transaction management is determined by a Random Function rather than long or short just. But that is just not a.
Later we could include a MA filter. I've got another idea for order placement but I don't wish to ask for too much.
Following 250 Homeruns with 30 TP the balance should have increased over 1000% so that you only need to let the last transaction come home.
I only want a proof of concept for now.


Anyone interested?