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

STD Trend Envelopes - RSI - MetaTrader 5용 지표

조회수:
5639
평가:
(13)
게시됨:
2018.08.07 12:18
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.

Also, the RSI indicator used in this version can be pre-smoothed. That is done in order to avoid too much false signals. Pre-smoothing method used can be one of the basic averages types (SMA, EMA, SMMA or LWMA) or, if you use smoothing period less than or equal to 1, no smoothing will be used.

The RSI value displayed is a sort of a "generic" RSI. It is an RSI of (RSI(High) + RSI(Low) + RSI(Close))/30. You can not find a similar RSI just by searching in the rest of the RSI types available.

STD Trend Envelopes STD Trend Envelopes

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

ATR Trend Envelopes ATR Trend Envelopes

Trend Envelopes indicator that uses ATR for the price change calculation.

STD Trend Envelopes of Averages STD Trend Envelopes of Averages

Trend Envelopes indicator that uses Standard Deviation for the price change calculation and is adding prices smoothing prior to be used in calculations.

ATR Trend Envelopes of Averages ATR Trend Envelopes of Averages

Trend Envelopes indicator that uses ATR for the price change calculation and is adding prices smoothing prior to be used in calculations.