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

Bago EA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
5433
평가:
(17)
게시됨:
2018.12.28 12:54
업데이트됨:
2019.01.22 07:33
Bago EA.mq5 (91.32 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Scriptor

Code mq5 by: barabashkakvn

The EA uses indicators iMA (Moving Avrage, MA) and iRSI (Relative Strength Index, RSI).

Original description:

Bago system can be categorized as a trend following system based on the cross of ema 5 and ema 12. When used properly on hourly chart, it can capture daily swings of 100+ pips.

The use of small number emas gives Bago system the sensitivity to generate early signals following 10-20 minutes scale waves, but also produces a great deal of false signals that can quickly drain a trader's account. So filters are extremely important for Bago system.

While Bago system is largely a discretionary system, the integration of two excellent filters may make it possible to use a computer program to generate signals with great high successful rate. This program is written to investigate this possibility.

The mechanism to generate a raw Bago signal is simple: ema 5 crosses ema 12 in the same direction as RSI 21 crosses 50 level. To abstract real signals, we need to pay attention to context: where the price are,and when the crosses happens.

The greatest meaning of integrating Vegas tunnel into Bago system is, the tunnel as well as its fibo lines changes the original plain 2-d space into a twisted 2-d space. The twisted price trends now have the coordinates. With this coordinates system, we may see the entry and exit with higher accuracy.

So, this program will first construct the simple rules, upon which the the raw signals are generated, then it will add rules to filter those signals. Those new rules are quantified as parameters, so they can be easily changed and optimized based on the output results.

Enough talk, let's get to the point.

The images below show the values of all indicators on bars #2 and #1 for opening BUY:

Bago EA Buy pic 1

Fig. 1. Indicator values on bar #2


Bago EA Buy pic 2

Fig. 2. Indicator values on bar #1


Here is how the test on EURUSD H1 looks:

First, I tested BUY and SELL separately and then performed a joint test.

Bago EA Buy only

Fig. 3. Only SELL test

Bago EA Sell only

Fig. 4. Only SELL test

Bago EA Buy and Sell

Fig. 5. Test with both BUY and SELL enabled

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

Exp_i-KlPrice_Vol_Direct Exp_i-KlPrice_Vol_Direct

A trading system based on the signals of indicator i-KlPrice_Vol_Direct

BITEX.ONE MarketMaker BITEX.ONE MarketMaker

The market maker robot for trading futures and swap cryptocurrency contracts

Exp_i-KlPrice_Vol Exp_i-KlPrice_Vol

A trading system based on the signals of indicator i-KlPrice_Vol

XFisher_org_v2_Candle_HTF XFisher_org_v2_Candle_HTF

The XFisher_org_v2_Candle indicator with the timeframe selection option available in the indicator input parameters