Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Publié par:
Vladimir Karputov
Vues:
3485
Note:
(16)
Publié:
2018.01.22 10:01
Mise à jour:
2018.02.28 14:47
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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.

Traduit du russe par MetaQuotes Ltd.
Code original : 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.