SupremAutoFibo - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources

Indicator construction graphical object Fibonacci levels with many high and low price settings during the time period specified by the indicator input parameters
//+------------------------------------------------------------------------+ //|Indicator input parameters | //+------------------------------------------------------------------------+ Input string Fibonacci name = "SupremAutoFibo" ; //Object name Input ENUM_TIMEFRAMES time range = PERIOD_D1 ; //Indicator time range for calculating Fibonacci levels Input unit Number of bars = 1 ; //Start searching for the bar index of extreme values Input unit n period = 30 ; //Number of bars to search for extreme values Input color Fibonacci color = gray gray ; //Fibonacci color //---- Enter double FiboLevel1 =- 1.000 ; //The value of Fibonacci level 1 Input ENUM_LINE_STYLE style level 1 = style_entity ; //Fibonacci level 1 line style Input unit width level 1= 4 ; //Fibonacci retracement level 1 Input color color_level1 = red blood cells ; // Color of Fibonacci level 1 //---- Enter double FiboLevel2=- 0.764 ; // Fibonacci level 2 value Input ENUM_LINE_STYLE style level 2 = style_entity ; //Fibonacci level 2 line style Input unit width level 2= 1 ; //Price changes of Fibonacci level 2 line Input color color_level2 = clr dark violet ; // Color of Fibonacci level 2 //---- Enter double FiboLevel3 =- 0.618 ; //Fibo level 3 value Input ENUM_LINE_STYLE style level 3= style_DASH ; //Fibonacci level 3 line style Input unit width level 3= 1 ; //Thickness of Fibonacci third-level line Input color color_level3 = orange-orange ; //Color of Fibonacci level 3 //---- Enter double FiboLevel4 =- 0.500 ; //Fibo level 4 value Input ENUM_LINE_STYLE style level 4= style_entity ; //Fibonacci level 4 line style Input unit width level 4= 2 ; //line thickness of Fibonacci level 4 Input color color_level4 = magenta ; // Color of Fibonacci level 4 //---- Enter double FiboLevel5 =- 0.382 ; //Fibo level 5 value Input ENUM_LINE_STYLE style level 5= style_DASH ; //Fibonacci level 5 line style Input unit width level 5= 1 ; //Thickness of Fibonacci level 5 line enteran class="keyword">Color color_level5 = clear blue ; //Color of Fibonacci level 5 //---- Enter double FiboLevel6=- 0.236 ; //Fibo level 6 value input ENUM_LINE_STYLE style level 6 = style_entity ; //Fibonacci level 6 line type input unit width level 6= 1 ; //Fibo level 6 line thickness input color color_level 6 = gray gray ; //Color of Fibonacci level 6 //---- Enter double Fibonacci level 7 = 0.000 ; //Fibonacci level 7 value input ENUM_LINE_STYLE style level 7 = style_entity ; //Fibonacci level 7 line type input unit width level 7 = 4 ; //Fibonacci level 7 line thickness input color color_level 7 = red blood cells ; //Color of Fibonacci level 7 //---- Enter double Fibonacci level 8= 0.236 ; //Fibonacci level 8 value input ENUM_LINE_STYLE style level 8 = style_entity ; //Fibonacci level 8 line style input unit width level 8= 1 ; //Fibonacci level 8 line thickness input color color_level 8 = clr dark violet ; //Color of Fibonacci level 8 //---- Enter double Fibonacci level 9 = 0.382 ; //Fibonacci level 9 value input ENUM_LINE_STYLE style level 9 = style_DASH ; //Fibonacci level 9 line style input unit width level 9 = 1 ; //Fibonacci retracement level 9 input color color_level 9 = orange-orange ; //Color of Fibonacci level 9 //---- Enter double Fibonacci level 10 = 0.500 ; //Fibonacci level 10 value input ENUM_LINE_STYLE style level 10 = style_entity ; //Fibonacci level 10 line style input unit width level 10 = 2 ; //Fibonacci level 10 line thickness input color color_level 10 = magenta ; // Color of Fibonacci level 10 //---- Enter double Fibonacci level 11 = 0.618 ; //Fibonacci level 11 value input ENUM_LINE_STYLE style level 11 = style_DASH ; //Fibonacci level 11 line style input unit width level 11= 1 ; //Fibonacci retracement line 11 line thickness input color color_level 11 = clear blue ; //Color of Fibonacci level 11 //---- Enter double Fibonacci level 12= 0.764 ;//Fibonacci level 12 value input ENUM_LINE_STYLE style level 12 = style_entity ; //Fibonacci level 12 line style input unit width level 12 = 1 ; //Fibonacci Fibonacci line 12 line thickness input color color_level 12 = gray gray ; //Fibonacci level 12 color //---- Input double Fibonacci level 13 = 1.000 ; //Fibonacci level 13 value input ENUM_LINE_STYLE style level 13 = style_entity ; //Fibonacci level 13 line style input unit width level 13 = 4 ; //Fibonacci retracement line 13 input color color_level 13 = red blood cell ; //Fibonacci level 13 color //---- Input double Fibonacci level 14= 1.236 ; //Fibonacci level 14 value input ENUM_LINE_STYLE style level 14 = style_entity ; //Fibonacci level 14 line style input unit width level 14 = 1 ; //Fibonacci retracement line 14 line thickness input color color_level 14 = clr dark violet ; //Fibonacci level 14 color //---- Input double Fibonacci level 15 = 1.382 ; //Fibonacci level 15 value input ENUM_LINE_STYLE style level 15= style_DASH ; //Fibonacci level 15 line style input unit width level 15= 1 ; //Fibonacci retracement line 15 line thickness input color color_level 15 = orange-orange ; //Fibonacci level 15 color //---- Enter double Fibonacci level 16 = 1.500 ; //Fibonacci level 16 value input ENUM_LINE_STYLE style level 16 = style_entity ; //Fibonacci level 16 line style input unit width level 16 = 2 ; //Fibonacci Fibonacci line 16 line thickness input color color_level 16 = magenta ; //Fibonacci level 16 color //---- Input double Fibonacci level 17 = 1.618 ; // Fibonacci level 17 value input ENUM_LINE_STYLE style level 17= style_DASH ; //Fibonacci level 17 line style input unit width level 17= 1 ; // Fibonacci line 17 line thickness input color color_level 17 = clear blue ; //Fibonacci level 17 color //---- Input double Fibonacci level 18= 1.764 ; //Fibonacci level 18 value input ENUM_LINE_STYLE style level 18 = style_entity ; //Fibonacci level 18 line style inputspan class="keyword">Unit width level 18= 1 ; //Fibonacci retracement line 18 input color color_level 18 = gray gray ; //Fibonacci level 18 color //---- Input double Fibonacci level 19 = 2.000 ; //Fibonacci level 19 value input ENUM_LINE_STYLE style level 19= style_entity ; //Fibonacci level 19 line style input unit width level 19= 4 ; //Fibonacci level 19 line thickness input color color_level 19 = red blood cells ; //Fibonacci level 19 color //+---------------------------------------------------------+

Attachment download
📎 supremautofibo.mq5 (44.63 KB)
Source: MQL5 #23341
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •