당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 6171
- 평가:
- 게시됨:
- 2018.12.28 12:54
- 업데이트됨:
- 2019.01.22 07:33
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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:
Fig. 1. Indicator values on bar #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.
Fig. 3. Only SELL test
Fig. 4. Only SELL test
Fig. 5. Test with both BUY and SELL enabled
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/22870

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

The market maker robot for trading futures and swap cryptocurrency contracts

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

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