Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

x1 - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
3463
Rating:
(16)
Published:
2018.01.22 10:01
Updated:
2018.02.28 14:47
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.