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

HarVesteR - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4956
평가:
(30)
게시됨:
2017.11.03 12:36
업데이트됨:
2018.02.28 10:49
HarVesteR.mq5 (47.5 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Author of the idea:  Yuri, mq5 code author: barabashkakvn.

The HarVesteR Expert Advisor closes a half of the profitable position when the following condition is fulfilled: the distance between the current position price and the position open price is equal to

StopLoss* ratio "Half-of-position closing ratio"

The EA additionally moves the position to breakeven.


Input Parameters

  • MACD: period for Fast average calculation - fast moving average period.
  • MACD: period for Slow average calculation - slow moving average period.
  • MACD: period for their difference averaging - the period for averaging the difference.
  • Number of bars MACD (only >= 1) - the number of MACD bars to search for high and low.
  • MA #1: averaging period - Moving Average #1 averaging period.
  • MA #2: averaging period - Moving Average #2 averaging period.
  • Minimal indentation (in pips) - the minimum distance between the price and the Moving Average.
  • Number of bars Stop loss (only >= 1) - the number of bars for calculating stop loss.
  • ADX enable: true → use adx, false → const "60" - allow/prohibit using the values of the ADX indicator.
  • Buy Level ADX (use only if "ADX enable == true") - ADX value for opening BUY positions.
  • Sell Level ADX (use only if "ADX enable == true") - ADX value for opening SELL positions.
  • ADX period - averaging period of Average Directional Movement Index.
  • Half-of-position closing ratio (only >= 2) - stop loss increase ratio.
  • Lots - position volume.

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

Flat Channel Flat Channel

The Expert Advisor trades in a channel. When a flat channel is found or when the market slows down, the EA places a pending order expecting the channel breakout.

Differential indicator by Sultonov Differential indicator by Sultonov

Displays average values ​​of the bulls and bears power.

Alligator Alligator

A trading system based on the Alligator indicator. If possible, the EA moves positions to breakeven and then enables trailing stop.

Locker Locker

The EA lock positions.