比特币通信协议 - 币圈消息

比特币通信协议篇11、二、TURN简介。在典型的情况下,TURN客户端连接到内网中,并且通过一个或者多个NAT到 详细

求个反k线MT4指标,如图这样的

  [复制链接]
533 14
yklt168 发表于 2018-1-11 16:49:30 | 只看该作者 |阅读模式 打印 上一主题 下一主题

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
收藏
收藏0
转播
转播
分享
分享
分享
淘帖0

精彩评论14

跳转到指定楼层
15#
 楼主| yklt168 发表于 2018-1-12 04:24:24 | 只看该作者

非常谢谢,能帮忙改下这个代码吗?
主要是0轴那段要抹去~
#property indicator_separate_window
#property indicator_buffers 4
#property indicator_color1 Turquoise
#property indicator_color2 Orange
#property indicator_color3 Turquoise
#property indicator_color4 Orange
//#property indicator_color3 Yellow
//---- buffers
double ExtMapBuffer1[];
double ExtMapBuffer2[];
double ExtMapBuffer3[];
double ExtMapBuffer4[];
int n;
//double ExtMapBuffer3[];
//----
int ExtCountedBars=0;
int init()
{
//---- indicators
SetIndexStyle(0,DRAW_HISTOGRAM,STYLE_SOLID,3);
SetIndexBuffer(0, ExtMapBuffer1);
SetIndexStyle(1,DRAW_HISTOGRAM,STYLE_SOLID,3);
SetIndexBuffer(1, ExtMapBuffer2);
SetIndexStyle(2,DRAW_HISTOGRAM,STYLE_SOLID,1);
SetIndexBuffer(2, ExtMapBuffer3);
SetIndexStyle(3,DRAW_HISTOGRAM,STYLE_SOLID,1);
SetIndexBuffer(3, ExtMapBuffer4);
return(0);
}
int deinit()
{
//----
return(0);
}
int start()
{
if(Bars<=10) return(0);
int pos=0;
n=WindowBarsPerChart();
while(pos<n)
{
   ExtMapBuffer1[pos]=-1*Open[pos];
   ExtMapBuffer2[pos]=-1*Close[pos];
   if (Open[pos]<=Close[pos])
   {
      ExtMapBuffer3[pos]=-1*Low[pos];
      ExtMapBuffer4[pos]=-1*High[pos];
   }
   else
   {
      ExtMapBuffer4[pos]=-1*Low[pos];
      ExtMapBuffer3[pos]=-1*High[pos];
   }
pos++;
}
//----
return(0);
}
//+------------------------------------------------------------------+
14#
潇洒的微笑 发表于 2018-1-12 03:54:34 | 只看该作者
谢谢哥们,谢谢哥们
13#
jiuhongzhi 发表于 2018-1-12 03:46:41 | 只看该作者
上张 反K线 图:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
12#
jiuhongzhi 发表于 2018-1-12 03:31:29 | 只看该作者

就是 metatrade ex4文件。
11#
wangyitang 发表于 2018-1-12 01:58:18 | 只看该作者
兄弟,在主图的源码我有,没用。需要把他变成幅图。
还差一步:
”需要把0轴到min(Open,Close)的柱状线画成黑色, 从而去掉K线实体之外的颜色.“
你看下这个能不能解决
10#
 楼主| yklt168 发表于 2018-1-12 01:07:01 | 只看该作者

能共享mq4文件吗?非常谢谢~~
9#
yuanmingyuan 发表于 2018-1-12 00:20:54 | 只看该作者
意义不大呀
8#
Mito 发表于 2018-1-11 23:50:00 | 只看该作者
没见过这个指标呢~
7#
天利豹 发表于 2018-1-11 23:30:22 | 只看该作者
这个不错,继续
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

发布主题
阅读排行更多+

Powered by 顺水鱼MT4外汇EA网! X3.2© 2001-2017 顺水MT4外汇EA公司.( 陕ICP备17014341号-1