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

Absorption - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
3364
평가:
(14)
게시됨:
2018.06.16 10:06
Absorption.mq5 (49.54 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Sergey.

MQL5 code by: Vladimir Karputov.

The EA trades with the Absorption pattern. It places pending orders Buy Stop and Sell Stop. It can move a position to a breakeven, as well as trailing. Individual Take Profit settings for BUY and SELL.

Absorption in bar #2:

Absorption in bar 2

Absorption in bar #1

Absorption in bar 1


Inputs

  • Lots - volume of the pending order to be placed;
  • Take Profit Buy - Take Profit for the Buy Stop of pending orders;
  • Take Profit Sell - Take Profit for the Sell Stop of pending orders;
  • Trailing Stop (in pips) - trailing;
  • Trailing Step (in pips) - trailing step;
  • Indent from high or low - indent from the extreme (high or low) found;
  • Number of bars to search for price extremes - number of bars for searching for extremes;
  • Expiration a pending order in hours - life time of the pending order, in hours;
  • Magic number for signal 1 - identifier for positions on trades for signal 1;
  • Magic number for signal 2 - identifier for positions on trades for signal 2;
  • Breakeven (in pips) ("0" -> parameter "Breakeven" is off) - breakeven (for how many pips to move the Stop Loss);
  • Breakeven profit (in pips) - a profit, at achieving which the Stop Loss must be moved to breakeven.

Test in the "Every tick based on real ticks" tick generation mode for GBPUSD,H1 from 2018.01.01 to 2018.04.25:

Absorption

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

Advance_Decline_Line Advance_Decline_Line

Indicator of trend strength and of the possible changes in its direction.

USDX_Candle USDX_Candle

The US dollar index in form of Japanese candlesticks.

AwesomeMod AwesomeMod

Modified Awesome Oscillator.

CC CC

John Ehlers Cyclic Component Indicator.