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

RSICCIDiv - MetaTrader 4용 스크립트

조회수:
10330
평가:
(19)
게시됨:
2016.05.16 10:24
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Indicator Operation Principle

The arrows are drawn in the following case:
  
      BUY:
            RSI is higher than the upper level (determined by RSILowerLevel). With the default settings - above 40.
            CCI is below the lower level. With the default settings - below -200
           
            If CheckLastRSIZone is enabled, then the last overbought/oversold zone of the RSI is checked by the (RSILowerLevel_2) level.
            If ReverseRSIZone=false, for the arrow to appear, the last zone to be above the upper level, with the default settings - above 70.
            If ReverseRSIZone=true, the last value of RSI must be a value lower than the lower level, with the default settings - below 30.
           
      SELL:
     Similarly, but in reverse. 

Indicator Parameters

RSIPeriod   - RSI period.
RSIPrice   - RSI price: 0-Close, 1-Open, 2-High, 3-Low, 4-Median, 5-Typical, 6-Weighted.
RSILowerLevel   - the lower level of RSI, the upper level is defined as 100-RSILowerLevel. RSI below the lower level is considered a bearish trend, above the upper level - bullish.
RSILowerLevel_2  - the lower level of RSI, used for determining the last overbought or oversold zone. The upper level is defined as 100-RSILowerLevel_2.
CheckLastRSIZone  - check the last overbought/oversold zone of RSI.
ReverseRSIZone   - reverse the last overbought/oversold zone of RSI.
CCIPeriod   - CCI period
CCIPrice   - CCI price: 0-Close, 1-Open, 2-High, 3-Low, 4-Median, 5-Typical, 6-Weighted.
CCILevel   - the upper level of CCI. The lower level is equal to - CCILevel.

 

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

Semilong Semilong

This EA was discussed at Alpari. Opening when moving against the trade for the period of 0-n1 by p1 points after moving towards the trade for the period of n1-n2 by p2 points. Closing by TP or SL.

Program for controlling testing and optimization Program for controlling testing and optimization

The program is designed to facilitate the routine work of the trader on testing and optimization of experts, performing sequential multi-currency, multi-timeframe and other types of tests and optimizations.

NinaEA NinaEA

The NinaEA Expert Advisor. It uses the NINA indicator. And NINA uses 0_IndInverse.

MyFriend MyFriend

Expert Advisor that has been repeatedly discussed on the forum.