Join our fan page
- Views:
- 4789
- Rating:
- Published:
- Updated:
-
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
Demo_Create_OBJ_BITMAP_Script
The example of chart background image, created using the object of OBJ_BITMAP type.
Demo_Create_OBJ_BITMAP_LABEL_EA
The example of button, created using the object of OBJ_BITMAP_LABEL type.
MQL5 Wizard - Trade Signals Based on 3 Black Crows/3 White Soldiers + Stochastic
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.
MQL5 Wizard - Candlestick Patterns Class
The class can be used for creation of trade signal classes with reversal candlestick patterns.