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

Trend Envelopes indicator is calculated based on a % of price change. That % is then used to determine if there is a new trend or trend remains the same.

This version is using ATR for the price change calculation instead.

The reason why the ATR is used is the following - the % change works OK for middle term timeframes. But for short timeframes and long timeframes it tends to be either too slow or too fast. Here is a comparison of this indicator (upper) and the "classical" version (lower) on daily timeframe. It is obvious that the difference is big and that the "trend" should be redefined in the "classical" calculation.

QQE of Parabolic Weighted Velocity QQE of Parabolic Weighted Velocity

This version of QQE is using Parabolic Weighted Velocity to determine trend.

QQE of Velocity QQE of Velocity

This version of QQE is using Velocity indicator to determine trend.

STD Trend Envelopes STD Trend Envelopes

Trend Envelopes indicator that uses Standard Deviation for the price change calculation.

STD Trend Envelopes - RSI STD Trend Envelopes - RSI

This version of Trend Envelopes RSI indicator differs in one significant point: instead of using fixed value (5) for envelopes calculation, standard deviation (adjusted by multiplier) of the calculated RSI is used for envelopes calculation.