In my experience, it’s difficult if not impossible to control percentages of trades with an EA. If you open a trade with 2 lots, it’s assigned a ticket #. If you later want to close just one lot, that is easy, but the ticket # isn’t accessible anymore. Admittedly, I haven’t delved too deeply into this area because I found it much easier to just open 2 single lot trades and manage them separately, but maybe it can be done using magic # and/or accessing the trade by SELECT_BY_POS instead of SELECT_BY_TICKET. The rest of what you’re wanting is pretty simple.
thanks bk,
for the information.
So do you know of any EA’s that have the basics which I require? From there I could try and develop further. I am not much of a programmer but I am sure I could work it out!