Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
21123
Rating:
(4)
Published:
2008.08.21 08:04
Updated:
2014.04.21 14:53
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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