TimeServerDaylightSavings – script MetaTrader 5

Example of week opening hour changes in quotes due to DST switch
This script introduces the function TimeServerDaylightSavings() that is missing among the built-in ones, which provide only TimeDaylightSavings() for local computer. In addition the attached header mqh-file includes some other helpful server-bound time-related functions, in particular allowing you to know if your broker uses DST switches in general. All this is based on empirical analysis of … Read more

Custom crosshair cursor with synchronization – indicator MetaTrader 5

Custom crosshair cursor with synchronization - indicator for MetaTrader 5
Useful for multi timeframe charts to locate candle of interest.It converts optionally server time to local time shown as tooltip. Press [Ctrl] or [Shift] key while moving mouse on a chart to reposition the custom crosshair cursor. Indicator parameters: Show localtime display localtime as tooltip Cursor colorcolor of crosshair cursor Cursor namesame cursor name will … Read more

Auto Profit Closer – MT4 EA – EA MetaTrader 4

Auto Profit Closer - MT4 EA - expert for MetaTrader 4
Auto Profit Closer is a highly efficient and user-friendly Expert Advisor designed to automate the process of closing all open trades once a predefined profit target is reached. Parameter: TargetProfit: allows users to set their desired profit threshold. This EA is ideal for traders looking to secure their gains without constantly monitoring the market, offering … Read more

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