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

Hodrick Prescott Indicator - MetaTrader 4용 지표

조회수:
27929
평가:
(4)
게시됨:
2009.10.23 09:25
업데이트됨:
2014.04.21 14:54
HPMA102.mq4 (19.69 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Hodrick Prescott Filter (HPF) is a tool used to remove fluctuations from static economic series and for detrending. In dynamic series like FOREX quotes it will be constantly changing. The attached indicator is something like a Moving Average equivalent that shows the HPF value for a given bar so it won’t repaint.


Some of the features are:


  •  It shows market trend based on selectable trend strength
  •  It can display(or not) HPF
  •  It displays up to 2 bands centered on “MA” or on HPF
  •  MTF support

The inputs are:


  •  nobs: the number of HPF bars
  •  lambda: the dambing factor
  •  timeframe: the applied timeframe
  •  price: the price on which HPF is evaluated, same as iMA()
  •  delay: shows the “MA” by delaying (or advancing if negative) the HPF
  •  trend: selects the trend strength (how many consecutive HPF bars to check)
  •  future: shows HPF future bars
  •  bands: if >0 the number of bars for band calculation
  •  band#: the deviation for # band (if<0) then centered on HPF
  •  type#: the # band type -1=HPF 0=applied price 1=mean 2=extreme price 3=closest price 4=median 5=typical 6=weighted
  •  repaint: if true processes each tick
  •  points: if true plots up/downtrend as point on “MA”
  •  alerts: enable alerting
  •  audio: the filename of a .WAV file to be used for audio alers
  •  history: the number of history bars to process, 0=all history(takes time to load the indicator)


TimeLines TimeLines

Automatic marking of the chart by the time and the timer.

Linear_Sinus_FT Linear_Sinus_FT

Индикатор Аппроксимации Синусоидальных волн.

Extended Awesome Oscillator (AO) with alerts Extended Awesome Oscillator (AO) with alerts

Probably the best Awesome Oscillator (AO) available with zero line crossover and signal line alerts.

HistoryTraining_V3 HistoryTraining_V3

Pending orders ADDED. This program is created for training on historical data.