Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Bago EA - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
5198
Rating:
(17)
Published:
2018.12.28 12:54
Updated:
2019.01.22 07:33
Bago EA.mq5 (91.32 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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

Translated from Russian by MetaQuotes Ltd.
Original code: 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