the rules are:if you have less than n-positions open the ea will do nothing. the moment you open the n-th position the ea will close all previous positions if their total pnl is po...
main featurescandle filtering: the indicator allows you to display only those candles that meet a certain criterion:bullish: displays only bullish candles. bearish: displays only b...
cumulative p&l indicatoroverviewthe cumulative p&l indicator displays your account's balance and equity evolution over time as two separate lines on a chart. it provides a ...
this indicator is as an evolution of the classic donchian channel.pivots are identified using a zigzag structure and graphical markers, with the pivots derived entirely from the be...
description:this indicator identifies bullish and bearish engulfing candlestick patternson the chart and optionally confirms them with volume. when the volume of the current candle...
the entire documentation about the files and methods inside can be found in this article >>ignore the mql5 based files. all the files can be found in a folder trade classes p...
this expert advisor (ea) is designed to perform triangular arbitrage between three currency pairs: eurusd, usdjpy and eurjpy. the main objective is to exploit price discrepancies b...
this is a custom indicator for metatrader 5 whose sole purpose is to display a bmp image on the chart, centred on the screen. what is it for? it is used to display a static image (...
draw the wicks (thin lines): draw a vertical line from the lowest price to the highest price of each candle (this is called a "wick"). draw the body of the candle: draw a rectangle...
good day everyone)first time posting my code on the forum!!!the ea is based on 2 ma indicators. if they do not cross for a certain period and there is a pullback from the main move...
this indicator is a utility that shows labelled trade levels on any chart. if you want to replace your native trade levels on a native chart, then turn off "show trade levels" in y...
indicator name : baseline: ima + atr bandsdescription :baseline: ima+atr bands is a custom indicator that combines a standard moving average (ma) with upper and lower bands based o...
indicator documentation "fakebreaks.mq5"overviewthe "false breakouts.mq5" indicator is designed to identify and mark on the chart:buy pointsand sell pointsbased on false breakouts ...
it is an indicator used to determine the market trend and support and resistance levels.when volume data is available, it calculates using mfi, otherwise it calculates using rsi.mo...
the main purpose of this script is to close partially open buy orders (which is in profits) and let the other running orders close in target profits. check the experts tab for the ...
the main purpose of this script is to close partially open sell orders (which is in profits) and let the other running orders close in target profits. check the experts tab for the...
this mql5 code is a custom indicator designed to detect and visualise divergencesbetween price action and the awesome oscillator (ao). divergences occur when the price movement and...
the library allows you to decrypt gzip archives from *.gz files or responses from sites compressed with this format. tested on files with up to 0.5 gb of text packed in them.the li...
description:exsr is a counter‑trend expert advisor that hunts for market reversals at points of extreme exhaustion. it combines a high‑threshold rsi (oversold < 20 or overbought...
essential functions:transaction history export:the script collects data on all transactions for the last year for the current instrument. support for cryptocurrencies and currenci...
features: works on all symbols. the indicator is multi time-frame. uses colorsfor up and down trend to better visualize true market trend. inputs: time-frame - change the time-fr...
key features week selection:the selectedweek parameter defines which week of the month will be numbered. if selectedweek = 0, all weeks are considered, and all candles will be num...
key featuresdynamic and coloured histogram: the histogram changes colour automatically based on market conditions, allowing you to view it at a glance:when the macd crosses above o...
main ideas incorporated in the code candle size calculation :the indicator measures the amplitude of the candles (difference between high and low) and displays the value in points ...
marsi-ea is a beginner-friendly expert advisor (ea) that combines the logic of the relative strength index (rsi)and a simple moving average (sma)to identify and execute trading sig...
1. advisor overview cryptotrend 1.00is an automated ea built for btc trading, optimised for 2024. it uses the following key components:bollinger indicator:helps to identify market ...
a compound interest calculator for the trader. calculates, based on your parameters, your risk of ruin, and the optimal risk per trade. gives a forecast of your capital size in a y...
the bias ea expert advisor integrates a class to implement dynamic risk management that allows you to set daily, weekly and monthly maximum profit and loss limits. these values can...
settings and parameters general parameters momentum period used to calculate the number of candles for momentum. recommended value: 14 (the higher the value, the smoother the curve...
key features1. dynamic watermarking automatically displays the current symbol (e.g. eurusd) and the active timeframe (e.g. m15). shows the description of the asset (such as "eurusd...
daily vwap: your essential intraday fair value indicatorthe daily vwap (volume weighted average price)is a precisely coded custom indicator designed to provide traders with a criti...
weekly vwap: your foundation for weekly market analysisthe weekly vwap (volume weighted average price)is a robust custom indicator meticulously designed to provide traders with a v...
monthly vwap: your compass for long-term market directionthe monthly vwap (volume weighted average price)is a sophisticated custom indicator meticulously crafted to provide traders...
set auto tp and sl: the “set auto tp and sl” (take profit and stop loss) feature is a crucial tool in any trading strategy, designed to automate risk and reward management. it allo...
the generalized autoregressive conditional heteroskedasticity (garch)volatility/volume indicator is based on the garch(1,1) recursion model, which is used in financial markets to f...
pending_tread expert advisor (ea) – detailed description the pending_tread eais a versatile and easy-to-use trading robot designed to automate the placement and management of multi...
code to check and delete chart objects for mt5:- the script scans through the current chart for any available chart objects,- counts and deletes them accordingly- and log the names...
features: overlay candles from any past date directly onto the current chart.automatic adjustment of replay zone/magnifier to match live chart movement. dynamic tooltips showing: ...