Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
5304
Rating:
(17)
Published:
2015.06.30 10:58
Updated:
2016.11.22 07:32
CGCanvas.mqh (13.6 KB) view
CGLabel.mqh (14.82 KB) view
CGOStocksBG.mqh (12.92 KB) view
CGraphBase.mqh (48.73 KB) view
CGStockAsBG.mqh (14.88 KB) view
CStock.mqh (30.18 KB) view
StockStruct.mqh (2.01 KB) view
stocksbg.mq5 (6.05 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

StocksBG indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/12905

Currency Correlation II Currency Correlation II

The indicator shows correlation between currencies.

Statistical Functions Statistical Functions

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

MultiCandleTrend_x10 MultiCandleTrend_x10

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

MFITrend_x10 MFITrend_x10

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