Skip to content

Commit 30b44f5

Browse files
author
EarnForex
authored
3.07fix
Fixed version labeling.
1 parent 636a835 commit 30b44f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MQL4/Experts/Position Sizer/Position Sizer.mq4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#property copyright "EarnForex.com"
77
#property link "https://www.earnforex.com/metatrader-expert-advisors/Position-Sizer/"
88
#property icon "EF-Icon-64x64px.ico"
9-
#property version "3.063"
10-
string Version = "3.063";
9+
#property version "3.07"
10+
string Version = "3.07";
1111
#property strict
1212

1313
#property description "Calculates risk-based position size for your account."

0 commit comments

Comments
 (0)