[MT4指标]分享下一个实用的类似通道指标
指标主图:
指标源码:
//----
#property indicator_chart_window
#property indicator_buffers 3
#property indicator_color1 Red
#property indicator_color2 Black
#property indicator_color3 Blue
#property indicator_width1 2
#property indicator_width2 2
#property indicator_width3 2
extern int degree = 6;
extern double kstd = 1.5;
extern int bars = 1000;
extern int shift = 0;
//-----
double fx,sqh,sql;
double ai[10,10],b[10],x[10],sx[20];
double sum;
int ip,p,n,f;
double qq,mm,tt;
int ii,jj,kk,ll,nn;
double sq;
int i0 = 0;
/*
void clear()
{
int total = ObjectsTotal();
for (int i=total-1; i >= 0; i--)
{
string name = ObjectName(i);
if (StringFind(name, prefix) == 0) ObjectDelete(name);
}
}
*/
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
SetIndexBuffer(0, fx); // 馏翦瘥 爨耨桠钼 桧滂赅蝾疣
SetIndexBuffer(1, sqh);
SetIndexBuffer(2, sql);
SetIndexStyle(0, DRAW_LINE);
SetIndexStyle(1, DRAW_LINE);
SetIndexStyle(2, DRAW_LINE);
SetIndexEmptyValue(0, 0.0);
SetIndexEmptyValue(1, 0.0);
SetIndexEmptyValue(2, 0.0);
SetIndexShift(0, shift);
SetIndexShift(1, shift);
SetIndexShift(2, shift);
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//clear();
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
if (Bars < bars) return;
//----
int mi; // 镥疱戾眄? 桉镱朦珞??? 蝾朦觐 ?start
ip = bars;
p=ip; // 蜩镟 镳桉忄桠囗桢
sx[1]=p+1; // 镳桁鬻囗桢 - - 铉磬鬣弪 爨耨桠
nn = degree+1;
SetIndexDrawBegin(0, Bars-p-1);
SetIndexDrawBegin(1, Bars-p-1);
SetIndexDrawBegin(2, Bars-p-1);
//----------------------sx-------------------------------------------------------------------
for(mi=1;mi<=nn*2-2;mi++) // 爨蝈爨蜩麇耜铄 恹疣驽龛?- 潆QQ截图20151124100630.jpg
发表于:2015-12-11 10:43只看该作者
3楼
用了不好用
韬客社区www.talkfx.co
发表于:2015-12-13 07:54只看该作者
4楼
看看看看看看看。。。。
韬客社区www.talkfx.co
发表于:2015-12-26 17:39只看该作者
6楼
谢谢,很厉害!
韬客社区www.talkfx.co
发表于:2016-02-22 11:53只看该作者
7楼
谢谢分享
韬客社区www.talkfx.co
发表于:2016-04-29 08:21只看该作者
8楼
楼主真是一个无私,乐观,积极,的人。一个脱离了低级趣味的人。。向楼主表示敬意和无限的敬仰。。。 |
韬客社区www.talkfx.co
发表于:2016-04-30 14:47只看该作者
9楼
韬客社区www.talkfx.co
发表于:2016-10-02 12:22只看该作者
11楼
這種共振要多驗證吧..
发表于:2017-04-27 13:00只看该作者
12楼
谢谢分享
韬客社区www.talkfx.co
发表于:2017-08-07 06:14只看该作者
15楼
谢谢分享~~~~~~~~~~~