Pan PrizMA 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


At the very least, this indicator is able to entertain you. It builds a moving line based on interpolation by a polynomial of 1-4 powers and/or a function consisting of a sum of 1-5 sine curves. Various combinations are possible, for example, a sum of three sine curves about a second order parabola. The resulting line can be extrapolated by any of the specified functions and for various distances both as a single point at each indicator step (unchangeable line), and as a specified (re-painted) function segment for visualization.

The indicator involves four lines. Each successive indicator line is based on the results of a previous one. Each line, except the first one, can be averaging or extrapolating depending on a specified direction: (-1) – averaging or (1) – extrapolation.

Linear interpolation

We need at least two points for a straight line, three points for a square parabola, four ones for a cubic parabola, etc.

A straight line is an arithmetic progression allowing you to obtain a third point after the first two ones:

E3 = (E2-E1)+E2 = 2*E2 – E1 is a difference first-order equation for equidistant points (similar to the equation after the reduction of all Lagrange equation ratios).

Trigonometric interpolation

Use the double angle sine equation: Sin 2a = 2 * Cos a * Sin a. We can prove its validity geometrically as Sin 2a = 2 * Cos a * Sin a – 0 and Sin 3a = 2 * Cos a * Sin 2a – Sin a, etc., where Cos a is a one step angle cosine, while Sin is in fact the appropriate chart value. In that case, a difference first-order equation for the sine curve about zero looks as follows: E3 = 2 * Cos a * E2 – E1. Here we can see a perfect analogy with the straight line equation. In the indicator, transition from trigonometric equations to linear ones is performed by assigning the period equal to one. Cos 360 is equal to 1 turning the equation into a linear one.

External variables (using the first two lines as examples)

  • line_1_power =12 – interpolating line power. For the trigonometric function, power 2 corresponds to a single sine curve about the constant. Power 3 corresponds to a single sine curve about the inclined line. Power 4 corresponds either to a single sine curve about the square parabola, or two sine curves about the constant, etc. In this case, power 12 at the six periods specified below corresponds to the function comprised of 6 sinusoids about the constant.
  • line_1_leverage =10 – interpolation leverage. The equivalent of the smoothing period. In particular, the line of interpolation by the power of one fully corresponds to standard EMA with a double period value.
  • line_1_interval =1 – interval between adjacent points used in the calculation (not to be confused with the leverage). In particular, the straight line connects three points (two of them being adjacent, while the remaining one is at the leverage distance).
  • line_1_period_1=6 – sinusoid curve period if the function is trigonometric. If the function is linear, the value of 1 is set.
  • line_1_period_2=7.5
  • line_1_period_3=10
  • line_1_period_4=20
  • line_1_period_5=60
  • line_1_period_6=240
  • line_1_shift =0 – indicator line shift. Positive values are shifted to the right, while negative ones – to the left. By default, the lines are plotted considering the leverage shift.
  • XXXXXXXXXXXXXXXXXXXXXXXX1=2 – separator for parameters of different lines, for clarity.
  • line_2_trend =1 – line calculation direction: (-1) – smoothing, (1) – extrapolation.
  • line_2_power =10 – interpolating line power. If the remaining parameters are similar to the smoothing ones, the second line passes through the last bar open point. Powers 1001, 1002, 1003-1009, 1010 extrapolate the function segment. The function segment is re-painted at each bar and is necessary only for visualization.
  • line_2_leverage =8 – interpolation leverage, at each value the indicator draws one point at the distance of this leverage, which is not redrawn during the bar formation, as it is based on the opening price. In case of powers 1001, 1002, 1003-1009, 1010, it sets the plotted function segment line.
  • line_2_interval =1 – interval between adjacent points used in the calculation.
  • line_2_period_1 =6 – sinusoid curve period if the function is trigonometric. If the function is linear, the value of 1 is set.

There may be external parameter combinations taking the line far away from the current price (high power values, large leverage, unsuitable combination of a sine curve and a leverage). This is not a program error. The easiest way is to open a beginning of a chart and examine the line. For example, interpolation using a polynomial greater than the fourth power is mathematically possible. However, the oscillation amplitude of the smoothed line grows quickly resembling a resonance.

图片[1]-Pan PrizMA 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

© 版权声明
THE END
喜欢就支持一下吧
点赞61 分享