Market Watch Panel Utility – EA MetaTrader 5

Market Watch Panel Utility - expert for MetaTrader 5
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 5, 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 … Read more

Click on the market chart to create a price alert – indicator MetaTrader 5

Click on the market chart to create a price alert - indicator for MetaTrader 5
This an indicator which understands mouse click and keyboard press, and the purpose is to create alerts at the price that the market has not yet reached. It can be very helpful to be alerted when the price crosses a particular value. It can be used to validate theories in a trading system, or alert … Read more

Code Block for “Trailing Stop” based on current market price. (Ask / Bid) – EA MetaTrader 5

Code Block for "Trailing Stop" based on current market price. (Ask / Bid) - expert for MetaTrader 5
This code block works if you use either a Stop Loss or Not.  Requirements  You need to include “Trade.mqh ” to get access to the CTrade class which allows you to work with positions and orders. #include <Trade\Trade.mqh> // <<—————————————— Include this “Trade.mqh” to access the CTrade Class You need to set an input parameter … Read more

Market browse – script MetaTrader 4

Market browse - script for MetaTrader 4
Author: Alexander, e-mail: marketadviser@rambler.ru The program has implemented as script. To install script, copy the file MarketBrowse.mq4 to the folder: C:\Program Files\ – Client Terminal folder – \experts\scripts\ After execution, script will request the client terminal parameters and save it to file. You can open the file with results (for example, from \experts\files\MarketBrowse_EURUSD.csv) using the … Read more

Market Facilitation Index (BW MFI) – indicator MetaTrader 5

Market Facilitaion Index indicator
Market Facilitation Index technical indicator (BW MFI) is the indicator which shows the change of price for one tick. Absolute values of the indicator do not mean anything as they are, only indicator changes have sense. Bill Williams emphasizes the interchanging of MFI and volume: Market Facilitation Index increases and volume increases – this points … Read more

Kolier Market Sessions Indicator – indicator MetaTrader 4

Kolier Market Sessions Indicator - indicator for MetaTrader 4
Author: Kolier.Li KMSI is short for Kolier Market Sessions Indicator. It can be use to check time periods of market sessions. Recommendations: Check my indicator page to grab more information, like parameter settings: Project page: submit issues or bugs report and get the new release versions. My Market Sessions research, advices for your settings: Market … Read more

MSLEA – Expert Advisor using Market Structure High/Low – EA MetaTrader 4

MSLEA - Expert Advisor using Market Structure High/Low - expert for MetaTrader 4
MS Lea calculates the last n Local Highs/Lows and waits for a break out. Please see my article at about Local High/Low. We make a long trade if the price moves above the local high. (if the price goes above the green line) We make ashort trade trade if the price goes below the local … Read more