Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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

IncGUI_ColorInput - bibliothèque pour MetaTrader 5

Vues:
4801
Note:
(36)
Publié:
2012.05.14 16:07
Mise à jour:
2016.11.22 07:32
\MQL5\Include\
incgui_v4.mqh (504.16 KB) afficher
inccolors.mqh (20.48 KB) afficher
\MQL5\Experts\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Graphic control for color selection.

The class uses the IncGUI_v4.mqh and IncColors.mqh libraries.

IncGUI_v4. mqh, IncColors.mqh and IncGUI_ColorInput.mqh must be placed to terminal_data_folder\MQL5\Include

To use the class you need to include IncGUI_ColorInput.mqh:

#include <IncGUI_ColorInput.mqh> 

Then, declare the class (CColorInput class instance):

CColorInput ci; 

To get the selected color, use the Color() method, the color can be set using SetColor(color aColor) method.

The example of the class use is attached - see eTestColorDialog.mq5.

The details can be found in the articles:


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

IncColors IncColors

This class contains functions for working with colors. It has color conversion and other useful functions.

MultiSignals_PCH MultiSignals_PCH

This is the improved version of Price Channel indicator. Two additional price levels, trade signals and Stop Loss/Take Profit levels were added.

Size Highs And Lows Size Highs And Lows

The indicator shows the size of Highs and Lows and their values over the specified period.

Pearson correlation indicator Pearson correlation indicator

Pearson correlation indicator shows the correlation between symbols.