AutoFibo indicator of two last swings based on ZigZag for MT5 – indicator MetaTrader 5

AutoFibo indicator of two last swings based on ZigZag for MT5 - indicator for MetaTrader 5
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 … Read more

Code To Check And Delete Chart Objects For MT5 – script MetaTrader 5

Code To Check And Delete Chart Objects For MT5 - script for MetaTrader 5
To Check And Delete Chart Objects For MT5 Check And Delete Chart Object Script Scans through the current chart for any available chart objects, Counts and delete them accordingly -And log the the names of the objects on the chart respectively. Code To Check And Delete Chart Objects For MT5 – script for MetaTrader 5

AUTO PIVOTS for MT5 – indicator MetaTrader 5

AUTO PIVOTS for MT5 - indicator for MetaTrader 5
Pivots are well known price action indicator . #property link      ” #property version   “1.00” #property indicator_plots 0 #property indicator_chart_window #property strict input color WeeklyColors = Yellow; input color MonthlyColors = Orange; input bool Use_Sunday_Data   = true; input bool Daily             = true; input bool Daily_SR_Levels   = true; input bool Weekly            = true; input bool Weekly_SR_Levels  = false; input bool … Read more

Exp5-VirtualTradePad for mt5 v 4 (Contest version) – EA MetaTrader 5

Exp5-VirtualTradePad for mt5 v 4 (Contest version) - expert for MetaTrader 5
Exp5-VirtualTradePad for mt5  This Expert Advisor is designed for The Best Control Panel in MQL5 Contest  Pos tab – Position Management Ord tab – Order Management   INFO tab- Symbol information Ind tab – Signals information  Func tab- Functions The Control Panel has the following features: buy, sell, buystop, buylimit, sellstop, selllimit, close, delete, modify, … Read more