Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
21381
Valutazioni:
(4)
Pubblicato:
2008.08.21 08:04
Aggiornato:
2014.04.21 14:53
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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