顺水外汇EA交易网MT4
标题:
懂mql4的帮忙改下指标
[打印本页]
作者:
yklt168
时间:
2018-1-11 16:49
标题:
懂mql4的帮忙改下指标
想要弄个副图的反K线指标,现在只一步了:0轴到min(Open,Close)的柱状线画成黑色, 从而去掉K线实体之外的颜色
对mql4的这句不知道怎么处理,懂的帮下忙,先谢谢!
目前是成这样子:
[attach]23323[/attach]
下面是代码:
[C] 纯文本查看 复制代码
#property indicator_separate_window
#property indicator_buffers 4
#property indicator_color1 RoyalBlue
#property indicator_color2 OrangeRed
#property indicator_color3 RoyalBlue
#property indicator_color4 OrangeRed
//#property indicator_color3 Yellow
//---- buffers
double ExtMapBuffer1[];
double ExtMapBuffer2[];
double ExtMapBuffer3[];
double ExtMapBuffer4[];
int n;
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
作者:
metatrade
时间:
2018-1-11 17:35
你觉得差一步的时候往往离得更远
作者:
小五
时间:
2018-1-11 18:29
一点也不懂编程。
[attach]23324[/attach]
作者:
albertau
时间:
2018-1-11 19:03
谢谢老师的分享...........
作者:
jiuhongzhi
时间:
2018-1-11 20:18
你觉得差一步的时候往往离得更远......
作者:
宋俊廷
时间:
2018-1-11 20:30
看不懂,这个指标啥意思
作者:
走走停停
时间:
2018-1-11 20:42
不懂编程。。。
作者:
zhuobaijun
时间:
2018-1-11 20:49
小弟待求解
作者:
nanaliu
时间:
2018-1-11 21:29
路过。。。。看看看。。。
作者:
lic
时间:
2018-1-11 21:46
79584635
作者:
闽祥
时间:
2018-1-11 22:52
谢谢分享,谢谢分享
[attach]23325[/attach]
[attach]23325[/attach]
[attach]23325[/attach]
[attach]23325[/attach]
作者:
红太狼
时间:
2018-1-11 23:15
一点也不懂编程,谢谢分享
作者:
金色十月
时间:
2018-1-12 00:07
点也不懂编程,谢
欢迎光临 顺水外汇EA交易网MT4 (http://www.waterforex.com/)
Powered by Discuz! X3.2