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

The MultiCurrency indicator allows you to concurrently analyze up to eight currency charts. The indicator itself does not perform any calculations. It simply displays eight CrossIndex indicator candlestick charts in the current chart.

Indicator input parameters: 

//+-----------------------------------+
//|  INDICATOR INPUT PARAMETERS       |
//+-----------------------------------+
input bool ShowIndicator1=true; //permission to display the indicator            
input string Symbol1="EURUSD"; //currency
input bool Direct1=true;//no chart inversion

input bool ShowIndicator2=true; //permission to display the indicator            
input string Symbol2="GBPUSD"; //currency
input bool Direct2=true;//no chart inversion

input bool ShowIndicator3=true; //permission to display the indicator            
input string Symbol3="AUDUSD"; //currency
input bool Direct3=true;//no chart inversion

input bool ShowIndicator4=true; //permission to display the indicator            
input string Symbol4="NZDUSD"; //currency
input bool Direct4=true;//no chart inversion

input bool ShowIndicator5=true; //permission to display the indicator            
input string Symbol5="USDCHF"; //currency
input bool Direct5=false;//no chart inversion

input bool ShowIndicator6=true; //permission to display the indicator            
input string Symbol6="USDJPY"; //currency
input bool Direct6=false;//no chart inversion

input bool ShowIndicator7=true; //permission to display the indicator            
input string Symbol7="USDCAD"; //currency
input bool Direct7=false;//no chart inversion

input bool ShowIndicator8=true; //permission to display the indicator            
input string Symbol8="XAUUSD"; //currency
input bool Direct8=true;//no chart inversion 

Operation of the indicator requires the CrossIndex.mq5 indicator to be placed in terminal_directory\MQL5\Indicators.

Fig.1 The MultiCurrency Indicator

Fig.1 The MultiCurrency Indicator 

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

CCI T3 Tick CCI T3 Tick

The CCI indicator smoothed using Tillson's algorithm.

Exp_3rdGenerationXMA Exp_3rdGenerationXMA

The Expert Advisor based on the change in the 3rdGenXMA moving average direction.

CandleVisual CandleVisual

The simplest visual interpretation of a candlestick chart.

iClose_HTF iClose_HTF

The iClose_HTF indicator plots a zigzag based on closing prices of a time frame specified in the input parameters.