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

x1 - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
3488
Derecelendirme:
(16)
Yayınlandı:
2018.01.22 10:01
Güncellendi:
2018.02.28 14:47
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Author of the idea: Evgeny, mq5 code author: barabashkakvn.

Simultaneous opening of opposing positions. Different lot size management options in two EA versions:

  • x1 lot from low to high.mq5 - a position is initially opened with a minimum lot, further positions are opened with an increased lot.

    Input Parameters:

    • Max Lots (x Lots maximum) - ratio for maximum lot calculation ("Max Lots" * minimum lot);
    • Stop Loss (in pips) - Stop Loss value;
    • Take Profit (in pips) - Take Profit value;
    • Minimum profit (in money) - minimum profit, at which the EA will close all positions and will re-start trading.
  • x1 lot from high to low - in this version the first position has the maximum lot, the volume of further positions is decreased.

    Input Parameters:

    • Lots (x Lots minimum) - ratio for maximum lot calculation ("Max Lots" * minimum lot);
    • Stop Loss (in pips) - Stop Loss value;
    • Take Profit (in pips) - Take Profit value;
    • Minimum profit (in money) - minimum profit, at which the EA will close all positions and will re-start trading.

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

VR---ZVER VR---ZVER

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.

Show Pips Show Pips

Information about profit, points, percent, spread and time remaining until the close the bar on the current currency pair and timeframe in a compact and convenient form.

FOREX Currency Powers FOREX Currency Powers

MetaTrader 5 allows creating synthetic instruments. The price of such instruments can depend on the current values of a number of financial instruments. In trading, such symbols allow spotting the beginning and end of global market movements at an early stage. In this example we create synthetic instruments to analyze the strength of Forex currencies EUR, USD, GBP, JPY and CHF.

FORTS Currency Powers FORTS Currency Powers

An example of creating synthetic instruments for calculating the strength of RTS, USD, RUB based on futures contracts of the FORTS market.