Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
11710
Valutazioni:
(34)
Pubblicato:
2019.01.02 14:31
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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 

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.