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

Heiken Ashi is a very well known indicator.

One of the variations that is actually improving the indicator is the "smoothed" version. The logic behind the smoothed version is simple:

  • Instead of using "raw" prices" for calculations, it's using smoothed/filtered/averaged prices instead.
  • That usually filters out some false signals and makes it easier to use.
  • This version can use some of the 4 basic types of averages for smoothing:
    • Simple moving average (SMA).
    • Exponential moving average (EMA).
    • Smoothed moving average (SMMA).
    • Linear weighted moving average (LWMA).
  • Additionally you can use a "step" filter (in pips) to filter out value changes that are smaller than the desired threshold (if the step is set to <=0, then that filter is not used).

ADXVMA Binary ADXVMA Binary

ADXVMA indicator made as "binary" having only two values (+1 for "trend" up and -1 for "trend" down).

Accumulative Swing Index Smoothed - Floating Levels Accumulative Swing Index Smoothed - Floating Levels

In this version of Accumulative Swing Index Smoothed indicator we are introducing a sort of levels that can be used for trend assessment.

Heiken Ashi Smoothed - Binary Heiken Ashi Smoothed - Binary

Unlike the Heiken Ashi Smoothed, this indicator is displaying 2 values only: +1 for trend up and -1 for trend down, thus making it suitable for usage from experts.

WPR Candles WPR Candles

This indicator is a variation of a well known WPR (Williams Percent Range) indicator with 4 WPR values combined into "candles".