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
Visualizaciones:
8465
Ranking:
(17)
Publicado:
2016.02.01 09:13
Actualizado:
2016.11.22 07:32
mava-mql.mq4 (2.74 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

The Expert Advisor MAVA-XonaX uses moving averages based on the open and close prices.

Attach four MA indicators with the period equal to 6 to the H4 EURUSD chart. One is based on the opening prices MAopen, the second one — on the closing prices MAclose. These are signal indicators. The third one is based on the High prices MAhigh and the last one — on the Low prices MAlow.

When the trend is downward, the opening price of the candlesticks is higher than the closing price, which means that the moving average based on the opening prices will be higher and vice-versa. Thus, buy if MAclose crosses MAopen from below and sell as soon as MAopen goes above MAclose.

To use the MA indicator to its fullest, the take profit will be placed as the average spread for the given period, which calculated by the formula MAhigh – MAlow. Stop loss for sell: 2*(MAhigh – MAopen), stop loss for buy, respectively: 2*(MAclose – MAlow).

The Expert Advisor has been tested on the period 20.02.2015 – 16.07.2015.

Testing Results:


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

The universal trend indicator The universal trend indicator

It shows the trend direction for multiple currency pairs on the current time frame.

Stowell's Three-Bar Net Line Stowell's Three-Bar Net Line

The indicator plots two Stowell patterns on the right edge of the chart: upper and lower.

DayATR DayATR

The Average True Range indicator, in which the indicator period is calculated automatically using the number of bars of the current day.

DayBB DayBB

The Bollinger Bands indicator, in which the indicator period is calculated automatically using the number of bars of the current day.