Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Bibliothèque

Fonts lib - bibliothèque pour MetaTrader 4

Vues:
7116
Note:
(46)
Publié:
2016.02.08 12:47
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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]

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/14633

Subway Subway

The indicator displays a channel based on the moving averages.

The Fraktrak xonax Expert Advisor based on the fractal breakouts The Fraktrak xonax Expert Advisor based on the fractal breakouts

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

ChannelsFIBO ChannelsFIBO

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

DUCT DUCT

The indicator plots a channel based on fractals.