Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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:
11659
Note:
(34)
Publié:
2019.01.02 14:31
RSI EA v2.mq5 (62.46 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This is a modification of the first RSI EA version. Time control has been added in this version (you can set a time interval within a day as well as with a transition though a day). Time control is configured using parameters Use time control, Start hour and End hour. Trailing stop has been added. Position opening functions have been extended. The Expert Advisor performs operation on every tick. The EA opens only one position at a time, therefore it is able to work both on hedging and netting accounts.

The Expert Advisor will buy when the RSI indicator enters the oversold zone, and will sell when RSI enters the overbought zone.

  • OpenBUY, OpenSELL — now you can configure only buy, only sell or both directions.
  • CloseBySignal — you should set Stop Loss or Take Profit if ClosebySignal = false.

An example of a buy signal:

RSI EA Open Buy 

An example of a sell signal:

RSI EA Open Sell 

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/23152

MACD_MFI MACD_MFI

The MFI indicator (Money Flow Index) applied over MACD (Moving Average Convergence/Divergence) provides a visual presentation of the current price divergence

Exp_Slow-Stoch_Duplex Exp_Slow-Stoch_Duplex

Two identical trading systems (for long and short positions) based on the signals of the Slow-Stoch indicator, which can be configured in different ways within one Expert Advisor

Yesterday Today Yesterday Today

Trading is based on the analysis of yesterday's OHLC with the current day value.

RSI Custom Smoothing RSI Custom Smoothing

The iRSI (Relative Strength Index, RSI) indicator features new settings allowing users to manage the display of levels and main level color and width from an Expert Advisor. Smoothing has been added.