Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
62528
Note:
(66)
Publié:
2015.08.11 16:42
Mise à jour:
2016.11.22 07:32
rsi_ea.mq4 (6.76 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This Expert Advisor is based on overbought and oversold levels.

EA will buy when RSI is in the oversold and sell when RSI is in the overbought zone.

Update (2015.09.28):

  • TrailingStop has been added.
  • TrailingStop will active ONLY IF TrailingStop>0.
    input double   TrailingStop=0;
Update (2015.09.09):
input bool   OpenBUY=True;
input bool   OpenSELL=True;
input bool   CloseBySignal=True;
  • OpenBUY, OpenSELL — now you can set for sell only or buy only or both.
  • CloseBySignal — it means you must set Stop Loss and Take Profit (if ClosebySignal = false ).

Backtest results

Personal Assistant - The Next Generation Personal Assistant - The Next Generation

Personal Assistant The Next Generation is there to make your trading easy, basically it does what a real assistant does — provides information and executes your orders.

BSI Trend and Channel BSI Trend and Channel

This indicator shows trend line or channels (using the BSI Indicator).

Support Resistance - Tools Support Resistance - Tools

Easily create horizontal lines by 1 key stroke, choose the color of the resistance line and the support line, the indicator automatically changes the color when a line is crossed, you can be alerted when a line is crossed. You can see the history of support and resistance of the line.

Flag and Pennant patterns Flag and Pennant patterns

This indicator shows Flag and Pennant patterns.