天猫首页
当前位置: 首页 > 高盈利外汇EA > MT5-Pivot Lines MRC6

浏览历史

MT5-Pivot Lines MRC6
prev zoom next

MT5-Pivot Lines MRC6

  • 本店售价:¥150元 ¥210元
  • 商品货号:ECS036724
  • 商品库存: 11111
  • 上架时间:2023-10-13
  • 商品点击数:68

商品描述

商品属性

商品标签

相关商品

Info: marcobarbosabots


Pivot lines are an easy way to see market trend. The indicator provides the pivot line and three first support and Resistance lines.



Calculations used was:


Resistance 3 = High + 2*(Pivot - Low)

Resistance 2 = Pivot + (R1 - S1)

Resistance 1 = 2 * Pivot - Low

Pivot point = ( High + Close + Low )/3

Suport 1 = 2 * Pivot - High

Suport 2 = Pivot - (R1 - S1)

Suport 3 = Low - 2*(High - Pivot)


You can use the calculated values ​​on an EA too, just make sure the indicator is attached to your chart and use the following formula in your EA code:

// --------------------------------------------------------------------//

// Using Pivot Lines Indicator Calculations                            //

//---------------------------------------------------------------------//


// Discovering the Indicator Handler


int IndicatorHandler = iCustom(NULL,0,"pivot");


// Creating the arrays


double pivot[],r1[],r2[], r3[],s1[],s2[],s3[];


// Copying data into arrays


CopyBuffer(IndicatorHandler,3,0,3, r3);

CopyBuffer(IndicatorHandler,2,0,3, r2);

CopyBuffer(IndicatorHandler,1,0,3, r1);

CopyBuffer(IndicatorHandler,0,0,3, pivot);

CopyBuffer(IndicatorHandler,4,0,3, s1);

CopyBuffer(IndicatorHandler,5,0,3, s2);

CopyBuffer(IndicatorHandler,6,0,3, s3);


// Printing the values


Print("R3 value: ", r3[0]);

Print("R2 value : ", r2[0]);

Print("R1 value : ", r1[0]);

Print("Pivot value : ", pivot[0]);

Print("S1 value : ", s1[0]);

Print("S2 value : ", s2[0]);

Print("S3 value : ", s3[0]);


// --------------------------------------------------------------------//

商品标签

购买记录(近期成交数量0)

还没有人购买过此商品
总计 0 个记录,共 1 页。 第一页 上一页 下一页 最末页

用户评论(共0条评论)

  • 暂时还没有任何用户评论
总计 0 个记录,共 1 页。 第一页 上一页 下一页 最末页
用户名: 匿名用户
E-mail:
评价等级:
评论内容:
验证码: captcha
在线咨询