Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 21771
- Derecelendirme:
- Yayınlandı:
- 2008.08.21 08:04
- Güncellendi:
- 2014.04.21 14:53
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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 tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/8318

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.

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

A regular modification of the fractals by B. Williams.

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