论坛全局菜单下方 - TICKMILL 285X70论坛全局菜单下方 - ThinkMarkets285X70论坛全局菜单下方 - 荔枝返现285X70论坛全局菜单下方 -  icmarkets285X70
查看:4501回复:13
hawkie
注册时间2004-06-21
[MT4指标]某朋友要的LW%R指标
楼主发表于:2005-06-21 12:10只看该作者倒序浏览
1楼 电梯直达
电梯直达
指标是LW%R //+------------------------------------------------------------------+ //| LW%R.mq4 | //| Copyright ?2005, MetaQuotes Software Corp. | //| http://www.metaquotes.net | //+------------------------------------------------------------------+ #property copyright "Copyright ?2005, MetaQuotes Software Corp." #property link "http://www.metaquotes.net" #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 ind_buffer5; 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(7); SetIndexBuffer(0, ind_buffer3); SetIndexBuffer(1, ind_buffer4); SetIndexBuffer(2, ind_buffer1); SetIndexBuffer(3, ind_buffer2); SetIndexBuffer(4, HighesBuffer); SetIndexBuffer(5, LowesBuffer); SetIndexBuffer(6, ind_buffer5); //---- 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("LW%R("+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
个性签名

韬客外汇论坛

广告
TK30+TK31帖子一樓廣告
TK30+TK31帖子一樓廣告
老正
注册时间2003-09-21
365热心助人奖
发表于:2005-06-22 05:12只看该作者
2楼
打手继续出现;P 不过 我刚才看了下 怎么和老哥编写的那个SLOWKD正好是反过来的talkforex-LW%R-BYhawkie.zip
hawkie
注册时间2004-06-21
楼主发表于:2005-06-22 07:08只看该作者
3楼
就是反过来的,据要公式的朋友介绍算法说就是和kd反过来的。所以就按照那个编的
个性签名

韬客外汇论坛

lhch
注册时间2006-05-05
发表于:2006-06-21 18:04只看该作者
4楼
谢了,测算准了,再介绍用法
Zukunft
注册时间2005-05-12
发表于:2006-06-22 04:48只看该作者
5楼
谢谢楼主!
yari17302
注册时间2005-03-09
发表于:2006-06-22 07:15只看该作者
6楼
谢谢分享!
liujiqi
注册时间2006-09-20
mytradefx
注册时间2013-10-12
发表于:2013-10-29 12:12只看该作者
10楼
EA不论对有经验的交易者还是初学者都起着不可或缺的作用
个性签名

韬客社区www.talkfx.co

广告
论坛谏言--外汇交易不应是你投资的全部,交易外汇也不应是你生活的全部
KYH
注册时间2015-08-24
Pzxzx
注册时间2017-08-06
发表于:2017-08-09 03:48只看该作者
12楼
谢谢朋友分享
lanlantianya
注册时间2017-05-22
发表于:2017-08-15 11:17只看该作者
13楼
谢谢分享!
个性签名

韬客社区www.talkfx.co

Takyau
注册时间2018-04-14
发表于:2018-07-28 23:48来自移动端只看该作者
14楼
Cccccccccccccccc

本站免责声明:

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

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

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

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

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

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