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

It draws the horizontal lines at the level of the last fractal upwards and downwards.

List of external variables:

extern int TimeFrame=0;//If=0, then the current TF, or TF in minutes, the levels of fractal will be taken from this TF;
extern int Distanse=0;//The distance between the line and the fractal in points, if the value is negative then the shift is inside, if positive - outside;
extern string FrApNam="Ap";//The name of the line that corresponds the fractal upwards;
extern string FrDnNam="Dn";//The name of the line that corresponds the fractal downwards;
extern color ClAp=Blue;//The color of the line that corresonds the fractal upwards;
extern color ClDn=Red;//The color of the line that corresonds the fractal downwards;
extern bool comment=true;//Permission to comment;

The added version, changes:

The separate distances for the top and the bottom line

Removes the lines if the market position appears, the filtration by the magic number is possible.

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

3LineBreak 3LineBreak

An indicator that colors the bars of the bullish trend with the blue color and the bars of the bearish trend with the red color.

Silver-channels Silver-channels

An indicator that is to be placed on the Ichimoku allows to trade both in the trend and in the flat playing mode.

Fractal Levels Fractal Levels

A regular modification of the fractals by B. Williams.

Trend RDS Trend RDS

This expert dertemines the trend at a specific time then it goes in the opposite side