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

The indicator is intended for searching the correlations between different symbols. It allows you to overlay one chart with another to visually detect how different symbols correlate with each other. It also allows you to superimpose moving averages.

Inputs:

  • simbol_name - the ticker of the symbol whose chart will be layed on the current one;
  • bars_for_autoscale - the amount of bars the charts will be scaled on (0 - maximal amount);
  • inverse - inverses the chart upside down;
  • MA - show or not to the moving average for the overlaid chart (true - show; false - do not show);
  • MAPeriod - the period of the moving average;
  • MAOnly - shows only the moving average (hides chart).

The scaling occurs in the way the maximums and minimums at the region of N-bars (bars_for_autoscale variable) coincide with each other.

The indicator can be used for hedging and spread trade strategies on correlating pairs.


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

Kanal_Ant Kanal_Ant

The indicator of MA-channel allows to analyse the dynamics of the price by using the technique of A_Vlad, the gist of it is the line of balance LB acts as the attraction of price when there is no external influence.

MA Channels MA Channels

It displays Fibo levels of the price channel created on the moving avrage.

ZZ_Ensign_Fibo ZZ_Ensign_Fibo

A ZigZag alike the one used in Ensign with little differences (v1). With displaying of statical and dynamical fibs and Andrews' pitchfork.

FiboPiv_Daily_DK FiboPiv_Daily_DK

The indicator FiboPiv_Daily_DK.