Mql5官网 Second Order RC filter mixed intersections 外汇EA

Mql5官网 Second Order RC filter mixed intersections 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 Second Order RC filter mixed intersections 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


The indicator is a mathematical analog of a two-level RC (resistor-capacitor) filter. On the chart (default colors), the red line is the
standard terminal Moving Average, the values ​​of which are filtered by the first level filter (yellow line) and then by the second
level filter (blue line). Moving Average sets the preliminary smoothing of the price series.

 The indicator has the ability to use the sticking together of any combination of its own charts among themselves, if they are at a distance
from each other in pips within the specified value – the input parameter MixLevel. It is possible to configure the signals of the
intersection of graphs with each other.

Description of input parameters:

TickCount = true; – Calculation of the indicator for each tick (true) or by closing the bar (false)

CountBars = 2000; – The number of bars to catch

TimeFrame = PERIOD_CURRENT; – Timeframe for calculating the indicator. It can be any lower than the time frame of the price chart.

MAPeriod = 1; – Period Moving Average

Method = MODE_LWMA; – Moving Average averaging method

Price = PRICE_CLOSE; – Price type Moving Average

Fs = 800; – Analogue to cutoff frequency (ratio with Fc is important)

Fc = 50; – An analog of the filtered frequency (the ratio with Fs is important)

MixMode = None; – Chart sticking options

   None – No Sticking

   RC1_with_MA – Coalescing Moving Average with a first level filter

   RC2_with_MA – Coalescing Moving Average with a second level filter

   RC1_with_RC2 – Adhesion of the filters of the first and second levels

   RC1_with_MA_and_RC2_with_MA – Coalescing separately Moving Average with a first level filter and Moving Average with a
second level filter

   RC1_with_MA_and_RC1_with_RC2 – Coalescing separately Moving Average with a first level filter and first and second level
filters

   RC2_with_MA_and_RC1_with_RC2 – Coalescing separately Moving Average with a second level filter and first and second level
filters

   Full – Sticking together any charts among themselves

MixLevel = 50; – The distance between the charts in pips, within which sticking occurs

DeltaStart = 100; – The minimum distance in pips between the graphs of the filters of the first and second levels to enable waiting for
intersections

                              selected graphs

DeltaCross = 15; – Minimum distance in pips for triggering intersections of selected charts

Trigger = false; – Includes obligatory alternation of intersections of selected graphs (true)

CrossMode = RC2_with_RC1; – Sets graphs to control their intersections

   MA_with_RC1 – Intersection of Moving Average with a first level filter

   MA_with_RC2 – Intersection of Moving Average with a second level filter

   RC2_with_RC1 – Intersection of filters of the first and second levels

   MA_and_RC1_with_RC2 – Simultaneous intersection in one direction of the Moving Average and the first level filter with the
second level filter

ArrowShift = 300; – Vertical indentation of arrows from graphs

ArrowWidth = 2; – Arrow size (1-5)

CodeArrowUp = 217; – Up arrow code (33-255)

ColorArrowUp = clrDeepSkyBlue; – Up arrow color

CodeArrowDn = 218; – Down arrow code (33-255)

ColorArrowDn = clrOrangeRed; – Down arrow color

ColorLineMA = clrRed; – Line color Moving Average

WidthLineMA = 2; – Line thickness Moving Average (1-5)

ColorLineRC1 = clrYellow; – The color of the filter line of the first level

WidthLineRC1 = 2; – The thickness of the filter line of the first level

ColorLineRC2 = clrDeepSkyBlue; – Line color of the second level filter

WidthLineRC2 = 2; – Second line filter line thickness

AlertMessage = false; – Enables the display of messages on the screen at the intersections of the specified graphs (true)

AlertMail = false; – Enables sending a message to an email address (true)

AlertPush = false; – Enables push message transmission to the mobile terminal (true)

© 版权声明
THE END
喜欢就支持一下吧
点赞48 分享
相关推荐