Hi All,
this is my first post here and I would like to thank everybody for the amazing work done so far.
As the majority of ppl on this thread I've been always interested in developing a trading system that does not require a stop loss and I think that the ALR is a very effective mathematical model. However I am not really happy about the way it manages the multiple lots, especially the timing.
I'll try to explain it going back to the scenario 3 and 4 showed in the first post. As the price travels down to the -50 pips level we are ready to open the .14lot; then we wait and see if the price reaches the 150 low TP with 10pips profit; if the price turns we keep the hedge and eventually we open the .09lot, hoping it will reach TP with a 5pips profit.
This is the part of the system has been puzzling me. We are actually taking more pips if the price goes against the original position

I think that keeping the hedge travelling back through the recovery zone defeats the purpose of having it; the hedge should balance the loss of the original position, in this case we are decreasing the profit as the .14lot is eating the original trade.
Possible solution:
Once the 0.14lot is open, if the price turns again we close the lot all together and we are back to "recovery zone mode" meaning we are -49 pips down, then:
1) if the price keeps going up and hits TP we get our full reward of 15 pips; if it crosses over the original buy level and turns down we can close the position at BE;
2) if the price drops we open the 0.14lot again and see if it hits low TP with 10pips profit. We keep doing this for lets say the first five turns, then the 3rd time the 0.14lot crosses the -50pips level the ALR kicks in and kills the trade. By doing this we also limit our overall exposure in the trade.
In simple terms we are giving the original trade a chance to run and hit full profit, if it goes against us we use the "recovery zone mode" and open the 0.14lot; if the trade keeps going nowhere we then use the ALR to close the trade with no losses and move on.
I was wondering if the number of times we open/close the 0.14lot before going into "ALR mode" can be implemented in the EA, so it can be optimized for each pair.
Please let me know your thoughts. Cheers