15 lines
No EOL
317 B
MQL5
15 lines
No EOL
317 B
MQL5
#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 MQL5
|
|
#define RSI_CCI
|
|
#define RELEASE
|
|
#include "base_include.mqh" |