Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

RSI booster - sistema esperto per MetaTrader 4

[Eliminato]
Visualizzazioni:
11262
Valutazioni:
(7)
Pubblicato:
2019.04.01 11:26
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
// ---
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.