Versão 2.1
2024.10.22
Added Stop Loss and Take Profit Functionality
In this update, we have introduced a feature that allows the Stop Loss (SL) and Take Profit (TP) settings to be disabled when the corresponding input values are set to zero. This ensures that if either Stop Loss or Take Profit is configured to 0, the EA will not set a Stop Loss or Take Profit for the open positions, allowing for more flexible trading strategies.
Key Changes:
If Stop Loss is set to 0:
The Stop Loss functionality will be disabled, and the EA will not attempt to modify or set a Stop Loss on the positions.
If Take Profit is set to 0:
The Take Profit functionality will be disabled, and the EA will not attempt to modify or set a Take Profit on the positions.
This enhancement provides traders with greater control over their positions, especially in volatile market conditions or when employing strategies that do not rely on predefined exit points.
Versão 2.0
2024.05.10
Modification features is :
1. Separate with 3 Buttons
2. Auto close All Orders if reach the profit according with value of parameter : "CLOSE IF PROFIT-xxxx" (Fill with 0 if you don't use it)
--> Fill 100.0 will auto close all orders when profit reach $100
--> Fill 0.0 will non activated this function
3. Auto close All Orders if reach the loss according with value of parameter : "CLOSE IF LOSS-xxxx" (Fill with 0 if you don't use it)
--> Fill -70.0 will auto close all orders when loss reach -$70
--> Fill 0.0 will non activated this function