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
Sistemi Esperti

Market Watch Panel Utility - sistema esperto per MetaTrader 4

Visualizzazioni:
2625
Valutazioni:
(1)
Pubblicato:
2025.01.19 17:32
Aggiornato:
2025.01.29 14:43
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The Market Watch Panel Utility provides real-time monitoring of financial symbols, displaying key data like close prices in a clean and intuitive interface. Designed for MetaTrader 4, this tool allows traders to quickly switch between symbols, stack multiple symbols, and filter the list for focused market analysis. It offers a streamlined, customizable trading experience, making it easy to track market movements and make informed decisions efficiently.

The utility also includes the ability to store symbols in a text file, ensuring that the panel loads with the saved symbols each time. Users can save, reset the symbol list, and even customize the panel’s appearance by changing text and window colors. It functions like a traditional market data window, offering a simple way to monitor symbol prices and stay updated.

Main Input:

  • Panel background color: Sets the background color of the entire panel (default: White).
  • Panel text color: Defines the color of the text displayed on the panel (default: DarkBlue).
  • Panel client background: Adjusts the background color of the client area within the panel (default: LightGray).
  • Panel main text color: Specifies the main text color within the panel (default: Purple).

Panel demonstration

***NOTE***:

The current "Market Watch Panel Utility" code excludes a default button image. Without adding a BMP image, the button will work but remain invisible. 

To customize the button image in the Market Watch Panel Utility, follow these steps:

  1. Place your own BMP image (24-bit format) in the MQL5/Images folder.
  2. Modify the code to reference your custom image by changing the resource path to point to the new image file.
  3. Ensure the image is correctly formatted and the path is accurate to avoid errors during compilation.

This allows users to personalize the panel by using their own button images.



Symbol Swap Panel Utility Symbol Swap Panel Utility

Symbol Swap Panel: Effortlessly switch the active symbol on your chart while simultaneously adding the new symbol to Market Watch. This tool ensures seamless integration and access to real-time market data, optimizing your trading workflow.

day of week day of week

The indicator shows the names of the days of the week as text labels on the chart.

Candle Range MetaTrader indicator Candle Range MetaTrader indicator

Candle Range MetaTrader indicator — is a very simple and lightweight indicator that displays the candle's range in pips on mouseover. In addition, to the High/Low range, it can optionally display the body size (Open/Close) for candles. Multiple display parameters are available to control how the indicator looks. This indicator is available for both MT4 and MT5 versions of the trading platform.

EA CloseAll EA CloseAll

CloseAllOrdersEA for MetaTrader 4 closes all existing orders upon initialization. It works by: OnInit: Calls CloseAllOrders to shut down all market and pending orders. OnDeinit: Only logs deinitialization. OnTick: No action needed as orders are closed on start. CloseAllOrders: Loops from last to first order, retries up to 3 times to close/delete orders with error handling, uses current price for market orders, and deletes pending orders. Error Handling: Logs detailed errors for unsuccessful operations.