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

Stochastic RSI (sometimes and by some sellers and traders) called DTOSC (dynamic trend oscillator). It is basically a stochastic of rsi.

This version has 6 sub-types it is actually calculating:

Depending on parameters (stochastic 1, stochastic 2 and smoothing) it is :

  • (x,x,x) a simple RSI
  • (x,x,n) a smoothed RSI
  • (n,x,x) or (x,n,x) stochastic RSI in its "classical" way
  • (n,x,n) or (x,n,n) smoothed stochastic RSI
  • (n,n,x) double stochastic RSI
  • (n,n,n) smoothed double stochastic RSI

x -> parameter is less than or equal to 1

n -> parameter is greater than 1

Overbought and oversold zones are marked for easier levels crossings as an aid in decision taking. All the six sub-types should be used following the rules that are usually applied for stochastic and rsi (stochastic being a kind of a "trend" indicator and rsi being a kind of a "momentum" indicator, the combination migh avoid the basic rules, but you shall find out that it is not so dificult to use those two combined rules together)


Lnx CCI Lnx CCI

The version of well known Woodies CCI with correct implementation of trend changing rules

BB MACD BB MACD

BB MACD is a MACD indicator variation with an addition of Bollinger bands

Pivot Points Pivot Points

Pivot Point indicator with an addition of 4 ways of calculating pivot points.

Round Price Round Price

A variation on the T3 theme that was made as a sort of envelopes using T3 for basic value.