From f73198fc812515b25b160d38ea74de6826318489 Mon Sep 17 00:00:00 2001 From: EarnForex <48102957+EarnForex@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:25:43 +0100 Subject: [PATCH] 1.01-fix Version number update --- MQL4/Experts/Trailing Stop on Profit.mq4 | 2 +- MQL5/Experts/Trailing Stop on Profit.mq5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MQL4/Experts/Trailing Stop on Profit.mq4 b/MQL4/Experts/Trailing Stop on Profit.mq4 index 44ed5ba..8699ff2 100644 --- a/MQL4/Experts/Trailing Stop on Profit.mq4 +++ b/MQL4/Experts/Trailing Stop on Profit.mq4 @@ -1,5 +1,5 @@ #property link "https://www.earnforex.com/metatrader-expert-advisors/Trailing-Stop-on-Profit/" -#property version "1.00" +#property version "1.01" #property strict #property copyright "EarnForex.com - 2022" #property description "This Expert Advisor will start trailing the stop-loss after a given profit is reached." diff --git a/MQL5/Experts/Trailing Stop on Profit.mq5 b/MQL5/Experts/Trailing Stop on Profit.mq5 index 2ac8156..ccd9798 100644 --- a/MQL5/Experts/Trailing Stop on Profit.mq5 +++ b/MQL5/Experts/Trailing Stop on Profit.mq5 @@ -1,5 +1,5 @@ #property link "https://www.earnforex.com/metatrader-expert-advisors/Trailing-Stop-on-Profit/" -#property version "1.00" +#property version "1.01" #property strict #property copyright "EarnForex.com - 2022" #property description "This Expert Advisor will start trailing the stop-loss after a given profit is reached."