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

The calculation of correlation coefficient between two quotes charts of two currency pairs is performed (between the currency pair to whose chart the indicator is attached and the pair specified in the parameters of the indicator).

The followings are displayed in the indicator's window:

  • The chart of the correlation coefficient (you can disable its displaying as is shown on the mentioned pictures)

  • The chart of the moving average related to the curve of the correlation coefficient (you can disable displaying)

  • The average value of the correlation coefficient for the specified number of last bars

Mode = 0, 1, 2 - the parameter that determines the exact property of the price chart the correlation will be calculated for (0 - for the close price of the bar, 1- for the differnece between the open and the close prices, 2 - for the relation between the close price and the maximum price of the bar).

Pair = "USDCHF", "EURUSD"... - a currency pair the correlation coefficient is to be calculated for.
ShowCorrelation = true - if the displaying of the buffer of the correlation coefficient is necessary, = false - if not.
ShowMA = true - if the displaying of the buffer of the correlation coefficient's moving average is necessary, = false - if not.
CorrelationRadius = 15 - the radius of the correlation.
MA_Period = 10 - the period of the moving average.
ResultingBars = 0 - the number of bars the total average value of the correlation coefficient is calculated by (this value is displayed at the bottom-left part of the window). If ResultingBars = 0, then the average will be calculated by all obtained values of the correlation coefficient.

FontName = "Verdana" - the font the average value of the correlation coefficient is displayed with.
FontSize = 10 - the font size.
FontColor = Black - the font color.


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

The pattern MACD - head and shoulders. Good but on rare occasions. The pattern MACD - head and shoulders. Good but on rare occasions.

A trade strategy that functions with the pattern MACD "head and shoulders"

ZigAndZag_trader ZigAndZag_trader

At Bookkeeper's request, I've made an "egzpert advizor" by the ZigAndZag indicator, published at: http://codebase.mql4.com/ru/3681

Pendulum 1_01 Pendulum 1_01

The parameters of working - Places two starting pending orders for buying and selling (the size of the lot is calculated automatically on the basis of the deposit size and the maximum increase of leverage from 0.01 to 0.07 lots) taking into account th

b-SharingDoW b-SharingDoW

The receiving of the EA testing results by the days of week.