GRFLeadingEdger_Pivot_HTF - MetaTrader 5 Script - MT4/MT5 Resources

Two colored filled rectangles showing channel levels. The rectangle is the GRF Front indicator drawn between the values of the two channels on one bar of any time frame.
Indicator input parameters :
//+--------------------------------------------------------+ //| Indicator input parameters | //+--------------------------------------------------------+ Input ENUM_TIMEFRAMES time range = PERIOD_H4 ; // chart period Enter StringSymbols_Mr.Name = "GRFLeadingEdger_Pivot_" ; // Name of the indicator label Input unit samples = 60 ; Input integer lookahead = 0 ; Enter double of standard level 1 = 2.0 ; Enter double of standard level 2 = 4.0 ; Enter color up color = clr spring green ; // Color of the indicator band Input color DN_color= yellow ; // Color of indicator lower track Enter the unit signal bar = 0 ; // Get the bar index of the indicator value Input unit signal length = 40 ; // length of indicator band //----The color of the price label input color mid color = clear blue ; input color upper_color1 = clr mid sea green ; input color lower_color1 = red blood cell ; input color upper_color2 = clr dodge blue ; input color lower_color2 = magenta ;
This indicator requires the GRFLeadingEdge.mq5 indicator file. Save it to <terminal data folder>\MQL5\Indicators.

Figure 1. GRFLeadingEdger_Pivot_HTF
Attachment download
📎 grfleadingedge.mq5 (9.95 KB)
📎 grfleadingedger_pivot_htf.mq5 (27.31 KB)
Source: MQL5 #18196
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •