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

Moving slope rate of change - MetaTrader 5용 지표

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

In his article "The Hunt for Superior Signals – Two Moving Function Hybrids" (September 2005), William Rafter described the Moving Slope Rate Of Change. This is the MSROC as originally described.

Instead of using just a change in price to calculate slope (as with Rate Of Change or "ROC"), the slope of a least-squares line is used to calculate MSROC. That produces a much smoother result than the regular ROC and that way the number of false signals is significantly decreasing compared to the ROC itself. In addition to just showing the slope, in this version there is a colored zone that helps pinpoint the moment when the zero level is crossed in order to be able to use it for longer term trend direction determination too.

Original is using closing price only (as it is in the ROC too), but for the sake of experimenting (since we have an opportunity to use longer periods too) in our version we can use all the usual prices in order to be able to check which one is performing the best in some markets and some calculating period lengths.


Recommendations

  • One way to use it is when the MSROC crosses zero value (as a confirmation of trend direction change).
  • Another way is to use the slope of MSROC (as an early warning of trend exhaustion).
Correlation Correlation

Correlation of two symbols.

Hi/lo mod Hi/lo mod

High/Low indicator mod.

Moving slope rate of change - Extended Moving slope rate of change - Extended

Extended version of MSROC indicator.

Relative Momentum Index Relative Momentum Index

Relative Momentum Index (RMI) is a variation of the RSI indicator. The RMI counts up and down days from the Close relative to the Close X days ago (where X is not limited to 1 as is required by the RSI) instead of counting up and down days from Close to Close as the RSI does.