Martingale in a probabilistic controlled environment

I’m looking for a programmer to code my idea developed after a careful analysis of pure martingale , EA downloadable
from codebase mq4.
This EA generates random orders with stop loss and take profit.
It 'a martingale without multiple orders that charges in the event of loss in part on
lot multiplier, in part on the distance multiplier.
Under random as you well know, even though the probability of having n consecutive losses decrease with increasing n, operating in scalping with SL and TP = 5
the number of orders is high and occurs too frequently to achieve the
closure of the account.
My idea is to generate orders through the stochastic to introduce the system in a more favorable probability of the case.
All the details (and there are many) to those who participate …

I am attaching a modified version of the EA.

I separated SL and TP and its distance multiplier

K and D are limits to the loss and gain latent,they close the order and reset the martingale.They doesn’t calculate the loss since the peak reached!

Have impossible goals is the basis of success!

http://forums.babypips.com/expert-advisors-automated-trading/43404-martingaile-overlaping.html#post339332
this EA is
-2 sides martingaile

  • SL+TP every order

)) i do not see any attached))

Redmello where is this EA ? If Martingale I may be able to help you but I do not see anything attached.

Martingale -> bad idea
EA -> not a good one.

I really don’t wanna know the outcome of it. The problem with algorithms are the random lines of codes, when a program finds a non programed situation and the condition jumps to an unwanted what if. I know people who lost their accouns because of spreads, the program was originally designed to work with spreads under 1 pip, so this people bought the ea and put it with a MM and the progran was opening and closing, several times per second, the calculatons worked perfectly but after 1 pip gain after the openmost with 2 pips spreads the alg was closing in -1. It took me time to realize about it, a group of friends told me about it and after hours watching and analysing the code the logic conclussion was that. So i’ve made the modifications and my friends are still losing money ha ha. Just kidding, they say it works but the overall gain is very poor.

use instaForex -spread = 3 pips always. non swap

ok,now i added the EA,it’s in txt format because this site doesn’t support MQ4.

Thanks!

why don’t you try pepperstone?

it is support archives

you must only change txt in mq4 and compile …
it will run without problems…

bye