당사 팬 페이지에 가입하십시오
x1 - MetaTrader 5용 expert
- 게시자:
- Vladimir Karputov
- 조회수:
- 3719
- 평가:
- 게시됨:
- 2018.01.22 10:01
- 업데이트됨:
- 2018.02.28 14:47
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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
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 PipsInformation 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.
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 PowersAn example of creating synthetic instruments for calculating the strength of RTS, USD, RUB based on futures contracts of the FORTS market.