Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
RSI EA v2 - MetaTrader 5 için Uzman Danışman
- Görüntülemeler:
- 12719
- Derecelendirme:
- 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:
An example of a sell signal:
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/23152
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_DuplexTwo 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
Trading is based on the analysis of yesterday's OHLC with the current day value.
RSI Custom SmoothingThe 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.