Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 11762
- Note:
- Publié:
- 2019.04.01 11:26
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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; }

Expert with advanced and optimized indicators aiming for best entry.

Advanced EA optimized on selling positions on EURUSD.

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.

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.