高级模式
BColorImageLinkQuoteCodeSmilies@朋友|
本版积分规则发表回复 将此回复同步到 腾讯微博 | 回帖后跳转到最后一页作者: q46954224333 时间: 2018-1-12 01:54
帮忙顶顶..........作者: hht1024 时间: 2018-1-12 02:30
/*
Generated by ex4-to-mq4 decompiler (forex-warez.com) 4.0.509.5
Website: Ww w .ForeX - w A R E Z .COM
E-mail : ANdrE Y BB R v @ g M aiL.C o m
*/
#property copyright "Copyright ?2011, SVD"
#property link "sergvd@yandex.ru"
#property indicator_chart_window
extern string _ = "襄痂钿 铒? 珙?(1-M1, 5-M5, 15-M15, 30-M30, 60-?, 240-?, 1440-D1, 10080-W1, 43200-MN1)";
extern int TF = 60;
extern string __ = "暑?忸 徉痤??潆 铒疱溴脲龛 珙?;
extern int MaxBars = 1000;
extern color Rcolor = Red;
extern color Scolor = LimeGreen;
extern color TxtColor = DarkGray;
extern bool BackGround = FALSE;
extern int RectangleWidth = 2;
extern int RectangleStyle = 0;
extern int TxtSize = 8;
extern string ___ = "唁忤?珙睇 镳噔?磬 RectShift 徉痤?;
extern int RectShift = 10;
extern string ____ = "相疣戾蝠?铒疱溴脲龛 牢";
extern int MA1 = 1;
extern int MA2 = 5;
extern int Metod_MA = 1;
extern int Price_MA = 0;
int Gi_164 = 4;
int Gi_168;
int Gi_172;
int G_bars_176;
int G_bars_180;
string Gs_184;
bool Gi_192;
int Gia_196[];
int Gia_200[];
double Gda_204[];
double Gda_208[];
string Gsa_212[];
// E37F0136AA3FFAF149B351F6A4C948E9
int init() {
switch (TF) {
case 1:
Gs_184 = "M1";
br[url=]ea[/url]k;
case 5:
Gs_184 = "M5";
br[url=]ea[/url]k;
case 15:
Gs_184 = "M15";
br[url=]ea[/url]k;
case 30:
Gs_184 = "M30";
br[url=]ea[/url]k;
case 60:
Gs_184 = "H1";
br[url=]ea[/url]k;
case 240:
Gs_184 = "H4";
br[url=]ea[/url]k;
case 1440:
Gs_184 = "D1";
br[url=]ea[/url]k;
case 10080:
Gs_184 = "W1";
br[url=]ea[/url]k;
case 43200:
Gs_184 = "MN1";
br[url=]ea[/url]k;
default:
Alert(" 襄痂钿 礤 镳邃篑祛蝠屙 镳钽疣祆铋! 玉蜞眍怆屙 镥痂钿 ?");
TF = 60;
Gs_184 = "H1";
}
Gi_192 = TRUE;
return (0);
}