论坛全局菜单下方 - TICKMILL 285X70论坛全局菜单下方 - ThinkMarkets285X70论坛全局菜单下方 - 荔枝返现285X70论坛全局菜单下方 -  icmarkets285X70
查看:2084回复:5
云水禅心
注册时间2012-06-26
哪位老师帮助编写一个MT4公式
楼主发表于:2012-06-27 16:43只看该作者倒序浏览
1楼 电梯直达
电梯直达
就是在原来的kdj指标基础上将原来的K值,再进行一次SMA取值,然后将这个SMA过的K值作为“慢速K”值。并且在数值80,20的位置,分别标出上、下轨虚线 只是我的指标是多了个J值。我不懂MT4公式编译,不知道怎么加上去。 在此说声谢谢了。 公式如下: x:20,COLOR00BF00; s:80,COLORFFA500; RSVA:= (CLOSE-LLV(LOW,N))/(HHV(HIGH,N)-LLV(LOW,N))*100; FASTKA:=SMA(RSVA,M1,1); K:SMA(FASTKA,M1,1),COLOR0000FF; D:SMA(K,M1,1),COLOR00FF00; A:=3*K-2*D; J:EMA(A,M2); 参数 N 1 100 12 M1 1 100 3 M2 1 100 3 以下是论坛上hawkie
老师编写的慢速kd公式,只是我的指标是多了个J值。不知道怎么加到下面那些代码里,请哪位老师帮助帮助,在此先道声谢谢了 //+------------------------------------------------------------------+ //| SLOWKD.mq4 | //| Copyright ?2005, MetaQuotes Software Corp. | //| | //+------------------------------------------------------------------+ #property copyright "Copyright ?2005, MetaQuotes Software Corp." #property link "" #property indicator_separate_window #property indicator_buffers 2 #property indicator_color1 Silver #property indicator_color2 Yellow //---- input parameters extern int NPeriod=9; extern int KPeriod=3; extern int SKPeriod=3; extern int SDPeriod=3; double ind_buffer1; double ind_buffer2; double ind_buffer3; double ind_buffer4; double HighesBuffer; double LowesBuffer; int draw_begin1=0; int draw_begin2=0; //+------------------------------------------------------------------+ //| expert initialization function | //+------------------------------------------------------------------+ int init() { string short_name; //---- 2 additional buffers are used for counting. IndicatorBuffers(6); SetIndexBuffer(0, ind_buffer3); SetIndexBuffer(1, ind_buffer4); SetIndexBuffer(2, ind_buffer1); SetIndexBuffer(3, ind_buffer2); SetIndexBuffer(4, HighesBuffer); SetIndexBuffer(5, LowesBuffer); //---- indicator lines SetIndexStyle(0,DRAW_LINE); SetIndexBuffer(0, ind_buffer3); SetIndexStyle(1,DRAW_LINE); SetIndexBuffer(1, ind_buffer4); //---- name for DataWindow and indicator subwindow label IndicatorShortName("SLOWKD("+NPeriod+","+KPeriod+","+SKPeriod+","+SDPeriod+")"); SetIndexLabel(0,"K"); SetIndexLabel(1,"D"); //---- draw_begin1=NPeriod+SKPeriod; draw_begin2=draw_begin1+KPeriod; SetIndexDrawBegin(0,draw_begin1); SetIndexDrawBegin(1,draw_begin2); return(0); } //+------------------------------------------------------------------+ //| expert deinitialization function | //+------------------------------------------------------------------+ int start() { int i,k; int counted_bars=IndicatorCounted(); double price; //---- if(Bars<=draw_begin2) return(0); //---- initial zero if(counted_bars<1) { for(i=1;i<=draw_begin1;i++) ind_buffer1[Bars-i]=0; for(i=1;i<=draw_begin2;i++) ind_buffer2[Bars-i]=0; } //---- minimums counting i=Bars-NPeriod; if(counted_bars>NPeriod) i=Bars-counted_bars-1; while(i>=0) { double min=1000000; k=i+NPeriod-1; while(k>=i) { price=Low[k]; if(min>price) min=price; k--; } LowesBuffer=min; i--; } //---- maximums counting i=Bars-NPeriod; if(counted_bars>NPeriod) i=Bars-counted_bars-1; while(i>=0) { double max=-1000000; k=i+NPeriod-1; while(k>=i) { price=High[k]; if(maxdraw_begin1) i=Bars-counted_bars-1; while(i>=0) { double sumlow=0.0; double sumhigh=0.0; for(k=(i+SKPeriod-1);k>=i;k--) { sumlow+=Close[k]-LowesBuffer[k]; sumhigh+=HighesBuffer[k]-LowesBuffer[k]; } if(sumhigh==0.0) ind_buffer1=100.0; else ind_buffer1=sumlow/sumhigh*100; i--; } //---- last counted bar will be recounted if(counted_bars>0) counted_bars--; int limit=Bars-counted_bars; //---- signal line is simple movimg average for(i=0; i
TK29帖子1楼右侧xm竖版广告90-240
个性签名

韬客社区www.talkfx.co

广告
TK30+TK31帖子一樓廣告
TK30+TK31帖子一樓廣告
云水禅心
注册时间2012-06-26
楼主发表于:2012-06-28 05:39只看该作者
2楼
:049:{:1_108:}{:1_108:}为什么没人理呢。。。
云水禅心
注册时间2012-06-26
楼主发表于:2012-07-02 08:56只看该作者
3楼
自己顶一下,哪位高手帮帮我吧。。。
云水禅心
注册时间2012-06-26
楼主发表于:2012-07-02 08:57只看该作者
4楼
谁能告诉我MT4指标编写应该学什么?
个性签名

韬客社区www.talkfx.co

boji
注册时间2011-10-17
C狼斗
注册时间2012-07-19

本站免责声明:

1、本站所有广告及宣传信息均与韬客无关,如需投资请依法自行决定是否投资、斟酌资金安全及交易亏损风险;

2、韬客是独立的、仅为投资者提供交流的平台,网友发布信息不代表韬客的观点与意思表示,所有因网友发布的信息而造成的任何法律后果、风险与责任,均与韬客无关;

3、金融交易存在极高法律风险,未必适合所有投资者,请不要轻信任何高额投资收益的诱导而贸然投资;投资保证金交易导致的损失可能超过您投入的资金和预期。请您考虑自身的投资经验及风险承担能力,进行合法、理性投资;

4、所有投资者的交易帐户应仅限本人使用,不应交由第三方操作,对于任何接受第三方喊单、操盘、理财等操作的投资和交易,由此导致的任何风险、亏损及责任由投资者个人自行承担;

5、韬客不隶属于任何券商平台,亦不受任何第三方控制,韬客不邀约客户投资任何保证金交易,不接触亦不涉及投资者的任何资金及账户信息,不代理任何交易操盘行为,不向客户推荐任何券商平台,亦不存在其他任何推荐行为。投资者应自行选择券商平台,券商平台的任何行为均与韬客无关。投资者注册及使用韬客即表示其接受和认可上述声明,并自行承担法律风险。

版权所有:韬客外汇论坛 www.talkfx.com 联络我们:[email protected]