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:
669
Rating:
(3)
Published:
2025.05.31 11:51
Updated:
2025.06.02 11:11
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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"). Draw the body of the candle: Draw a rectangle from the opening price to the closing price, using a different colour if the candle is bullish or bearish. Colour customisation: You can easily change the colours used for bullish and bearish candles and their wicks.

In the code you use, for example: The bearish candles have a maroon body (clrMaroon). The wicks of the bearish candles are light violet (clrOrchid). What is it useful for? This indicator is useful if you want to: Have a unique and clear visual style on your charts. Differentiate bullish candles more easily from bearish ones. Analyse the price behaviour in a more visual way.


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

Customised bmap chart Customised bmap chart

This is a custom indicator for MetaTrader 5 whose sole purpose is to display a BMP image on the chart, centred on the screen

Triangular Arbitrage Triangular Arbitrage

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

Divergence DeMarker Divergence DeMarker

This indicator picks up the divergence points of the DeMarker indicator

Indicator based on 2 MAs Indicator based on 2 MAs

Good afternoon everyone) First time posting my code!!!