Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

RSI EA v2 - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
11649
Derecelendirme:
(34)
Yayınlandı:
2019.01.02 14:31
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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 

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.