File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
3030extern string Info = " [ App Info ]" ;
3131extern string Name = " Position Size Calculator" ;
32- extern string Version = " v.1.0.1 " ;
32+ extern string Version = " v.1.0.2 " ;
3333extern string Contact = " leonardo.ciaccio@gmail.com" ;
3434extern string Web = " https://github.com/LeonardoCiaccio/Position-Size-Calculator" ;
3535extern string Donate_Bitcoins = " 1KHSR2S58y8WV6o3zRYeD5fBApvfTMtj8B" ;
@@ -267,4 +267,4 @@ double total_profit(){
267267 }
268268
269269 return (tt_profit );
270- }
270+ }
You can’t perform that action at this time.
0 commit comments