New Indicator "i-MagicStat"
This indicator free for all our news subscribers.
Subscribe to our news |
Subscribe to our RSS 
Parameters:
"i-MagicStat" Parameters:
extern string _tmp1_ = " --- Market ---";
extern int Market.Corner = 0; //a corner to draw Market Info: 0,1,2 or 3
extern int Market.x = 10; //horizontal offset of 0 column
extern int Market.dx = 100; //distance between columns
extern int Market.y = 15; //vertical offset of 0 row
extern int Market.dy = 18; //distance between rows
extern string Market.FontName = "Arial"; //font name
extern int Market.FontSize = 12; //font size
extern color Market.FontColorUp = LawnGreen; //positive font color
extern color Market.FontColorDn = Red; //negative font color
extern color Market.FontColor = Beige; //neutral font color
//другие параметры аналогично
extern string _tmp2_ = " --- Statistic ---";
extern int Stat.Bar = 0;
extern int Stat.Bar2 = 1;
extern bool Stat.TF.M1 = true;
extern bool Stat.TF.M5 = true;
extern bool Stat.TF.M15 = true;
extern bool Stat.TF.M30 = true;
extern bool Stat.TF.H1 = true;
extern bool Stat.TF.H4 = true;
extern bool Stat.TF.D1 = true;
extern bool Stat.TF.W1 = true;
extern bool Stat.TF.MN = true;
extern int Stat.Corner = 0;
extern int Stat.x = 250;
extern int Stat.dx = 130;
extern int Stat.dx2 = 190;
extern int Stat.y = 15;
extern int Stat.dy = 18;
extern string Stat.FontName = "Arial";
extern int Stat.FontSize = 12;
extern color Stat.FontColorUp = LawnGreen;
extern color Stat.FontColorDn = Red;
extern color Stat.FontColor = Beige;
extern string _tmp3_ = " --- Fractals ---";
extern bool Fr.TF.M1 = true;
extern bool Fr.TF.M5 = true;
extern bool Fr.TF.M15 = true;
extern bool Fr.TF.M30 = true;
extern bool Fr.TF.H1 = true;
extern bool Fr.TF.H4 = true;
extern bool Fr.TF.D1 = true;
extern bool Fr.TF.W1 = true;
extern bool Fr.TF.MN = true;
extern int Fr.Corner = 0;
extern int Fr.x = 550;
extern int Fr.dx = 120;
extern int Fr.dx2 = 200;
extern int Fr.y = 15;
extern int Fr.dy = 18;
extern string Fr.FontName = "Arial";
extern int Fr.FontSize = 12;
extern color Fr.FontColorUp = LawnGreen;
extern color Fr.FontColorDn = Red;
extern color Fr.FontColor = Beige;