"wd.Multi_ClockPrice lite!" is designed to provide a visual representation of the MT5 terminal server time and bid price on the chart. It contains basic features for displaying clo...
This function executes the primary logic for initiating a trade.Computes the opening price, take-profit levels, and stop-loss based on symbol information and user-provided paramete...
The MT5 custom indicator, named 'wd.Range_BB,' is designed to display Bollinger Bands with customized colors and line styles on the chart and calculate the range bandwidth. The ran...
This is an indicator to calculate 14 types of moving averages based on close price.The calculations are mostly based on pine script libraries.Types included are:SMA, EMA, WMA, VWMA...
Candlestick Fitness concept is used in coding HFT Algos based on population optimization algorithms.This simple indicator hides those candles which are unfit e.g. body range (open-...
Voitto Tappio displays the gains and losses for all candles where the given threshold is surpassed. The values are calculated in points and percentage. The indicator can calculate ...
This is an indicator to calculate 4 types of ATR Weighted moving averages.The calculations are based on pine script library "TAExt by TheBacktestGuy".Types included are:ATRWSMA, AT...
The Titik Impas Breakeven MetaTrader script serves as a straightforward tool designed to adjust the stop-loss to the Breakeven Point for one or more positions, based on specified p...
Fair Value gaps are used in ICT's smart money concept where there is an imbalanace of 1 point or more between 1st candle's high and 3rd candle 's low in bullish and 1st candle 's l...
In an algorithm experiment, candlesticks were studied with a behavior of frog jump. It is considered a frog never jumps a single block of leaf in the pond but covers a distance fro...
The EA only trades buy positions and does not use SL and TP.Settings:"---------- General ----------" Commentar Start trade End trade Prder is closed "---------- Risk- and Moneyman...
Historical Levelsare prices over life time of a symbol which technically believed as most repeated prices. From financial point of view, these prices are important limits of econom...
MetaTrader 5 allows you to export/import rates and ticks from/to the "Symbols" dialog. Due to some limitations, the export of ticks may not cover all required (available) history. ...
TimeGMT() Function Returns the GMT, which is calculated taking into account the DST switch by the local time on the computer where the client terminal is running. There are 2 varia...
This series of articles is in the process of being written. As we move forward, source codes from new articles will be added to this library.It is recommended to review the code in...
Having desired to work with SQLite database for the purpose of storing my statistical generated from simulations, i noticed very early that it seems very challenging and time consu...
Hello, traders.This library has all the functions to get the current local time in a specific or all Forex markets. You can convert the local times between time zones or to your br...
The book "" is your go-to guide for learning how to use machine learning and neural networks in trading. This book is intended for algorithmic traders who want to learn how to crea...
A simple observatory of individual currencies.You can choose line color, line width and font size.The daily start is by default 00:00, but you can change the hours and minutes from...
Script to determine whether your Broker follows the US, UK or AU daylight (DST) schedule.The script scans the H1 chart bars of the current chart at the expected dates for the dayli...
Forex Sessions indicator Highlights the Forex Market Sessions The indicator assumes local "wall clock" trading hours of 8:00 AM - 5:00 PM in each Forex market, except in Sydney it ...
Quoted from InvestopediaWhat Is the Harmonic Mean?The harmonic mean is a numerical average calculated by dividing the number of observations, or entries in the series, by the recip...
Quoted from Wikipedia:In mathematics, the logarithmic mean is a function of two non-negative numbers which is equal to their difference divided by the logarithm of their quotient. ...
This code block detectsa New Baror a New Candlewhen it has received.the basic principle of the codes is very simple. First the code stores theTime of the previous bar / Candle. (Th...
This code block works if you use either a Stop Loss or Not. Requirements You need to include"Trade.mqh " to get access to theCTradeclass which allows you to work with positions an...
Dominant Candle is a a two candlestick set where the wicks intersect each other's body area and body of the candles are either gapped up, gapped down or equalDominant candle is usu...
This script is designed to perform candle analysis:Data Retrieval:The script retrieves the open, close, high, and low prices of candles for the financial instrument it is running o...
In previous code I used thetimeto detect a new bar. This time let's use the bars countto detect a new bar. it's waylighter and fasterthan using the time method.Declare the variable...
The library contains basic public methods to manage grids:In above code:MaxDD stands for "maximum allowed drawdown". This value is disabled by default but using the Set method will...
01. Count "X" Times and then pass. Step 01- Created a variable for set the count limit.you can use it as an input parameteras well of optimization in your code. Step 02- Create ano...
The basic premise of the strategy:Buy/Cover as soon asthe price breaks above n bars high Short/sell as soon asthe price breaks below n bars low Backtested on USDJPY 2013-2023, let'...
The indicator draws three line plots on the chart. It detects the current period, and you assign two other periods in the input which should compare to the current period.If the pr...
all orders This EA is modification of this How to use : 1. Add this EA for any symbol2. Set the variable value that you need to TP, SL, Trailing, Closing, Treshold of Profit or Los...
With this code block, you can get the last closed trade data without using loops.Create a variable to set the current day start time. (This is not necessary to do.) Create some oth...
The relative strength index is an age old indicator, that possess incredible edge to this day. The problem though, is its susceptibility to noise from the markets, generating a lot...
A simple indicator code for learners which may also help you in manual backtest by just moving a vertical line to show hide bars.Add the indicator to chart and Add a Vertical Line ...
I developed this indicator to provide an alternative to the standard moving average methods in the MetaTrader 5 Bollinger Bands indicator, which only offer the 'simple' method. Wit...
Quoted from Wikipedia:In mathematics, the geometric mean is a mean or average which indicates a central tendency of a finite set of real numbers by using the product of their value...
This particular expert advisor contains a very useful code which is often required by the developers. Most of the time , we need the last active trade. But in this EA you can searc...
This particular expert advisor contains a very useful code which is often required by the developers. Most of the time , we need the last closed trade. But in this EA you can searc...