this is a static zigzag which connects the intersections of two moving average crossovers. it is another way to analyse moving averages.when the fast period moving average crosses ...
the green line represents the total amount of fvgs in uptrend (filled or unfilled) in the specified window_size. the red line represents the total amount of fvgs in downtrend (fil...
this is a multi-currencyor multi-assetea, meaning that even if it is attached to a single currency pair chart, it can trade other currency pairs and manage all operations related t...
this is a piece of code to add to an existing expert advisor to track withdrawals from your account where the ea is running. it helps the user to monitor his or her withdrawals fro...
this is a piece of code to add to an existing expert advisor to track withdrawals from your account where the ea is running. it helps the user to monitor his or her withdrawals fro...
this is an effort to build an indicator that highlights a ranging market period with a standard object that uses a dynamic anchor point. the detection is non lagging, and has two m...
this mt5 expert advisor combines multi-timeframe candlestick pattern analysis with fundamental event filtering to execute trades with disciplined risk management. key features: cor...
this indicator differs from the traditional zigzag you're already familiar with. the traditional zigzag serves a different purpose: it primarily highlights previous market swings a...
this expert advisor (ea) analyzes market movement by calculating the average pip movement per tick and the average spread over a user-defined number of ticks ( max_ticks ). it also...
this library allows you to read/write tst files - mt5-tester single pass format.some variants of use, 2019.10.04 07:18 pm.if they open the format of tst-files and place the cache f...
metatrader5 has an updated volumetric history of fundamental calendar events, any data of which can .this library allows you to conveniently work with this data. in particular, to ...
for an expert advisor (ea), when a new quote ("tick") is received by metatrader, the standard event handling function is called by the terminal. however, there is no standard event...
this bot detects the open of a new candle on any set timeframe, thereby making it easier to run a one-time code, place trades and call other functions. the code is written in the o...
attention: expert advisor only for hedge accounts! the expert advisor opens two multidirectional positions. as soon as both positions are closed (by triggering stop loss or take pr...
only buy - allowed to open only buyonly sell - it is allowed to open only sellbuy and sell - it is allowed to open both buy and sell. the expert advisor works according to the ima ...
the indicator creates a sliding line based on interpolation by a 4 degree polynomial. the constructed line extrapolates with a sine wave and itsline_poweraxialor nearly constant,or...
there are times when you need to run the expert advisor on multiple symbols. for this purpose there is a mode "all symbols selected in the market watch window" in the mt5-tester. t...
the library contains two types of displays. the first, labelsdisplay, is based on cchartobjectlabel. the second, canvasdisplay, is based on ccanvas. the displays are optimised for ...
idea of the expert advisor utilitythe panel sorts buy positions in ascending order and sell positions in price order. the sorted positions are displayed in the panel: a maximum of ...
trading strategythe expert advisor uses two indicators: icho (chaikin oscillator, cho) and custom . cho is used as a trend indicator and also, when the indicator crosses zero, to c...
works up to 10 times faster than report, ntml file size is smaller, can upload and display up to 5.4 million report lines (screenshot below).functionality: (the same as report) sh...
inspired by thethe indicator calculates the angle between the trend line and the horizontal. on the x axis - minute bars are taken, regardless of the timeframe, on the y axis - poi...
this is a simple analytical (non-signal, one-time calculated) indicator that allows you to test the hypothesis that price timeseries represent a "random walk", specifically gaussia...
the indicator draws an arbitrary seconds timeframe on the chart.in the settings:number of days-if you set too many days, it may take a long time to calculate.timeframe in seconds.c...
this multi-symbol indicator shows the price changes of symbols from the market watch between two dates defined by vertical lines.this provides a convenient opportunity to evaluate ...
chande kroll stop indicator is an indicator for determining the level of stop loss setting. it represents two lines on the price chart. the red line represents the stop level for a...
ctsloggeris a simple and flexible logging system specifically designed for creating and debugging trading systems in mql5. the main advantage of ctsloggeris the ability to temporar...
the strategygo short when price hits n-lookback bars high targeting mean of n-lookback. go long when price hits n-lookback bars low targeting mean of n-lookback. this is a misleadi...
candle signature with example is a script which can be useful for traders doing research and development in finding single candlestick pattern, storing them and further making an e...
indicator name : kuskus starlightdescription : kuskus starlight is a technical indicator that functions as an oscillator, utilizing a fisher price transformation to assist traders ...
what exactly is it for? visual reference of your eas' performance: manually enter your strategy's known or expected historical maximum drawdown (e.g., from backtesting or previous...
volume oscillator is the ratio of two moving averages calculated on volume.calculation:a rise or fall in price along with an increase in volume can potentially signal the strength ...
๐ adjustable moving average ea for mt4 this expert advisor trades based on the crossover of two customizable moving averages. itโs designed for traders who want full control over t...
chaikin's cash flow (cmf) is a technical analysis indicator used to measure the volume of cash flow over a given period of time. cash flow volume (a concept also created by mark ch...
the correlation coefficient (cc) is used in statistics to measure the correlation between two sets of data. in the world of trading, data sets can be any financial instrument. simp...
the know sure thing (kst) indicator is an oscillator based on momentum represented by the rate of change (roc). it is four different-period rocs smoothed with simple moving average...
net volume indicator:net volume can be used to show where buyers and sellers are putting the most money at any given point in time. positive net volume can show that growth and buy...
the smi ergodic oscillator indicator displays the difference between the and its exponentially smoothed signal line.it has three adjustable parameters:long length- primary smoothin...
volatility stopis a technical indicator used to place effective stop losses. it allows to achieve a balance between making profit from deals and controlling risks in the market. th...
user can select date range, symbols and magic numbers through the graphical panel. the script counts the total profit and number of trades based on the selected filters (symbols, ...
the code provides control over risks, as i did not try to display information on the panel on the chart, as you can see on the screen in the log is information, but not displayed o...
main features dynamic volume categorisation :the indicator classifies volume into various categories, assigning different colours to facilitate visual interpretation: buying climax...
mql5 indicator for calculating the average price of a hedge accountintroduction this code was generated by chatgpt, but i made some adjustments and posted the video on youtube:in t...
spread is realised through the difference of quotes of two symbols. if symbols quotes move in reverse - the second symbol is put in reverse. in this case the spread is calculated t...