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:
9483
Valutazioni:
(64)
Pubblicato:
2015.10.12 15:41
Aggiornato:
2016.11.22 07:32
\MQL5\Include\
comment.mqh (11.86 KB) visualizza
\MQL5\Experts\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.

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