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

VR---ZVER v.2 - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
4134
Derecelendirme:
(27)
Yayınlandı:
2018.03.01 11:25
Güncellendi:
2018.06.27 12:53
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This code is a further development of the first VR---ZVER version.

The EA uses three iMAs (Moving Average, MA), one iStochastic (Stochastic Oscillator) and one iRSI (RSI, Relative Strength Index). Positions are opened by market, as well as Buy Stop and Sell Stop pending orders are placed.


Input Parameters

  • Main Settings - main trading settings:
    • Lots (if <="0.0" -> use "Risk") - position volume; if the value is less than or equal to zero, lot will be calculated using the "Risk" parameter;
    • Stop Loss (use only > 0)(in pips) - stop loss value;
    • Take Profit (use only > 0) (in pips) - take profit value;
    • Risk in percent for a deal - risk value;
    • Lock - locking a trade;
    • Building of a position - increasing position volume;
    • Lot factor for pending orders - lot multiplier for pending orders;
    • Breakeven (in pips) - breakeven level.
  • MA fast - "fast" Moving Average parameters:
    • Use MA fast;
    • MA fast: averaging period;
    • MA fast: horizontal shift;
    • MA fast: smoothing type;
    • MA fast: type of price.
  • MA slow - "slow" Moving Average parameters:
    • MA slow: averaging period;
    • MA slow: horizontal shift;
    • MA fast: smoothing type;
    • MA fast: type of price.
  • MA very slow - "very slow" Moving Average parameters:
    • MA very slow: averaging period;
    • MA very slow: horizontal shift;
    • MA very slow: smoothing type;
    • MA very slow: type of price.
  • Stochastic Oscillator parameters:
    • Use Stochastic Oscillator;
    • Stochastic: K-period (number of bars for calculations);
    • Stochastic: D-period (period of first smoothing);
    • Stochastic: final smoothing;
    • Stochastic: UP level;
    • Stochastic: DOWN level.
  • Relative Strength Index indicator parameters:
    • Use RSI;
    • RSI: averaging period;
    • RSI: UP level;
    • RSI: DOWN level;
    • magic number.

The following parameters have been added in version 2:

  • Trailing stop
  • A separate flag for allowing/prohibiting BUY positions
  • A separate flag for allowing/prohibiting SELL positions

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

LacusTstopandBE LacusTstopandBE

An assistant EA for manual trading. Sets Stop loss, Take profit, moves positions to breakeven and applies trailing.

SAR index based on MA SAR index based on MA

The SAR indicator calculated based on the iMA (Moving Average, MA) indicator values.

Advanced Fractals Advanced Fractals

Unlike the standard Fractals, this indicator allows searching and displaying on a chart fractals with the user defined dimensions.

Marking of candlesticks larger than the specified size Marking of candlesticks larger than the specified size

The indicator marks on a price chart candlesticks, which are larger than the specified size. If the candlestick size exceeds the value specified in the indicator parameters, the indicator can show an alert message.