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

OverHedgeV2 - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4776
평가:
(15)
게시됨:
2018.08.23 12:40
OverHedgeV2.mq5 (42.28 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea - Scriptor.

mq5 code author - barabashkakvn.

Closing positions

This EA sets the level of the total profit of all positions (opened by the EA) in points - "Total Profit Target" parameter. At the same time, there is a limitation: not a single PROFITABLE position may have profit LESS than "Minimal Profit Target". Thus, the minimum profit threshold in points for positions is set. This approach gives a more qualitative profitability graph than the standard approach of closing the position by profit expressed in money.

Defining a trend

  • Moving Average "Short" is ABOVE Moving Average "Long" on "Minimum distance between MA's to determine the trend" - upward trend
  • Moving Average "Short" is BELOW Moving Average "Long" on "Minimum distance between MA's to determine the trend" - downward trend

Inputs

  • Start Lots - initial lot
  • Base (Lot=Start Lots * MathPow(Base,Number of open positions)) - basis for exponentiation, used to calculate position volume
  • Shutdown Grid - forced closing of all positions and EA operation stop
  • Tunnel width (in pips)
  • Total Profit Target (in pips)
  • Minimal Profit Target (in pips)
  • MA Short: averaging period
  • MA Long: averaging period
  • Minimum distance between MA's to determine the trend (in pips) - minimum distance between indicators for defining a trend
  • magic number - unique EA identifier

Test for EURUSD M5:

OverHedgeV2 EURUSD M5 1


OverHedgeV2 EURUSD M5 2


OverHedgeV2 EURUSD M5 3

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

Exp_ColorX2MA_Digit_NN3_MMRec Exp_ColorX2MA_Digit_NN3_MMRec

Three independent trading systems using ColorX2MA_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

Exp_ColorJFatl_Digit_NN3_MMRec Exp_ColorJFatl_Digit_NN3_MMRec

Three independent trading systems using ColorJFatl_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

Lentz_Volatility Lentz_Volatility

Lentz Volatility indicator

MA_Oscillator MA_Oscillator

МА as an oscillator