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

MA_Rounding_Candle_HTF - indicator for MetaTrader 5

Views:
2363
Rating:
(12)
Published:
2018.10.25 15:04
Updated:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
MA_Rounding.mq5 (15.36 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

MA_Rounding_Candle_HTF indicator with the timeframe selection option available in input parameters:

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)

The indicator is presented in two versions

  1.  MA_Rounding_Candle_HTF for displaying in additional window;
  2. MA_Rounding_Candle__HTF for displaying in the main window

For the indicator to work, the MA_Rounding_Candle_HTF.ex5 indicator should be added to the <terminal_data_directory>\MQL5\Indicators folder.

Fig. 1. MA_Rounding_Candle_HTF

Fig. 1. MA_Rounding_Candle_HTF


Fig. 2. MA_Rounding_Candle__HTF

Fig. 2. MA_Rounding_Candle__HTF

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

WILL_VAL WILL_VAL

WILL VAL indicator

Sprut Sprut

Grid of Stop and Limit pending orders.

Ketty Ketty

Working with Buy stop and Sell stop pending orders.

XRSI_Candle_Vol_HTF XRSI_Candle_Vol_HTF

XRSI_Candle_Vol indicator with the timeframe selection option available in input parameters