거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Pan PrizMA Sin leverage 72 - MetaTrader 5용 지표

조회수:
13351
평가:
(24)
게시됨:
2019.04.06 06:32
업데이트됨:
2020.06.27 13:21
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator builds a sliding line based on interpolation by a polynomial of 4 degrees. The constructed line is extrapolated as a section of a given function by a sinusoid and its axial near the constant  line_power = 2, or near the inclined straight line_power = 3 (redrawn to visualize the plot).

From the built sinusoids and axial one value is removed on each bar and a line of extrapolated values is built, which does not redraw .

MT4

External variables:

line_power - the degree of the extrapolated line;

leverage - shoulder removal values for the resulting line. Set from the backward slid first line;

multiplier - multiplier. If it is equal to zero, then the value is removed from the axial, if it is equal to one, then from the sinusoid, if it is equal to minus one, then from the point of the mirror sinusoid through the axial one. May take any values.

line4_SHIFT - offset of the resulting line of extrapolated values;

interval - multiples multiple averaging.

Refinement of the indicator from the topic: Difference calculus, examples.

Possible development of indicator potential


    MQL_Easy MQL_Easy

    A cross platform library/framework

    Exponential moving average Exponential moving average

    Exponential moving average

    Balance Graph HTML Balance Graph HTML

    Display interactive HTML graph of the account balance inside the web browser.

    CPairedDealInfo Class CPairedDealInfo Class

    A class to reconstruct closed trades (paired in/out deals) from history sorted by close time.