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

This indicator implements visualization of pair trading method (searching for divergences). Tandem Expert Advisor uses the same method (https://www.mql5.com/en/code/955).

EURUSD^GBPUSD

Fig. 1. Overlaying EURUSD chart on GBPUSD. Common H1 timeframe

Fig.1 shows the example of the indicator application. It can clearly be seen that pairs diverged for a certain distance and started converging again. At the next similar divergence, the upper pair should be sold, while the lower one should be bought. When pairs start converging, both deals should be closed. One deal will be closed with a loss, while another one will fix a profit exceeding the loss. 

The following parameters were used in the above example:


Fig.2. TandemInstrument indicator parameters used in the example

History of changes: 

September 8, 2012

  • improved the indicator code considering possible holes in an indirect symbol;
  • added data on an indirect symbol's density (the ratio, by which the sizes of an indirect symbol's candles are multiplied before they are displayed on the main symbol's chart) to the chart window comment.

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

RSI HTF RSI HTF

Standard RSI that can be applied for a chart having a different timeframe.

Smoothed Simple Trend Detector Smoothed Simple Trend Detector

Smoothed Simple Trend Detector.

i-BB-Width i-BB-Width

Bollinger Bands Width. One of its application methods was described in FOREX Magazine №123 (July 2006) on page 47.

Simple Trend Detector Simple Trend Detector

Same RSI and Dem but more sensitive one.