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

The indicator can show covariation, correlation or Beta ratio of two symbols (selected by Mode1 variable).

Calculation may be performed by the price set by the Price parameter. Aside from the price, the calculation may be performed based on the ROC (the difference between the current and previous price value) and ROC% values (the ratio of the difference between the current and previous price values to the previous price value), selected by Mode2 variable.

Input parameters:

  • Periods - Bar period;
  • Symbol1 - Symbol 1;
  • Symbol2 - Symbol 2;
  • Mode1 - Mode 1: 0 - covariation, 1 - symbol 1 Beta, 2 - symbol 2 Beta, 3 - correlation;
  • Price - Price: 0 - Close, 1 - Open, 2 - High, 3 - Low, 4 - Median, 5 - Typical, 6 - Weighted;
  • Mode2 - Mode 2: 0 - Price, 1 - ROC from Price, 2 - ROC% from Price.

The indicator of covariation, correlation and Beta ratio of two symbols.

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

X2MA NRTR X2MA NRTR

The hybrid of the universal moving average and NRTR indicator. In this indicator the values of the moving average are corrected with the help of NRTR algorithm (Nick Rypock Trailing Reverse).

Adaptive CG Oscillator Adaptive CG Oscillator

Adaptive CG Oscillator is a CG Oscillator that can adapt to constantly changing market cycles of a real financial asset.

Stochastic CG Oscillator Stochastic CG Oscillator

Stochastic CG Oscillator is a stochastic oscillator, the values of which are calculated based not on a price series, but on CG Oscillator indicator values.

Resonance Hunter Resonance Hunter

Multi-currency Expert Advisor that analyze resonance events at related financial assets.