거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

up3x1 Investor - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
3040
평가:
(19)
게시됨:
2017.11.03 12:24
업데이트됨:
2018.02.28 10:18
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea: PPP, MQL5 code author: barabashkakvn.

The Expert Advisor's trading is focused on the panic caused by the releases of important economic indicators in the FOREX market: we analyze the candlestick's High-Low and Open-Close values.

The Expert Advisor parameters are configured for trading EUR/USD on H1. Recommended initial deposit is $1000 or higher. You can try to increase profit by increasing the risk factor, but it is better to stick to money management rules and use them as is.


Input Parameters

  • Trade parameters
    • Stop Loss (in pips) - Stop Loss value.
    • Take Profit (in pips) - Take Profit value.
    • Trailing Stop (in pips) - trailing value.
    • Trailing Step (in pips) - trailing step value.
    • Risk in percent for a deal from a free margin - risk per trade as percent of free margin.
    • Decreased factor (based on the history of trading) - this factor is used in case of having losing trades.
    • History days (only if "Decreased factor" > 0) - the number of days for analyzing the trading history.
  • Difference parameters
    • Difference high#1 minus low#1 (in pips) - the minimum value of candlestick's High minus Low;
    • Difference open#1 minus close#1 (in pips) - the minimum value of candlestick's Open minus Close.


Example if testing on EURUSD, H1:

up3x1 Investor test

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/18893

New Random New Random

Trading based on a random number generator or in one of the following sequences: BUY - SELL - BUY or SELL - BUY - SELL.

ColorDerivative ColorDerivative

The Derivative indicator implemented as a colored histogram with an additional averaging.

Opposite trade Opposite trade

Opening a position opposite to the closed one. Trades are processed in the OnTradeTransaction function.

HTML file converter for the economic calendar HTML file converter for the economic calendar

HTML file converter for the economic calendar. The script parses a page downloaded from http://www.investing.com/economic-calendar, and forms a CSV file with the list of news.