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
Indicators

Background_StreamСCandles_HTF - indicator for MetaTrader 5

Views:
4846
Rating:
(14)
Published:
2017.05.29 13:54
Updated:
2018.02.13 12:44
\MQL5\Indicators\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator draws colored candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers. Rectangles are color filled in accordance with the colors of the StreamСCandles indicator candlesticks, if there are any.

Depending on the trend direction defined by the color of the dot of the source indicator, the candlestick body is painted in green or red, the appropriate shadows are painted in lime or pink.

For the indicator to be properly executed, place the compiled indicator file StreamСCandles.ex5 to terminal_data_folder\MQL5\Indicators\.

Fig1. Indicator Background_StreamСCandles_HTF

Fig1. Indicator Background_StreamСCandles_HTF

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

ClosePositionsBySymbol ClosePositionsBySymbol

The script closes all positions of the current symbol.

CloseAllPositions CloseAllPositions

The script closes all open positions on the current account.

FILTER_ADX_AM FILTER_ADX_AM

A simple trend indicator based on the smoothed Average Directional Movement Index.

ThreeCandles_HTF ThreeCandles_HTF

The ThreeCandles indicator with the timeframe selection option available in its input parameters.