Skip to content

Commit 7493e06

Browse files
committed
Rename somethings
1 parent 174601f commit 7493e06

File tree

11 files changed

+33
-12
lines changed

11 files changed

+33
-12
lines changed

Experts/Benchmark/benchmark.mq5

8 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
-136 Bytes
Binary file not shown.

Include/Framework/Base.mqh

-4 Bytes
Binary file not shown.

Include/Framework/Enum.mqh

-420 Bytes
Binary file not shown.

Include/Robots/Benchmark.mqh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//+------------------------------------------------------------------+
2-
//| Copyright 2016, MetaQuotes Software Corp. |
3-
//| https://www.mql5.com |
2+
//| Copyright 2017, Erlon F. Souza |
3+
//| https://github.com/erlonfs |
44
//+------------------------------------------------------------------+
55

6-
#property copyright "Copyright 2017, MetaQuotes Software Corp."
7-
#property link "https://www.mql5.com"
6+
#property copyright "Copyright 2016, Erlon F. Souza"
7+
#property link "https://github.com/erlonfs"
88
#property version "1.00"
99

1010
#include <Trade\Trade.mqh>
-10 Bytes
Binary file not shown.

Include/Robots/FirstCandle.mqh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//+------------------------------------------------------------------+
2-
//| Copyright 2016, MetaQuotes Software Corp. |
3-
//| https://www.mql5.com |
2+
//| Copyright 2016, Erlon F. Souza |
3+
//| https://github.com/erlonfs |
44
//+------------------------------------------------------------------+
55

6-
#property copyright "Copyright 2016, MetaQuotes Software Corp."
7-
#property link "https://www.mql5.com"
6+
#property copyright "Copyright 2016, Erlon F. Souza"
7+
#property link "https://github.com/erlonfs"
88
#property version "1.00"
99

1010
#include <Trade\Trade.mqh>

Include/Robots/TheLineOfDivision.mqh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//+------------------------------------------------------------------+
2-
//| Copyright 2016, MetaQuotes Software Corp. |
3-
//| https://www.mql5.com |
2+
//| Copyright 2016, Erlon F. Souza |
3+
//| https://github.com/erlonfs |
44
//+------------------------------------------------------------------+
55

6-
#property copyright "Copyright 2016, MetaQuotes Software Corp."
7-
#property link "https://www.mql5.com"
6+
#property copyright "Copyright 2016, Erlon F. Souza"
7+
#property link "https://github.com/erlonfs"
88
#property version "1.00"
99

1010
#include <Trade\Trade.mqh>

0 commit comments

Comments
 (0)