거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
5046
평가:
(26)
게시됨:
2018.04.18 17:07
Fractal_TL.mq5 (18.63 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

An indicator for automatic drawing of trendlines based on fractals of a given timeframe.


Input Parameters

  1. base_tf - the timeframe for calculating fractals, based on which the trendlines will be drawn;
  2. color of the resistance line - set the color for the resistance line;
  3. line style of the resistance - set the style for the resistance line;
  4. width of the resistance line - set the width for the resistance line;
  5. color of the support line - set the color for the support line;
  6. style of the support line - set the style for the support line;
  7. width of the support line - set the width for the support line;
  8. Remove_TL - removing trendlines from the chart (set to true in order to remove the lines).

Input Parameters

An example of the display of lines

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

BHS system BHS system

The EA trades using pending Buy Stop and Sell Stop orders, applying the iAMA (Adaptive Moving Average, AMA) indicator based on a "round price". Position trailing.

MathCeilRoundFloor MathCeilRoundFloor

Example of functions MathCeil, MathRound and MathFloor.

Ichimoku Ichimoku

An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Separate Stop Loss, Take Profit and Trailing Stop for BUY and SELL positions. The EA operation time is configurable. A check is performed on the current bar: only one position can be opened.

Hans123_Trader Hans123_Trader

Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.