怎么下载mt4,电脑怎么下载MT4

怎么下载mt4,电脑怎么下载MT4在MT4上,是没有三线KDJ指标的,分享KDJ指标源码:#property copyright "Copyright 2020"
#property link "https:/

在MT4上,是没有三线KDJ指标的,分享KDJ指标源码:

#property copyright "Copyright 2020"
#property link "https://www.mql5.com"
#property version "1.00"
#property strict
#property indicator_separate_window
#property indicator_buffers 3
#property indicator_plots 3
//--- plot KLine
#property indicator_label1 "KLine"
#property indicator_type1 DRAW_LINE
#property indicator_color1 clrWhite
#property indicator_style1 STYLE_SOLID
#property indicator_width1 1
//--- plot DLine
#property indicator_label2 "DLine"
#property indicator_type2 DRAW_LINE
#property indicator_color2 clrGold
#property indicator_style2 STYLE_SOLID
#property indicator_width2 1
//--- plot JLine
#property indicator_label3 "JLine"
#property indicator_type3 DRAW_LINE
#property indicator_color3 clrDarkViolet
#property indicator_style3 STYLE_SOLID
#property indicator_width3 1

#property indicator_levelstyle STYLE_DOT
#property indicator_levelcolor clrSilver
#property indicator_level1 0
#property indicator_level2 20
#property indicator_level3 50
#property indicator_level4 80
#property indicator_level5 100

//---- input parameters
input int N =9;//%K 周期
input int M1=3;//%D 周期
input int M2=3;//慢速
//--- indicator buffers
double KBuffer[];
double DBuffer[];
double JBuffer[];
double llv[],hhv[],rsv[];
double p=0,p1=0;
double f=0,f1=0;
// ------------------------------------------------------------------
//| Custom indicator initialization function |
// ------------------------------------------------------------------
int OnInit()
{
//--- indicator buffers mapping
IndicatorBuffers(6);
SetIndexBuffer(0,KBuffer);
SetIndexBuffer(1,DBuffer);
SetIndexBuffer(2,JBuffer);
SetIndexBuffer(3,llv,INDICATOR_CALCULATIONS);
SetIndexBuffer(4,hhv,INDICATOR_CALCULATIONS);
SetIndexBuffer(5,rsv,INDICATOR_CALCULATIONS);

for(int i=0; i

内容来源网络,如有侵权,联系删除,本文地址:https://www.230890.com/zhan/115320.html

(0)

相关推荐

  • 耳石移位治疗,耳石脱落可以治愈吗

    耳石脱位治疗Q&AQ:什么是耳石脱位?耳石脱位,又名『耳石脱

    营销 2022年5月15日
  • 淘宝店铺动态评分低怎么办,怎么看淘宝店铺的动态评分

    淘宝网店淘宝动态评分低如何刷上去提高评分,我们知道评分的影响因素直接因素有宝贝的好评率,宝贝的品质,顾客满意度,服务态度,物流的速度,那么提高评分也需要从这几个角度入手。 不少淘宝店

    电商 2021年10月31日
  • 奥比岛手游怎么养宠物(奥比岛的农场宠物怎么获得)

    奥比岛很多小伙伴不清楚宠物饼干怎么获得,实际宠物干粮可以进入百货商店消耗晶钻购买。下面六千古给大家带来奥比岛宠物饼干购买方法,感兴趣的小伙伴们一起来看看吧。 奥比岛宠物饼干购买方法...

    2022年7月16日
  • 冬季如何养肺护肺,秋季养肺的专业知识

    肺作为五脏六腑的“华盖”,它像伞一样,为它们遮风挡雨。《黄帝内经》说:“肺者,气之本。”人需要肺不停呼吸,以维持生命。所以秋季应该好好养护它,才能保证我们身体无恙。

    生活 2021年11月5日
  • 线性回归理解和应用例子

    技术线性回归理解和应用例子 线性回归理解和应用例子HaHa,没错又是作业...
    理解:
    线性回归是利用数理统计中回归分析,来确定两种或两种以上变量间相互依赖的定量关系的一种统计分析方法。
    这句话里的“相

    礼包 2021年11月22日
  • 盗宄的意思(字义,诗词)

    词组盗宄的意思(字义,诗词)基本解释详细字义 盗宄拼音:dào guǐ注音:ㄉㄠˋ ㄍㄨㄟˇ解释:盗贼作乱。基本字义
    盗dào(ㄉㄠˋ)
    1、偷窃,用不正当的手段营私或谋取:盗窃。盗贼。盗伐。盗掘。盗运。盗卖。盗

    阅读 2021年11月15日