Explore the latest free tools from the MQL5 community. Here's a new indicator, expert advisor, or script for MetaTrader.
The indicator displays high and low levels of a day (specified by DayShift input parameter value) on any timeframe. If DayShift is equal to zero, all indicator's data is recalculated within the current day!
Indicator input parameters:
Reduce lag and improve accuracy with the NonLagMA Expert Advisor for MT4/MT5. Discover it.
//+-----------------------------------+ //| Input parameters of the indicator | //+-----------------------------------+ input uint DayShift=0; // shift of counting start in days input int Shift=0; // horizontal shift of the indicator in bars

ShowMinMaxDayLevel
Thanks for reading. Discover premium MetaTrader solutions at RobotFX.
1007