Skip to content

Commit c78717b

Browse files
Update Position Size Calculator.mq4
1 parent 9f58389 commit c78717b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Position Size Calculator.mq4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//+------------------------------------------------------------------+
22
//| Position Size Calculator.mq4 |
3-
//| Copyright © 2015 - 2016, Leonardo Ciaccio |
3+
//| Copyright © 2015 - 2016, Leonardo Ciaccio |
44
//| https://github.com/LeonardoCiaccio/Position-Size-Calculator |
55
//| |
66
//| Donate Bitcoins : 1KHSR2S58y8WV6o3zRYeD5fBApvfTMtj8B |
@@ -23,13 +23,13 @@ enum __position{
2323

2424
};
2525

26-
#property copyright "Copyright © 2015-2016, Leonardo Ciaccio"
26+
#property copyright "Copyright © 2015-2016, Leonardo Ciaccio"
2727
#property link "https://github.com/LeonardoCiaccio/Position-Size-Calculator"
2828
#property indicator_chart_window
2929

3030
extern string Info = "[ App Info ]";
3131
extern string Name = "Position Size Calculator";
32-
extern string Version = "v.1.0.1";
32+
extern string Version = "v.1.0.2";
3333
extern string Contact = "leonardo.ciaccio@gmail.com";
3434
extern string Web = "https://github.com/LeonardoCiaccio/Position-Size-Calculator";
3535
extern string Donate_Bitcoins = "1KHSR2S58y8WV6o3zRYeD5fBApvfTMtj8B";
@@ -267,4 +267,4 @@ double total_profit(){
267267
}
268268

269269
return(tt_profit);
270-
}
270+
}

0 commit comments

Comments
 (0)