Watch how to download trading robots for free
Find us on Facebook!
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:
589
Rating:
(3)
Published:
2025.05.30 11:50
Updated:
2025.06.02 11:11
bmap.mq5 (9.7 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This is a custom indicator for MetaTrader 5 whose sole purpose is to display a BMP image on the chart, centred on the screen. What is it for? It is used to display a static image (such as a logo, personal branding, chart message or reminder) directly on the trading chart, without affecting the analysis and market data.

 How does it work? It creates an OBJ_BITMAP_LABEL object to display an image (2.bmp) from the MQL5Images folder. It automatically calculates the centre of the chart and places the image there. It updates the position of the image on each new tick so that it is always centred, even if the window is resized.

EXAMPLE

Translated from Spanish by MetaQuotes Ltd.
Original code: https://www.mql5.com/es/code/58845

Triangular Arbitrage Triangular Arbitrage

This Expert Advisor (EA) implements a triangular arbitrage strategy between three currency pairs: EURUSD, USDJPY and EURJPY

Population-based optimisation algorithms Population-based optimisation algorithms

Population-based optimisation algorithms are collected here. The archive contains all necessary files to run the algorithms on test functions.

Change the colour of candles and wick Change the colour of candles and wick

Draw the wicks (thin lines): Draw a vertical line from the lowest price to the highest price of each candle (this is called a "wick")

Divergence DeMarker Divergence DeMarker

This indicator picks up the divergence points of the DeMarker indicator