15 lines
No EOL
662 B
MQL4
15 lines
No EOL
662 B
MQL4
#include "property.mqh"
|
|
|
|
#property version VER
|
|
#property copyright TEAM
|
|
#property link LINK
|
|
#property description STRING1
|
|
#property description STRING2
|
|
#property description STRING3
|
|
#property description STRING4
|
|
#property strict
|
|
|
|
#define FOR_OPTIMIZATION
|
|
#define MQL4
|
|
#define USE_FILTERS
|
|
#include "base_include.mqh" |