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

Variation of the RMO oscillator developed by Rahul Mohindar. The indicator is implemented in the form of a color histogram with signal pointers.

It has four inputs:

  • First EMA period - calculation period of the first ЕМА
  • Second EMA period - calculation period of the second ЕМА
  • Third EMA period - calculation period of the third ЕМА
  • Applied price

Calculation:

RMO = EMA(SwingTrd, Third EMA period)

where:

SwingTrd = 100.0 * (Price-MA_Avg) / (Max-Min) MA_Avg = (MA1+MA2+MA3+MA4+MA5+MA6+MA7+MA8+MA9+MA10)/10 MA10= (MA9+PrevMA9)/2 MA9 = (MA8+PrevMA8)/2 MA8 = (MA7+PrevMA7)/2 MA7 = (MA6+PrevMA6)/2 MA6 = (MA5+PrevMA5)/2 MA5 = (MA4+PrevMA4)/2 MA4 = (MA3+PrevMA3)/2 MA3 = (MA2+PrevMA2)/2 MA2 = (MA1+PrevMA1)/2 MA1 = (Applied price+PrevApplied price)/2 Max, Min are the highest and the lowest price within the range from (the current bar+10) to the current bar


Fig. 1. Rahul Mohindar oscillator



Fig. 2. Rahul Mohindar oscillator + RMO

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22202

Standard_Deviation_Moving_Average_Ratio Standard_Deviation_Moving_Average_Ratio

Standard Deviations/Moving Average Ratio indicator

StdDev_Cross StdDev_Cross

StdDev Cross indicator

LBR_Paint_Bars LBR_Paint_Bars

LBR Paint Bars indicator

Hurst_Oscillator Hurst_Oscillator

Hurst oscillator indicator