Rejoignez notre page de fans
- Vues:
- 5750
- Note:
- Publié:
- 2015.06.30 10:58
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
StocksBG indicator displays the activity of major stock exchanges on a chart with M15 or less timeframe.
OBJ_LABEL graphical object is used for labels, and OBJ_EDIT is used for rectangles.
OBJ_EDIT object is used to make the indicator visible in Strategy Tester. The main terminal window height should be no less than 300.
The indicator is implemented using classes. Every class is stored in a separate file with the same name. You need to place all files in one folder.
Short description of classes:
- CGraphBase — class for creating and setting properties of graphical objects.
- CGLabel — class for working with OBJ_LABEL objects.
- CGCanvas — class for working with OBJ_EDIT objects (creating the rectangle canvas).
- CStockStyles — class for setting object sizes and color schemes.
- CGStocksAsBG — class for creating objects determining stock exchanges.
- CGOStocksBG — class for creating objects for 15 major stock exchanges.
- CGOStocksContainer — container class for CGOStocksBG.
- StocksBG — the indicator itself (you need to compile this file).
Input parameters:
input int ipt_top=0; // Top indent input int ipt_down=20; // Bottom indent input int ipt_scheme=0; // Color scheme input int ipt_total=4; // Number of days to show
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/12905

The indicator shows correlation between currencies.

Set of statistical functions which allows you to calculate some values describing timeseries.

The MultiCandleTrend_x10 indicator displays information on current trends using candlestick direction from ten different timeframes.

The MFITrend_x10 indicator shows the MFI oscillator position from ten different timeframes.