Hi!
I have an EA here that is a hybrid of a grid system. The idea behind this thread is to take a look at the death sequence and see if there is a way to eliminate delay this as far as possible.
Can the death sequence be beaten? - Yes
Is it probable that we will beat it? - No
Are we going to try anyway? - Yes!
The basic idea behind the EA is as follows:
On startup - the EA places a line on the graph. A move in any direction more than "step" points, creates a trade in the same direction, and moves the starter line to the current entry. A further move "step" points in the same direction opens another trade in the same direction.
A move against the previous trade, will wait "step + more step" points before opening a trade in the opposite trade to the first one.
As more trades are opened - there is a factor applied to the lots after each set of "Lots Multi Frequency" trades
Once all open trades cumulatively reach a profit of "Target Percent", all trades are closed, and the cycle starts again.
There are a number of things we can look at:
I have an EA here that is a hybrid of a grid system. The idea behind this thread is to take a look at the death sequence and see if there is a way to eliminate delay this as far as possible.
Can the death sequence be beaten? - Yes
Is it probable that we will beat it? - No
Are we going to try anyway? - Yes!
The basic idea behind the EA is as follows:
On startup - the EA places a line on the graph. A move in any direction more than "step" points, creates a trade in the same direction, and moves the starter line to the current entry. A further move "step" points in the same direction opens another trade in the same direction.
A move against the previous trade, will wait "step + more step" points before opening a trade in the opposite trade to the first one.
As more trades are opened - there is a factor applied to the lots after each set of "Lots Multi Frequency" trades
Once all open trades cumulatively reach a profit of "Target Percent", all trades are closed, and the cycle starts again.
There are a number of things we can look at:
- Ways to identify the death sequence before it happens, and stop the EA with an acceptable loss
- A method for regularly taking profits so that we don't have to fear the death sequence
- Using an alternative strategy for recovery from the death sequence.
It is not my intention to use this EA on a live account, but rather to use it as an challenge to overcome the death sequence. At this stage I will not be sharing the source code, as I don't want to try and manage multiple versions running around.
Attached are my best results so far, please share your idea's and suggestions on the system!
Thanks
Vlad
Attached File(s)