거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

AutoFibo indicator of two last swings based on ZigZag - MetaTrader 5용 지표

조회수:
8372
평가:
(10)
게시됨:
2024.10.25 12:36
업데이트됨:
2025.01.29 14:44
AutoFibo_MK.mq5 (32.45 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Features:

  • Automatic Fibonacci Levels: The indicator dynamically draws Fibonacci retracement lines based on recent ZigZag highs and lows, giving a clear view of potential reversal points.
  • Dynamic and Static Fibonacci Options: Users can choose between dynamic and static Fibonacci retracement levels. The dynamic levels update continuously based on the latest ZigZag points, while the static levels remain fixed to the prior significant high or low.
  • Customizable Appearance: You can adjust the color, style, and width of Fibonacci lines for both dynamic and static levels, allowing for personalized visualization to suit different chart backgrounds and styles.
  • Optimized for MetaTrader 5: The indicator takes full advantage of MT5's graphical object handling, offering a seamless and efficient charting experience.

Parameters:

  • ZigZag Settings ( ExtDepth , ExtDeviation , ExtBackstep ): Adjust the sensitivity of the ZigZag pattern to capture more or fewer price swings.
  • Dynamic Fibonacci Settings: Customize the color, line style, and width of the dynamic Fibonacci retracement lines.
  • Static Fibonacci Settings: Customize the appearance of the static Fibonacci lines based on the second most recent ZigZag high/low.

How to Use: The AutoFibo indicator is ideal for trend-following and reversal trading strategies. By overlaying Fibonacci levels onto the ZigZag pattern, it allows traders to visually assess retracement levels and potential entry/exit points. This indicator can be used on various timeframes, making it versatile for both intraday and long-term trading.



Swap Monitor Swap Monitor

This service periodically checks swaps for predefined symbols and saves detected changes into CSV-files for further analysis and potential replay (not implemented here). Also it monitors and alerts swap changes of existing positions.

Economic Calendar CSV Economic Calendar CSV

This script saves a predefined set of economic events from the MetaTrader's built-in economic calendar into CSV file.

Day Of Week, Week Of Year and other marks in Data Window and on chart Day Of Week, Week Of Year and other marks in Data Window and on chart

WeekDays indicator displays Day Of Week, Week Of Year, Day Of Year or Bar Index in the Data Window, and optionally in labels on the chart.

Hammer Indicator Hammer Indicator

The code above is a "Hammer" indicator that detects candlestick hammer formations (bullish and bearish) and inverted hammer formations (bullish and bearish) on a MetaTrader 5 chart. This indicator identifies price reversal patterns by calculating the size and ratio of the candlestick wicks based on adjustable parameters: MaxRatioShortWick, MinRatioLongWick, and MinCandleSize. When a pattern is detected, the indicator displays a colored arrow near the candle’s lowest or highest price according to the pattern’s direction. The code also includes functions to create and delete objects automatically when the indicator is initialized or stopped.