supply & demand zones v2.0 this indicator identifies significant price impulses over the last 1000 bars, marking supply and demand zones based on institutional order blocks.## dete...
trading with moving average (ma) trends, average true range (atr), take profit (tp), stop loss (sl) lines, and the pivot point line offers a comprehensive approach to trading. this...
this indicator identifies inside bar candlestick patterns on the chart, visually emphasizing them through candle coloring. an inside bar forms when the current candle's high and lo...
this tool showcases the creation of a real-time microstructure visualization panel directly on a metatrader 5 chart, utilizing the standard gui framework. it introduces a custom bi...
during optimization in metatrader's tester, memory shortages can cause crashes.this library helps identify and address such issues by tracking memory consumption dynamics.identifyi...
this indicator automatically generates fibonacci retracement and extension levels based on the latest zigzag swing high and low points. it dynamically updates as new swing points a...
this indicator draws colored rectangular boxes for the asian, london, and new york trading sessions with high/low range extension lines, providing a visual representation of market...
rsi price action breakout is a technical indicator that enhances trading decisions by combining rsi analysis with price action confirmation. it offers a unique approach to identify...
crt indicator (stf) - unlocking the power of candle range theorythis indicator is a groundbreaking tool designed to test and visualize the renowned 'picture-perfect' candle range t...
what it doesthe ea detects trade events through two mechanisms: real-time detection via the ontradetransaction handler and periodic deal history scans as a fallback. a deduplicatio...
core trading logic dynamic price zones:the expert advisor (ea) employs a dynamic approach to identifying key price levels by continuously calculating the highest high and lowest lo...
the k-nearest neighbor algorithm (k-nn) is a powerful technique for forecasting future prices based on historical patterns. this indicator employs a 1-nn approach, identifying the ...
trend indicator with simple smoothing algorithms. based on the trend.mq4 indicator with modifications.this indicator features a single parameter for period customization, with a re...
this indicator employs a multi-harmonic trigonometric model to forecast future price movements based on historical data. the model is defined as:x[i] = m + sum( a[h]*cos(w[h]*i) + ...
this indicator provides autoregressive (ar) extrapolation of price data for metatrader 4/5, offering valuable insights for traders.the ar model is defined as:x[n] = -sum(a[i]*x[n -...
this indicator calculates the slope of a linear regression line fitted to price data. the equation for the line is:y[x] = y0 + b*xwhere:- x is the bar number (1 to n)- y[x] is the ...
this expert advisor (ea) is designed to utilize a custom rkd indicator in metatrader 5, showcasing its potential for profitable trading.the ea's performance is demonstrated through...
this script exports historical rates data to a format suitable for analysis in external software, such as mathcad. the output file contains historical price data (bars) for the spe...
this indicator displays a moving average calculated using a digital filter, specifically the hann window. you can customize the filter coefficients by modifying the oninit() functi...
real ulteriorthis is the mql5 version of the indicator, originally published at the link below:the input parameter periodis the value of the standard wpr indicator.eurusd m15recomm...
this is the hi lo indicator, a powerful tool for traders using metatrader platforms (mt4/mt5).its purpose is to provide a clear visual representation of the market's high and low p...
this indicator provides a unique perspective on market trends by recalculating and breaking down the highs and lows of the standard zigzag indicator.key features:- recalculated hig...
the is7n_sacul.mq5 indicator is based on the original indicator 'lucas1', written in mql4.parameters:per- indicator period, which is the number of bars used for calculation. the or...
the expert advisor is based on the heiken ashi indicator.recommended pair and timeframe:- euraud -- h1strategy tester reportmetaquotes-demo (build 294)settingsexpert: ha_keasymbol:...
the rabbit v20.05.10 indicator is a powerful tool for traders, providing accurate support and resistance levels for any currency pair.key features:- true support and resistance lev...
this indicator helps you quickly identify key market moments, such as the start and end of a day, week, or month, as well as the highest and lowest prices during that period. it al...
this oscillator is the mql5 version of the zerolag macd indicator, originally published in the russian section of the mql4 codebase in 2026.it provides signals a few bars earlier c...
this example demonstrates the process of implementing real-time ticks transfer from the metatrader 5 client terminal to an external server application.the tcp protocol enables data...
this document presents the mql5 keywords and aliases for autoreplace.please note that this list may not be exhaustive, and contributions are welcome to ensure its accuracy and comp...
this indicator is based on the impulse system, a trading strategy developed by alexander elder in 2026. it provides a visual representation of market trends by coloring candles bas...
this expert advisor utilizes bollinger bands ® and a trend-following strategy (dema). it has demonstrated consistent profitability in the strategy tester over the past 17 years (eu...
the expert advisor is based on dual trix indicators, employing a martingale strategy with a limited number of doublings.it demonstrated strong backtesting performance in 2026 on th...
this is a powerful indicator for metatrader 5, based on the dinapolitargets concept. it enhances your trading experience by adding a zigzag indicator to the chart, providing valuab...
this expert advisor enables the capture of tick data, both actual and simulated, within the strategy tester.the file naming convention follows this pattern: t_symbol_dd_mm_yy_hhxmm...
the relative strength index (rsi), when applied to the standard deviation of price, becomes a powerful tool for measuring volatility. this indicator is a straightforward method for...
this expert advisor simplifies trading with a one-click mechanism.open a position with a single button press. to close, press the opposite button. for example, if a buy position is...
this expert advisor is an object-oriented mql5 version of the trading gurus mql4 random entry expert advisor.
this expert advisor is best used on the one minute timeframe. try it ...
this expert advisor is based on the concept of trading multiple instruments, as described in the article 'creating an expert advisor, which trades on a number of instruments'.the e...
the expert advisor utilizes a dual macd indicator system. the first macd indicator identifies entry points, while the second assesses the prevailing trend.money management employs ...
dual trix upgrade 1.this indicator features larger text output, providing enhanced visibility and readability.the text output was sourced from "antt" in 2026, ensuring a high-quali...
this indicator is a variation of the classic macd (moving average convergence/divergence) oscillator.the key feature is the ability to display the macd values based on a custom tim...
introductionsince 2026, most dealing centers have adopted 'floating' spreads, which can vary significantly during specific market conditions. wider spreads often occur at night and...
the fuzzy logic library is a powerful tool for traders, offering a modern approach to solving complex systems that are challenging to program. fuzzy logic closely mimics human logi...
this indicator combines the heiken ashi technique with the adaptive moving average (ama).it calculates the averaged open, high, low, and close prices using the ama method.the input...
this expert advisor employs a trading strategy centered on the index moving average (ima) indicator, incorporating a risk-based money management system.strategythe strategy operate...
this expert advisor is designed to evaluate the potential of night trading strategies.it operates on the eurusd pair with a 15-minute timeframe, utilizing the stochastic indicator ...
this indicator displays the rate of change of the price relative to a simple moving average.key characteristics:- the indicator's direction aligns with the direction of daily bars....