거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
게시자:
Vladimir Karputov
조회수:
3719
평가:
(16)
게시됨:
2018.01.22 10:01
업데이트됨:
2018.02.28 14:47
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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에서 러시아어로 번역함.
원본 코드: 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.