Discuss WRB Hidden Gap indicator in this thread. The indicator displays wide range bars and hidden gaps and is freely available for MT4 and MT5. You can ask any questions about this indicator here.
Last edited:
#define UNFILLED_PREFIX "HG_UNFILLED_" #define FILLED_PREFIX "HG_FILLED_" #define PREFIX "HG_"
extern string UNFILLED_PREFIX = "HG_UNFILLED_"; extern string FILLED_PREFIX = "HG_FILLED_"; extern string PREFIX = "HG_";
Thank you Enivid. I am testing it now. I wish you a happy holiday and a great rest of the week.@Rainmaker I will consider adding this in the future. In the meantime, you can just replace this source code section:
with this:MQL4:#define UNFILLED_PREFIX "HG_UNFILLED_" #define FILLED_PREFIX "HG_FILLED_" #define PREFIX "HG_"
and it will work.MQL4:extern string UNFILLED_PREFIX = "HG_UNFILLED_"; extern string FILLED_PREFIX = "HG_FILLED_"; extern string PREFIX = "HG_";
Hello,@Sahan, no it doesn't do anything like that. All it does is checking whether a bar is unusually long (WRB) and if it is, it checks whether there is a gap between its two immediate neighbor bars, and if there is it marks it as a Hidden Gap.
This can be coded but it will only work in MetaTrader 5 and only if the trading server provides enough historical tick
I think it will be okay even if is only limited to MT5 because it will help many traders to locate unfilled gaps within candles. And if the indicator is run in a live chart all the time then history tick data will not be required I think. For tick data I think a trader can use something such as 'tickstory' to obtain those data.This can be coded but it will only work in MetaTrader 5 and only if the trading server provides enough historical tick data.
@Enivid, Thank you for your consideration. And your time when you decide to help us traders.@Rainmaker I will consider adding this.
How would the multi-timeframe work for it?@Enivid As others have mentioned, if you could please make this MTF - that would be great!
Higher time WRB HGs would be visible on a lower time frame chart. For example, when I'm on an hourly chart, I'd like to be able to see the daily WRB HGs. In summary, the ability to toggle one or more WRB time frames is what I'd like to see. Does that make sense?How would the multi-timeframe work for it?
OK, I'll consider adding MTF support in the next version.Higher time WRB HGs would be visible on a lower time frame chart. For example, when I'm on an hourly chart, I'd like to be able to see the daily WRB HGs. In summary, the ability to toggle one or more WRB time frames is what I'd like to see. Does that make sense?
Thank youVersion 1.02 released to include more alert types and add an object prefix input parameter.