diff --git a/README.md b/README.md index 4a3a4cd..53411d2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# Trailing-Stop-on-Profit -Trailing Stop on Profit is a classic trailing stop EA for MetaTrader, which activates only once a given profit value is reached. +# Trailing Stop on Profit + +The Trailing Stop on Profit is an expert advisor for MT4 and MT5 developed by EarnForex.com. + +The EA automatically trails stop-losses of trades filtered according to your preferences and only when a trade has reached a certain number of profit points. + +![Trailing Stop on Profit - a look at the EA's input parameters in MetaTrader 5](https://github.com/EarnForex/Trailing-Stop-on-Profit/blob/main/README_Images/mt5-trailing-stop-on-profit-input-parameters.png) + +You can enable and disable it using a simple chart button. + +A detailed description of the expert advisor is available here: https://www.earnforex.com/metatrader-expert-advisors/Trailing-Stop-on-Profit/ + +If you have any suggestions for improvement of this expert advisor, please create an issue or submit a pull-request.