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

Ultra Trend is one of the well known indicators made for MetaTrader 5 now.

The way how Ultra Trend is calculated is simple:

  • Multiple period Jurik smooth values are calculated.
  • Slope of each instance of such value is checked.
  • Overall result of sloping up and sloping down is taken as a current trend.

Even though at the first glance it seems that such an indicator will lag a lot, it is not the case, and it is rather useful for trend determination.

Vortex - smoothed Vortex - smoothed

Vortex indicator (based on the article that was published in the January 2010 issue of TASC) with a smoothing option.

Dynamic Pivots Dynamic Pivots

Based on the Austin Passamonte's idea, this indicator calculates intra-day pivots.

Triple Jurik Smooth Triple Jurik Smooth

Jurik smoothing is very responsive to price changes, is very smooth and it makes it a very good candidate for this type of trend assessment.

PowerSystem PowerSystem

Implementation of Alexander Elder's power system indicator, it will show the price trend and trend reversal.