거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
4064
평가:
(14)
게시됨:
2018.04.18 17:20
DPO_Bar.mq5 (12.7 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Detrended Price Oscillator Bar - this oscillator indicator eliminates the trend component of the price movement chart. This simplifies the process of determining price fluctuation cycles and overbought/oversold levels.

Long cycles consist of several short cycles. Analysis of such short elements helps to determine the critical moments of the cycle. The indicator allows eliminating the influence of the price on visibility of long-term cycles.

Calculation formula:

DPO = Price - SMA (Price, N)

The indicator has two input parameters:

  • Period - MA calculation period;
  • Method - MA calculation method.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/20213

SV v.4.2.5 SV v.4.2.5

The Expert Advisor opens no more than one position per day. Positions are opened at the specified time. It searches for the Highest and Lowest price in an interval. Data of two iMA (Moving Average, MA) indicators are used.

Days of the week color Days of the week color

A colored histogram of the days of the week. Uses the drawing style DRAW_COLOR_HISTOGRAM.

BW_Zone_Trading BW_Zone_Trading

Modified BW Zone Trading - a modified indicator of Bill Williams' zone trading.

HA EMA3 Indicator HA EMA3 Indicator

A Moving Average based on Heiken Ashi candlesticks.