paulgraf » Tue May 03, 2016 6:01 am wrote:Hi Jose,
I've been running EL Caloret Baseline v5 on a Demo account and I think the performance of this EA is outstanding! I'm very impressed by the number of profitable trades it makes. If I could suggest only one change, it would be to minimize the number of trades that close out for a loss. Perhaps they could remain open, and instead let the Trader decide whether to close them or not. If you would consider this, that would be great. Thank you for another excellent EA.
Paul
Hi Paul,
I have introduced some modifications (and also solved some bugs)in this new version to compensate ever the losing positions with the winners, and always exit them with profit.
But I have taken into consideration your proposal that the Trader decide whether to close the losing positions or not. For that (apart from some modifications in the EA), I have introduced a new parameter (by default true):
Code: Select all
input string _19____________________________ = "<<< Balance Equity Gap >>>";
input bool AvoidBEG = true;Experiment with this parameter and this new EA, and I am grateful if you can tell us about your results.
Another characteristic of this new version is that if AvoidBEG is true and there are buyers and sellers, the EA will try to close all the basket of trades jointly (lossers and winners) with a minimum profit, and begin again.
Regards
José Luis