AutoFibAutoTrend_NRTR_extr_ZigZag - MetaTrader 5 script



Real author : Zuger
This indicator plots the price channel and Fibonacci levels NRTR_extr_ZigZag peak based on the latest data.
//+------------------------------------------------+ //| Indicator input parameters | //+------------------------------------------------+ //---- Input parameters of zigzag adjustment wave Input ENUM_TIMEFRAMES time range = PERIOD_H6 ; // ZigZag indicator time range used for calculation Input unit i period = 10 ; // indicator period Input integer iDig= 0 ; // number //----Indicator display settings Enter Mr. String name = “AutoFibAutoTrend_NRTR_ZigZag” ; // Name of the indicator label Input Boolean display Fib = true ; Input Color Fib Color = clr Dodge Blue ; Input Units Fibonacci Dimensions = 1 ; //---- Input boolean display FibFan = true ; enter color FibFanColor = clr dark violet ; enter units FibFanSize = 1 ; //---- Input boolean showtrend= true ; Input color popcolor= clr dark pink ; Input unit trendsize= 5 ;
This indicator requires the compiled NRTR_extr_ZigZag.mq5 indicator file. Save it to <terminal data folder>\MQL5\Indicators.

Figure 1. AutoFibAutoTrend_NRTR_extr_ZigZag indicator
Attachment download
📎 autofibautotrend_nrtr_extr_zigzag.mq5 (31.26 KB)
Source: MQL5 #17566
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •