MT4 to MT5 Convertor (MT5Compat.mqh) – library MetaTrader 4

MT4 to MT5 Convertor (MT5Compat.mqh) - library for MetaTrader 4
MT5Compat a Comprehensive MT4 to MT5 Conversion Library A new interface library has been developed to simplify the process of converting MT4 indicators and Expert Advisors (EAs) to MT5. This library supports most of the MetaTrader 4 functions, offering developers a unified solution for cross-platform compatibility. You can add this to both Key Features: Extensive … Read more

MT4 to MT5 Convertor (MT5Compat.mqh) – library MetaTrader 5 – library MetaTrader 5

MT4 to MT5 Convertor (MT5Compat.mqh) - library for MetaTrader 5 - library for MetaTrader 5
MT5Compat a Comprehensive MT4 to MT5 Conversion Library A new interface library has been developed to simplify the process of converting MT4 indicators and Expert Advisors (EAs) to MT5. This library supports most of the MetaTrader 4 functions, offering developers a unified solution for cross-platform compatibility. You can add this to both Key Features: Extensive … Read more

simple mt5 trade copier – EA MetaTrader 5

simple mt5 trade copier - expert for MetaTrader 5
The EA is based on several key trading and technical concepts: Trade Copying/Mirror Trading Concept: The fundamental idea is to replicate trading activity from one account (Master) to another account (Slave) This is useful for: Fund managers managing multiple client accounts Traders wanting to run same strategy across different brokers Risk distribution across different brokers … Read more

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