顺水外汇EA交易网MT4

标题: 能否把这个挤排指标改为mt4 [打印本页]

作者: ann007007    时间: 2018-1-11 14:44
标题: 能否把这个挤排指标改为mt4
{*******************************************************************
Description        :        This Indicator plots Value Chart prices.
Provided By        : Mark W. Helweg (c) Copyright 2001
********************************************************************}
Inputs:NumBars(5);
Variables:Vopen(0),VHigh(0),VLow(0),VClose(0),Var1(0),Var2(0);
Var: VcloseLam(0),ValueSOB(" "),ValueMOB(" "),ValueMOS(" "), ValueSOS(" "), ValueFair(" "), lastdate(0);
{Calcualte Value Chart}
VOpen = VChart(NumBars,Open);
VHigh = VChart(NumBars,High);
VLow = VChart(NumBars,Low);
VClose = VChart(NumBars,Close);
{Plot Value Chart - Disregards the first 20 bars because Omega doesn't process them correctly}
If BarNumber > Numbars then Begin
        Plot1(VOpen,"VOpen");
        Plot2(VHigh,"VHigh");
        Plot3(VLow,"VLow");
        Plot4(VClose,"VClose");
End;
// Value Chart Lines
Inputs:Top(8),TopMid(4),BottomMid(-4),Bottom(-8);
Plot5(Top);
Plot6(TopMid);
Plot7(BottomMid);
Plot8(Bottom);

作者: digit    时间: 2018-1-11 16:14
https://www.mql5.com/en/code/11079
作者: monizhanghu    时间: 2018-1-11 16:27
赞金币,下指标,赚大钱
作者: dafubin22    时间: 2018-1-11 17:14
县点赞一下,看看大神
作者: monizhanghu    时间: 2018-1-11 17:45
攒金币下指标
作者: jacky0218    时间: 2018-1-11 18:44
金币,下指标,赚大钱
作者: killnight    时间: 2018-1-11 20:11
2楼正解,心有沟壑佩服
作者: wuhuge    时间: 2018-1-11 20:34

攒金币下指标
作者: 陆程_BAkPh    时间: 2018-1-11 21:20
11111111
作者: 斗狗赌博    时间: 2018-1-11 22:33
怎么没通道指标
作者: my1swz    时间: 2018-1-11 22:52
刷金币,真无聊..
作者: lhc    时间: 2018-1-11 23:31
ffffffffffffffffffvvvxccccccccccccccccccccccccccc

作者: EUR168    时间: 2018-1-12 01:08
赚够金币就来买,你等着啊,别跑啊!
作者: 天翊_o39Z9    时间: 2018-1-12 02:33
谢谢分享




欢迎光临 顺水外汇EA交易网MT4 (http://waterforex.com/) Powered by Discuz! X3.2