Mira cómo descargar robots gratis
¡Búscanos en Telegram!
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

RSI booster - Asesor Experto para MetaTrader 4

[Eliminado]
Visualizaciones:
11116
Ranking:
(7)
Publicado:
2019.04.01 11:26
RSI booster.mq4 (39.24 KB) ver
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
// ---
bool op_buy_sig()
{
        if((e_Relative_Strength_Index() - e_Relative_Strength_Index1()) > Ratio)
                return true;
        // ---
        return false;
}
// ---
bool op_sell_sig()
{
        if((e_Relative_Strength_Index() - e_Relative_Strength_Index1()) < -Ratio)
                return true;
        // ---
        return false;
}

TheWardenFX TheWardenFX

Expert with advanced and optimized indicators aiming for best entry.

Killer EURUSD_sell Killer EURUSD_sell

Advanced EA optimized on selling positions on EURUSD.

Pan PrizMA Sin leverage 72 Pan PrizMA Sin leverage 72

Building a moving line by a polynomial of the 4th degree. Extrapolate a sine curve and its axis. One value on each bar is removed from the drawn lines and a sliding line of extrapolated values is drawn, which is not redrawn.

Cycle Lines Cycle Lines

With "Cycle Lines" EA you can draw Cycle Lines on the chart and trade with price breakthrough,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.