Skip to content

Commit

Permalink
Adds a wrapper file for TradeSignalEnumMacro
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 23, 2024
1 parent 266a6e1 commit 13e8ebb
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 7 deletions.
28 changes: 28 additions & 0 deletions Trade/tests/TradeSignalEnumMacro.test.mq4
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/

/**
* @file
* Test functionality of TradeSignal class.
*/

// Includes.
#include "TradeSignalEnumMacro.test.mq5"
25 changes: 18 additions & 7 deletions Trade/tests/TradeSignalEnumMacro.test.mq5
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/

#include <EA31337-classes/Test.mqh>
#include <EA31337-classes/Trade/TradeSignal.struct.h>
Expand Down

0 comments on commit 13e8ebb

Please sign in to comment.