Rejoignez notre page de fans
This is a simple (cheap) UnitTest include library for new MQL4
The indicator shows the High, Close and Low of the previous day, week or month with time shift.
The indicator is designed for testing manual strategies and for practicing working according to the strategy. It provides operation reports presented as a table, chart, and additionally saves templates with and without the markup.
Separate window! Uses daily open price and current price (close price for closed candles) to compute % change for the day.
Used to compare 2 currencies on one chart, the Original indicator will recenter its calculation on every bar, and hence the price will keep shifting up and down and so the historical relative values do not remain constant. This indicator was modified so that the 'center' or initial relative reference point stays fixed and does not update each bar. It will only reinitialize when the indicator is reloaded or settings are changed.
Guide 'how to' make different expert adviser license protections
DXYvsEXY_e1 is an optimized version of DXYvsEXY. Original code here: https://www.mql5.com/en/code/30714
To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Sell is the number of trades to execute. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple sell orders, it can save traders valuable time and allow them to focus on other aspects of their trading strategy.
Exemple d'optimisation utilisant la méthode "cumuling total".
L'indicateur de Moyenne Mobile indique la valeur moyenne du prix de l'instrument pendant une certaine période de temps.
The script shows the conditions of the correct and closest placing of the StopLoss and TakeProfit of the orders.
Indicator shows a different Forex sessions and the market hours of the exchanges.
This is a "conceptual" script that uses the WinINet functions to load a HTTP page directly from mql4, without a C++ dll
Automatically does volume calculation based on percentage of desired account balance and enters instant or pending trades. Optional take profit is automatically at 1:1 with respect to SL.
This indicator downloads history of symbols which have open charts. It will no longer be necessary to wait for an update when switching timeframes.
The Expert Advisor moves the Stop Loss in the direction of the price movement using various methods.
A dynamic version of the standard Heikin Ashi indicator (code compatible with both MQL4 or MQL5).
"2 Moving Averages with Bollinger Bands" is a custom MT5 indicator that combines two configurable moving averages and optional Bollinger Bands. It generates real-time Buy and Sell arrows when crossovers occur, with optional alerts, sound, and email notifications. Suitable for all timeframes and symbols.
The MA-4H indicator displays the moving average of the selected timeframe on the chart of the current timeframe. The intersection of the two moving averages is implemented as optional. The external parameters allow to activate the second moving average in order to see their intersection.