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

Adaptive momentum oscillator idea from David Varadi. - MetaTrader 4용 지표

조회수:
5116
평가:
(23)
게시됨:
2022.03.06 13:02
업데이트됨:
2022.03.14 04:42
DVO.mq4 (4.28 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

An original idea of David Varadi, check his blog here : https://cssanalytics.wordpress.com


    BreakEven Function BreakEven Function

    Just a Basic Functions For BreakEven.

    GARCHV2 GARCHV2

    A second version of GARCH volatility indicator of https://www.mql5.com/en/code/11776.

    MA Angle MA Angle

    Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.

    Recursive Moving Average Recursive Moving Average

    Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.