Account Protector

Hi there, admin. How do I set up this EA to achieve the following:

1. Single position size limit (e.g., set to 0.5 lots): If I open 0.8 lots, the EA will close 0.3 lots (keeping 0.5 lots).

2. Total position volume limit (e.g., set to 2.0 lots): When this limit is hit, no new positions are allowed—any new position opened will be closed immediately (not liquidating all existing positions, just the newly opened one).

3. It would be perfect if this EA supports translation.

(Note: This EA does not natively support partial closing or "close only new positions"—additional tools like Position Sizer are needed to achieve these functions.)
 
Last edited by a moderator:
Hi there, admin. How do I set up this EA to achieve the following:

1. Single position size limit (e.g., set to 0.5 lots): If I open 0.8 lots, the EA will close 0.3 lots (keeping 0.5 lots).

2. Total position volume limit (e.g., set to 2.0 lots): When this limit is hit, no new positions are allowed—any new position opened will be closed immediately (not liquidating all existing positions, just the newly opened one).

3. It would be perfect if this EA supports translation.

(Note: This EA does not natively support partial closing or "close only new positions"—additional tools like Position Sizer are needed to achieve these functions.)
Sorry, but this EA cannot do any of that. I will probably consider adding some volume-based restrictions to it in the future, but it looks more appropriate to create a separate EA to do that.