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

SV v.4.2.5 - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
3708
평가:
(18)
게시됨:
2018.04.18 17:20
SV v.4.2.5.mq5 (60.48 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea: Evgeny, MQ5 code author: barabashkakvn.

The Expert Advisor opens no more than one position per day. Conditions for opening a position are checked at the specified time. The EA searches for the highest high price and the lowest low price in the Analyzed interval. The EA takes into account Shift of the interval from the current moment.

SV v.4.2.5

Additional conditions: analysis of the position of the found prices (highest price and lowest price) relative to two Moving Averages: "Fast" and "Slow".


Recommendations for Optimization

Use only the following parameters during the initial optimization: Start hour, Shift and Analyzed interval.

SV v.4.2.5 optimization


Input Parameters

  • Use Manual setting ("true" -> "Lots", "false" -> "Risk") - enable/disable manual lot setting;
  • Lots - manually set lot;
  • 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 (if Use Manual setting == false);
  • Start hour - trading start hour;
  • Start minute - trading start minute;
  • Shift - shift for the analyzed interval;
  • Analyzed interval - the width of the analyzed interval;

  • Parameters of the "Fast" Moving Average:

    • MA Fast: averaging period;
    • MA Fast: horizontal shift;
    • MA Fast: smoothing type;
    • MA Fast: type of price.

  • Parameters of the "Slow" Moving Average:

    • MA Slow: averaging period;
    • MA Slow: horizontal shift;
    • MA Slow: smoothing type;
    • MA Slow: type of price.

  • magic number - Expert Advisor's unique identifier.

Testing on USDJPY, H1:

SV v.4.2.5 test

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

Days of the week color Days of the week color

A colored histogram of the days of the week. Uses the drawing style DRAW_COLOR_HISTOGRAM.

DayTime DayTime

An arrow indicator, which compares the daily open price with the close price of an hour.

DPO_Bar DPO_Bar

Detrended Price Oscillator Bar - price chart without a trend.

BW_Zone_Trading BW_Zone_Trading

Modified BW Zone Trading - a modified indicator of Bill Williams' zone trading.