diff --git a/Trade/tests/TradeSignalEnumMacro.test.mq4 b/Trade/tests/TradeSignalEnumMacro.test.mq4
new file mode 100644
index 000000000..2dc519fb9
--- /dev/null
+++ b/Trade/tests/TradeSignalEnumMacro.test.mq4
@@ -0,0 +1,28 @@
+//+------------------------------------------------------------------+
+//| EA31337 framework |
+//| Copyright 2016-2021, EA31337 Ltd |
+//| https://github.com/EA31337 |
+//+------------------------------------------------------------------+
+
+/*
+ * This file is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+
+/**
+ * @file
+ * Test functionality of TradeSignal class.
+ */
+
+// Includes.
+#include "TradeSignalEnumMacro.test.mq5"
diff --git a/Trade/tests/TradeSignalEnumMacro.test.mq5 b/Trade/tests/TradeSignalEnumMacro.test.mq5
index 71774e9c3..2153d026d 100644
--- a/Trade/tests/TradeSignalEnumMacro.test.mq5
+++ b/Trade/tests/TradeSignalEnumMacro.test.mq5
@@ -1,12 +1,23 @@
//+------------------------------------------------------------------+
-//| test_enum.mq4 |
-//| Cedric Gava |
-//| https://www.mql5.com |
+//| EA31337 framework |
+//| Copyright 2016-2021, EA31337 Ltd |
+//| https://github.com/EA31337 |
//+------------------------------------------------------------------+
-#property copyright "Cedric Gava"
-#property link "https://www.mql5.com"
-#property version "1.00"
-#property strict
+
+/*
+ * This file is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
#include
#include