Watch how to download trading robots for free
Find us on Twitter!
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

DayExtremumZones - indicator for MetaTrader 5

Views:
8659
Rating:
(16)
Published:
2015.10.13 10:21
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator shows daily extremum zones. Maximum zone: distance from day maximum - Х% of day range, minimum zone: distance from day minimum + Y% of day range.

Flexible parameter setting is allowed. Tune zone parameters as you like!

The indicator can display information using one of five drawing styles:

  • Filling (DRAW_FILLING);
  • Histogram (DRAW_HISTOGRAM2);
  • Line (DRAW_LINE);
  • Arrows (DRAW_ARROW);
  • Not drawn (DRAW_NONE).

Usage:

  • For Color fill and Histogram styles (zone size for maximums (inpUpZonePct) and zone size for minimums (inpDnZonePct) are not equal to 0), the indicator shows zones which can be treated as support zones.

Color fill drawing style. Using as support zones. Ranges = 10%

  • For Line and Arrows styles, the indicator can display both external and internal boundaries of relevant zones (by changing the inpDrawInternalZone parameter). When displaying the internal zone (its boundary is specified in settings, no more than 50% of day range from each side), you can set its value, for example, on a certain Fibonacci level. Using as a support level.

The green line is 38% from minimum (inpDnZonePct = 38), the blue line is 50% from day maximum (inpUpZonePct = 50). inpDrawInternalZone = true. Imitating Fibonacci levels

  • In all drawing styles, zones can be used as a filter for placing orders (avoid opening positions in ranges close to day maximum/minimum).
  • You can use it as a supplemental indicator in your own solutions, and it will not obstruct the screen. In this case, use Not drawn style.

Recommendations:

  • Pay attention to log records! Handling of common errors is implemented in the code.

Notes:

  • The indicator is displayed on timeframes up to Н2.
  • Daily range indicator is used for calculation.
  • The indicator shows values only on closed bars.
  • You can disable displaying values in the Data Window (set inpShowData = false).

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

ind_aMU_HTF ind_aMU_HTF

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

Impulse_HTF Impulse_HTF

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

Instantaneous_TrendFilter_HTF Instantaneous_TrendFilter_HTF

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

Exp_Instantaneous_TrendFilter Exp_Instantaneous_TrendFilter

The Exp_Instantaneous_TrendFilter Expert Advisor enters the market when the Instantaneous_TrendFilter indicator cloud changes its color.