Join our fan page
- Views:
- 4492
- Rating:
- Published:
- 2011.02.15 13:06
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This is the version of the Demo_Create_OBJ_BITMAP_LABEL_EA Expert Advisor with resources, built-in in the .EX5 file.
The euro.bmp and dollar.bmp is included and used as a resources:
#resource "\\Images\\euro.bmp"; // euro.bmp is located in client_terminal_data_folder\MQL5\Images\ #resource "\\Images\\dollar.bmp"; // dollar.bmp is located in client_terminal_data_folder\MQL5\Images\
The graphic object of OBJ_BITMAP_LABEL type allows to create the buttons with different size and form. The object of OBJ_BITMAP_LABEL type can change it's state by click, but selection of object must be disabled.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/293

The example of chart background image, created using the object of OBJ_BITMAP type.

The example of button, created using the object of OBJ_BITMAP_LABEL type.

Trade signals based on "3 Black Crows/3 White Soldiers" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.

The class can be used for creation of trade signal classes with reversal candlestick patterns.