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

Investor_Preference_Index - MetaTrader 5용 지표

조회수:
3873
평가:
(8)
게시됨:
2018.09.27 16:00
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Investor Preference Index was discussed in the "Technical Analysis of Stocks & Commodities" magazine in December, 1997, page 19. The article was written by Cyril V. Smith Jr.

Initially, this indicator, which was used as the long-term stock market investment tool, compared the efficiency of S&P 500 with the New York Stock Exchange to measure sentiment. The theory suggests that investors prefer certain types of investment.

The indicator has five input parameters:

  • Instrument - the name of the financial instrument
  • ROC period - period for calculating the price rate of change
  • Fast smoothing period - the period of the fast smoothing
  • Slow smoothing period - the period of the slow smoothing
  • Result smoothing period - the period of the resulting smoothing

Calculation:

IPI =100.0*(Result smoothing period * SMA(B2, Result smoothing period)+1.0)

where:

B2 = SMA(B1, Fast smoothing period) - SMA(B1, Slow smoothing period) B1 = ROC1 - ROC2

ROC1 - the current symbol's price rate of change over the ROC period ROC2 - the 'Instrument' symbol's price rate of change over the ROC period

ROC = 100.0 * Log(Close - Log2) / Log2

Log2 = Log(Close[ROC period])

Please note that in order for the indicator to display correctly, historical data for the 'Instrument' symbol are needed, which can lead to a delay in displaying the oscillator line during the first launch or symbol changed.

Fig. 1. Investor Preference Index GBPUSD relative to EURUSD


Fig. 2. Investor Preference Index GBPUSD relative to USDJPY


Fig. 3. Investor Preference Index GBPUSD relative to AUDCAD


Fig. 4. Investor Preference Index GBPUSD relative to USDRUB


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

CCI_Histogram_Vol CCI_Histogram_Vol

The Commodity Channel Index oscillator displayed as a color histogram, using volumes.

GD GD

The Generalized DEMA moving average

MA_Signal MA_Signal

The MA signal indicator

Modified_Moving_Average Modified_Moving_Average

The Modified Moving Average indicator