거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Any Pair Stochastic - MetaTrader 5용 지표

조회수:
7593
평가:
(30)
게시됨:
2013.10.25 12:24
업데이트됨:
2016.11.22 07:32
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

Chandra100

Normally if we attach an indicator, it will show the indicator for the current chart only.

With this indicator you can choose the symbol for which you want to apply the indicator. You can add any number of times this indicator with different symbols as inputs.

  • EURUSD and USDCHF have negative correlation.
  • AUDUSD and NZDUSD have positive correlation.

We can add two instances of this indicator for these two symbols and can monitor whether the correlation exists or not.

In other way, we can add three instances of this indicator for 2 major pairs and one for its cross pair. Example: For EURUSD, GBPUSD and EURGBP.

We can see on cross pair how the changes in major pairs affects its movement.

Any Pair Stochastic

Any_Pair_Stochastic indicator

iBarShift iBarShift

There are a lot of users who searched for iBarShift function like in MQL4. But this function is no more include in MQL5, mainly because MQL5 provides all necessary basic, low-level, functions to process such thing in a library.

Price_Channel_Trend Price_Channel_Trend

Trend indicator, based on crossover of pivot level and its median.

Donchian Channel Donchian Channel

Donchian Channel is a volatility indicator based on the calculation of the current price range with the recent highest and lowest prices.

MultiCurrEA MultiCurrEA

An example of how to create a multicurrency Expert Advisor that trades using the Bollinger Bands indicator.