Sarah blue
- Experts
- Thabang John Wotsa
- Versão: 1.0
- Ativações: 15
EA Name: Sarah blue
General Description
This Expert Advisor (EA) is designed to automate trading decisions on the chart it is attached to. It includes an interactive graphical panel called SARAH BLUE that allows the user to adjust key trade parameters in real time without stopping or recompiling the EA.
Key Features
-
Interactive Control Panel
-
Displays current symbol, position status (open/none), lot size, trailing stop value, and Magic Number.
-
Provides buttons to increase or decrease the lot size and trailing stop distance directly from the chart.
-
Includes a dedicated On/Off toggle for the trailing stop feature.
-
All adjustments are applied immediately to new trades and to active trailing stop management.
-
-
Lot Size Management
-
Users can set any valid lot size using the “+” and “–” buttons next to the “Lot Size” field.
-
The EA automatically respects the symbol’s minimum, maximum, and step lot size constraints.
-
-
Trailing Stop Control
-
The trailing stop distance (in points) can be increased or decreased with “+” and “–” buttons.
-
The “On/Off” button instantly enables or disables trailing stop without losing the previously set distance.
-
When trailing stop is active, it updates the stop loss of an open position as the market moves in a favorable direction.
-
-
Fixed Stop Loss
-
A stop loss is placed on every trade at a fixed distance set in the EA’s input parameters (StopLoss in points).
-
This stop loss remains active regardless of whether trailing stop is enabled.
-
-
Magic Number
-
Every trade opened by the EA is tagged with a unique Magic Number (set in inputs). This ensures that the EA only manages its own positions and ignores those opened manually or by other EAs.
-
-
Single Position Management
-
The EA allows only one position per symbol at a time. It will not open a new trade while a position with the same Magic Number is already open.
-
-
Logging
-
All trade actions and parameter changes are printed to the Experts journal for review.
-
Input Parameters
-
StopLoss – Fixed stop loss distance in points for every trade.
-
MagicNumber – Unique identifier to manage its own positions.
