Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Asesores Expertos

Bago EA - Asesor Experto para MetaTrader 5

Publicado por:
Vladimir Karputov
Visualizaciones:
955
Ranking:
(17)
Publicado:
2018.11.26 09:34
Bago EA.mq5 (91.32 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

Autor de la idea:  Scriptor

Autor del código mq5 - barabashkakvn.

El Asesor Experto usa los indicadores iMA (Moving Avrage, MA) y iRSI (Relative Strength Index, RSI).

Descripción en el lenguaje del original:

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 programgenerate signals with great high successful rate. This program is writtern to investigate this possiblity.

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-dspace into a twisted 2-d space. The twisted price trends now have thecoordinates. With this coordinates system we may see the entry and exitwith higher accuracy.

So, this program will first construct the simple rules upon which the the raw signals are generated, then 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 talking, now come to business.

En las imágenes de abajo, se puede ver los valores de todos los indicadores en la barra #2 y #1 para abrir una posición BUY:

Bago EA Buy pic 1

Fig. 1. Valores del indicador en la barra #2


Bago EA Buy pic 2

Fig. 2. Valores del indicador en la barra #1


Ejemplo de la prueba en EURUSD,H1:

Primero, hice las pruebas separadamente para BUY y para SELL, y luego hice la prueba común.

Bago EA Buy only

Fig. 3. Prueba sólo para SELL

Bago EA Sell only

Fig. 4. Prueba sólo para SELL

Bago EA Buy and Sell

Fig. 5. Prueba cuando han sido activadas BUY y SELL

Traducción del ruso realizada por MetaQuotes Ltd
Artículo original: https://www.mql5.com/ru/code/22870

Exp_i-KlPrice_Vol_Direct Exp_i-KlPrice_Vol_Direct

Sistema comercial a base de las señales del indicador i-KlPrice_Vol_Direct

BITEX.ONE MarketMaker BITEX.ONE MarketMaker

Robot tipo MarketMaker para negociar con contratos de futuros y swap de la criptodivisa.

Exp_i-KlPrice_Vol Exp_i-KlPrice_Vol

Sistema comercial a base de las señales del indicador i-KlPrice_Vol

XFisher_org_v2_Candle_HTF XFisher_org_v2_Candle_HTF

El indicador XFisher_org_v2_Candle tiene la posibilidad de cambiar el timeframe del indicador en los parámetros de entrada.