Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

AutoFibAutoTrend_NRTR_extr_ZigZag - MetaTrader 5 script

author EAcpu | 4 reads | 0 comments |

AutoFibAutoTrend_NRTR_extr_ZigZag - indicator for MetaTrader 5

AutoFibAutoTrend_NRTR_extr_ZigZag - indicator for MetaTrader 5

AutoFibAutoTrend_NRTR_extr_ZigZag - indicator for MetaTrader 5

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.

AutoFibAutoTrend_NRTR_extr_ZigZag - indicator for MetaTrader 5

Figure 1. AutoFibAutoTrend_NRTR_extr_ZigZag indicator


Attachment download

📎 autofibautotrend_nrtr_extr_zigzag.mq5 (31.26 KB)

Source: MQL5 #17566

Verification code Refresh