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

Indicator - iMAX3 trend detector

There are five inputs:

  • Step - step size
  • Auto step mode - step size auto selection (Yes/No)
  • Use iMAX mode - use iMAX mode (Yes/No)
  • Use HP mode - use HP mode (Yes/No)
  • Use HPX mode - use HPX mode (Yes/No)

Step size is a configurable parameter that affects sensitivity when defining a trend direction. It has rather small values varying from 0.01 on a monthly chart down to 0.0001 on a minute one. If Auto step mode = Yes, programmatically preset values ​​are used in the Step filter.

Filter modes:

  • iMAX mode is the most adaptive but least responsive one out of three available modes in term of a trend change detection rate. However, this is a good choice, especially in highly volatile markets.
  • HP mode is the fastest and most adaptive trend detector. However, it is less resistant to price surges compared to iMAX.
    It provides a good trade-off between trend detection/filtering speed.
  • HPX mode is the fastest trend detector, but since it is highly sensitive, it very quickly changes trends even in weakly volatile markets.
    Thus, it is probably not the best choice for determining the direction of a trend on lower timeframes, but it can be used on higher ones.

Fig. 1. All three modes


Fig. 2. iMAX mode


Fig. 3. HP mode


Fig. 4. HPX mode


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

Bands_Fill Bands_Fill

Bands Fill indicator

Bollinger_Bandwidth_Delta Bollinger_Bandwidth_Delta

Bollinger Bandwidth Delta oscillator

Skyscraper_Fix_HTF_Signal Skyscraper_Fix_HTF_Signal

The Skyscraper_Fix_HTF_Signal indicator shows the trend direction or a signal for performing a trade generated by the Skyscraper_Fix indicator at the chosen bar as a graphic object with colored indication of the trend or the trade direction, generates alerts or sound notifications if there are signals for performing trades or sends push notifications to a smartphone.

MultiSkyscraper_Fix_x10 MultiSkyscraper_Fix_x10

The indicator shows information on the current trends, using the colors of the Skyscraper_Fix indicator from ten different timeframes