-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |