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

ExFractals - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4558
평가:
(15)
게시됨:
2018.07.09 13:38
\MQL5\Indicators\
exvol.mq5 (5.15 KB) 조회
ExFractals.mq5 (44.96 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Alex.

MQL5 code by: Vladimir Karputov.

The EA uses custom indicator ExVol:

ExVol

Separate stop loss, take profit, and trailing are used for BUY and SELL positions.


Inputs

  • Maximum Risk in percentage - lot size calculations, the maximum risk parameter;
  • Descrease factor - lot size calculations; decrease it, if there are many losing trades;
  • Stop Loss Buy - stop loss for BUY positions;
  • Stop Loss Sell - stop loss for SELL positions;
  • Take Profit Buy - take profit for BUY positions;
  • Take Profit Sell - take profit for SELL positions;
  • Trailing Stop Buy - trailing for BUY positions;
  • Trailing Stop Sell - trailing for SELL positions;
  • Trailing Step - trailing step (common for both BUY and SELL positions);
  • ExVol: ExPeriod - parameter of custom indicator "ExVol";
  • magic number - unique identifier for the EA.

Example of testing on EURUSD,M15:

ExFractals

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

CaudateXPeriodCandle_main CaudateXPeriodCandle_main

Indicator CaudateXPeriodCandle in the main chart

CaudateXPeriodCandleRange CaudateXPeriodCandleRange

An indicator that draws the CaudateXPeriodCandle candlestick sizes in points.

CaudateXPeriodCandle_main_Arrow CaudateXPeriodCandle_main_Arrow

Indicator CaudateXPeriodCandle in the main chart, highlighting with colored points caudate candlesticks of the "Hammer" and "Reversed Hammer" types only.

ID_Close_Rectangle ID_Close_Rectangle

A utility for closing (reducing the right side of the length) the rectangles.