QuickTrade Control – One-Click Trade Management – EA MetaTrader 4

QuickTrade Control - One-Click Trade Management - expert for MetaTrader 4
One-Button Click EA allows you to open trades with predefined Take Profit, Stop Loss, and Lot Size parameters with just one click. It automatically handles pipette conversions and displays real-time Buy and Sell profits directly on the chart, providing a clear and concise trading experience. Key Parameters: TP_Pips: Set your desired Take Profit level in … Read more

Dashboard Panel for displaying information on the chart – EA MetaTrader 5

Dashboard Panel for displaying information on the chart - expert for MetaTrader 5
Ever wondered how the dashboards and trading panels in Expert Advisors and indicators are created? Now you can learn to build your own! The attached code contains everything you need to create a fully functional and informative dashboard. With this code, you’ll have the foundation to design custom dashboards that display key trading data and … Read more

PTB – indicator MetaTrader 5

PTB - indicator for MetaTrader 5
Indicator Description: PTB.mq5 Overview: The PTB.mq5 indicator is designed for use in the MetaTrader 5 trading platform. It calculates and displays short-term and long-term high and low levels, along with Fibonacci retracement levels based on these extremes. Features: – Short-Term High and Low: The indicator computes the highest and lowest prices over a user-defined short … Read more

Logging V2 for both MQL4 and MQL5 – library MetaTrader 5

Logging V2 for both MQL4 and MQL5 - library for MetaTrader 5
CDebugLogger Class V2: A Comprehensive Logging Utility for MQL4/5 The CDebugLogger class is a powerful and flexible logging utility specifically designed for MQL4/5 environments. It is an essential tool for developers who need to monitor, debug, and track the behavior of their applications with precision. In this new version of the CDebugLogger class, I have … 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

ChartObjectsCopyPaste – indicator MetaTrader 5

2 graphical objects pasted on chart via clipboard
Have you ever needed to copy and paste some graphical objects between open charts? I think you have. Surprisingly, MetaTrader does not provide “Copy & Paste” feature for objects. The only thing that allows you to achieve more or less similar effect is templates (tpl-files). But the template stores the full chart state, including indicators, … Read more