Use the average price to calculate the divergence rate. When the divergence rate is high, the market price may pull back. It is often used in stock trading indicators....
The script prints info about a closed position by its position ticket or identifier, on a retail hedging account.It supports only retail hedgingaccounts (Forex).Following info are ...
This EA just showing a sample of Martingale Systems by Averaging Up or Averaging Down.It is not a ready to use or profitable EA. Default using TEMA Indicator as Entry Signals and A...
The five classic moving averages are present:Simple moving averageExponential moving averageSmoothed moving averageLinear weightedmoving averageSmoothed moving average The indicato...
The code is mostly self-documenting, and should therefore be easy to follow along with some experience in coding. This is not a perfect product, but it should set the wheel rolling...
INTRODUCTION : The 8 effective steps to build a robust day trading plan using Fibonacci retracement will help us use Fibonacci to locate potential entry points.Having a trading pla...
A sorter class to sort an array based on other arrays.Note: Empty keys arrays are ignored by the sorter.For example to sort position tickets by position open time (as the only sort...
Hello,This simple EA open trade when the last bar is closing above or under bollinger bands, with RSI value overbought or oversold and using a D1 Moving average as trend filter.Aut...
Although it is not totally translated to MT5 as I am using MT4orders.mqh. Remember you must add MT4orders.mqh inside your include folder.You can use it straight away as it works pr...
As a Java developer for 20 years I am used to writing more complex programs using test driven development technique. When I started writing more complex expert advisors I was missi...
This EA collects information about the spread and shows the statistics on the chart.When the EA ends its working, it prints all statistics to the Journal, which can be useful for t...
Log4mql(mini) - light header-only version of Log4mql that provides standardized logging. Installation/Usage Add log4mqlm.mqh to your Include folder. View the sample code to get an...
INTRODUCTION : The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breako...
Open a buy position using the desired dollar amount instead of lots.To use, just drop it onto a chart and set inputs as needed.The script will then do the necessary lot calculation...
Open a sell position using the desired dollar amount instead of lots.To use, just drop it onto a chart and set inputs as needed.The script will then do the necessary lot calculatio...
Introduction SQLite locks are coarse-grained file locks. If multiple tables share a database, you need to pay attention to synchronization issues. a. It is not recommended to defin...
This EA collects information about the spreads and Shows the number of spreads in the specified range based on the ticks that occur each year.When the EA ends its working, it print...
REMARK: For this to work perfectly, you must have high speed internetand a high quality Computer. Otherwise, it will not work for you.INTRODUCTION : The breakout strength meter is ...
INTRODUCTION : The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one pe...
REMARK: For this to work perfectly, you must have high speed internetand a high quality Computer. Otherwise, it will not work for you.INTRODUCTION : The currency strength meter is ...
It is Diffrent complex Range BreakOut system. Using to Range Breakout system is defined by min number of bars and max width in pips. This robot is can use to volatility instrument....
This library allow an easy control over multiple currencies, on every update it will check for errors, this way you can use it in your indicator or expert to avoid common error and...
This indicator is the same as any other Damiani Voltameter, but I corrected one subtle error that caused it to behave differently when backtesting/optimizing than what can be seen ...
This class loads a licensing file by reading 256bit encrypted account data from a license file into an account array for the purpose of licensing. The Class is initialised with a F...
This utility allows you to view lists of all open charts, running expert advisers, indicators, and scripts. All the lists are sorted in alphabetic order (case-sensitive). In any li...
This is a MT5 expert advisor which displays the total stoploss and takeprofit value for open positions.This expert advisor does not trade or modify any of your orders. It simply su...
This class loads a licensing file by reading 64bit encrypted account data from a license file into an account array for the purpose of licensing. (256 bit Encryption method I last ...
A Simple Call to this function will return the next Opening Time and Closing Time of the Asset, if no from time input it will search following the current Trade Server Time.Usage:G...
INTRODUCTION : The simple trading panel is a trading tool that is very interesting because it will allow you to predefine your StopLoss and your TakeProfit in term of pips. You can...
Descriptions: EA for Automatic Stop Loss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden.Update:- Bug Fixes for Strategy Tester.- New...
Ichimoku is one of the excellent indicator which can work lonely or with other indicators.With Alerting indicator which send notification to your cell phone whenever Tenkan-sen Cro...
This is a helper indicator which allows you to adjust vertical scale of a subwindow interactively (using keys), which is useful for zooming in and zooming out graphs of your favour...
This Script calculates the average range of prices (in points) for intraday periods. It can be easily adapted as a function for use by Experts Advisors when it is useful to know, f...