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

RSI Bollinger Bands EA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
9181
평가:
(19)
게시됨:
2018.06.16 11:04
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: raposter.

MQL5 code by: Vladimir Karputov.

The program uses the overbought (OB) and oversold (OS) zones, for which it generates trading signals for selling or buying. OB and OS are determined on M15, H1, and H4. To demonstrate the program, the EURUSD M15 chart was chosen.

The program has to triggers to show the comparison of alternative methods to determine OB/OS.

  1. The first trigger is the conventional method that uses fixed figures to determine the RSI overbought/oversold zones. The OB and OS zones begin with the typical RSI levels with the values of 70 and 30.
  2. Trigger No. 2 places Bollinger Bands around the average RSI for a certain period of time. The OB and OS zones are determined as the levels of standard deviation from the average RSI. For example, the overbought signal will be a state where the RSI value is higher than RSI_Upper, where RSI_Upper = RSI_Sigma*StdDev + RSI_Avg. In this expression, RSI_Sigma is the dispersion level, and standard deviation (StdDev) is calculated from the RSI distribution on the last bars.

As you can see from the two Strategy Tester reports attached below, trigger No. 2 (by the Bollinger Bands method) shows good results for the testing period of over 11 years and is superior to trigger No. 1. Moreover, trigger No.2 works more evenly and shows much lower dispersion of the results than trigger No. 1 on M15 over 11 years.

RSI Bollinger Bands EA Trig 1

RSI Bollinger Bands EA Trig 2

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

SL_Calculator SL_Calculator

Indicator StopLoss Calculator.

TQ TQ

Indicator Trend Quality.

EMAVFS_channel EMAVFS_channel

A channel using a non-smooth and steady approximation error, in which the exponential moving average with a variable smoothing factor is used as the midline.

EMAVFS_HTF EMAVFS_HTF

Indicator EMAVFS with the timeframe selection option available in input parameters.