11 lines
591 B
MQL5
11 lines
591 B
MQL5
|
//+------------------------------------------------------------------+
|
||
|
//| eatest.mq5 |
|
||
|
//| Thorsten Fischer Copyright 2019-2020 |
|
||
|
//| https://mql5.tfsystem.de |
|
||
|
//+------------------------------------------------------------------+
|
||
|
#property copyright "Thorsten Fischer Copyright 2019-2020"
|
||
|
#property link "https://mql5.tfsystem.de"
|
||
|
#property version "1.00"
|
||
|
#include "tester.mq4"
|
||
|
//+------------------------------------------------------------------+
|