Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

VR---BUCH - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
2010
Derecelendirme:
(12)
Yayınlandı:
2018.10.25 16:00
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Author of the ideaVladimir Pastushak

MQL5 code author: barabashkakvn

The EA uses an uncommon filter of two iMAs (Moving Average, MA) intersection. The price of bar #0 from the ENUM_APPLIED_PRICE enumeration can be set as a filter.

When using the signal filter ("Fast" - fast MA, "Slow" - slow MA, "Price" - price calculated for bar #0 from the ENUM_APPLIED_PRICE enumeration)

  • Buy: Fast > Slow AND Price > Fast
  • Sell: Fast < Slow AND Price < Fast

Presence of a position on the market is considered:

  • if there is no position
    • in case of a Buy signal, open a BUY position
    • in case of a Sell signal, open a SELL position
  • if a position is present
    • in case of a Buy signal, close a SELL position
    • in case of a Sell signal, close a BUY position

EURUSD, M5:

VR---BUCH

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21962

XCCI_Histogram_Vol_Direct_HTF XCCI_Histogram_Vol_Direct_HTF

XCCI_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters

XRSI_Histogram_Vol_Direct_HTF XRSI_Histogram_Vol_Direct_HTF

XRSI_Histogram_Vol_Direct indicator with the timeframe selection option available in input parameters

Ravi AO Ravi AO

The EA is based on iAO (Awesome Oscillator, AO) and RAVI (Range Action Verification Index) indicators.

XRSI_Candle_Vol_Zer XRSI_Candle_Vol_Zer

XRSI_Candle_Vol indicator showing a breakthrough of its zero line using candles, color labels and audio signals