Unisciti alla nostra fan page
- Visualizzazioni:
- 8323
- Valutazioni:
- Pubblicato:
- 2016.02.08 12:47
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The library is intended to implement the font list in the input parameters. The library contains 208 fonts.
The font selection is done using the drop-down list.
To get the required font in the code, it is necessary to write the following:
fonts_buf[Font]
For example, if 2 different fonts are needed for 2 objects, then for the second one the following should be added:
extern fonts Font2 = font1;
To get the second font in the code, it is necessary to write the following:
fonts_buf[Font2]
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/14633

The indicator displays a channel based on the moving averages.

The EA searches the last upper and lower fractals and opens positions when the price exceeds these levels.

The Fibonacci channel display, the axis of which is the moving average line.

The indicator plots a channel based on fractals.