Join our fan page
- Views:
- 669
- Rating:
- Published:
- 2025.05.31 11:51
- Updated:
- 2025.06.02 11:11
-
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

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

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

This indicator picks up the divergence points of the DeMarker indicator

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