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:
4110
Rating:
(20)
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.

By default, the "Disable selection" property is enabled for all graphic objects, created in MQL5.

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

Demo_Create_OBJ_BITMAP_Script 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 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 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 MQL5 Wizard - Candlestick Patterns Class

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