Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

AutoFibo indicator of two last swings based on ZigZag - indicatore per MetaTrader 5

Visualizzazioni:
8316
Valutazioni:
(10)
Pubblicato:
2024.10.25 12:36
Aggiornato:
2025.01.29 14:44
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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.