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
Vues:
9572
Note:
(64)
Publié:
2015.10.12 15:41
Mise à jour:
2016.11.22 07:32
\MQL5\Include\
comment.mqh (11.86 KB) afficher
\MQL5\Experts\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The ССomment class was designed to extend the capabilities of the standard Comment function. Its purpose is to display a multi-line comment on a panel. Methods of this class allow you to specify text color, font, style and line spacing. You can move the panel within the screen space with the mouse.

For the purpose of backwards compatibility, we preserved the standard way of outputting the comment in the upper left corner of the chart. The class has the ability to automatically adjust the colors in case the color scheme is changed regularly. In this mode, the background color is analyzed and contrasting text color is set automatically.

The panel is useful for displaying main settings of an Expert Advisor. An example of such EA is included. Its code is compatible with MQL4.

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

FX5_SelfAdjustingWPR FX5_SelfAdjustingWPR

The WPR oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands.

FX5_SelfAdjustingMFI FX5_SelfAdjustingMFI

The MFI oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands.

FX5_SelfAdjustingWPR_HTF FX5_SelfAdjustingWPR_HTF

The FX5_SelfAdjustingWPR indicator with the timeframe selection option available in the input parameters.

FX5_SelfAdjustingMFI_HTF FX5_SelfAdjustingMFI_HTF

The FX5_SelfAdjustingMFI indicator with the timeframe selection option available in the input parameters.