RSI Candles (RSI that calculates RSI of High, Low Open and Close and displays those values as candles) with an addition of Trend Envelopes.Since the Trend Envelopes are used on the...
Fibonacci Pivot points indicator that can draw any number of levels for any of the known timeframes usable by MetaTrader 5.To insert any level, simply enter the level in the levels...
indicator made "on-chart".It can display values as:Bars Candles Lines When values are displayed as lines, then the average of Close is used for displayed line. The color is based o...
MACD indicator that is using very well known instead of using signal line for signals.You can control the % risk based for the signals (the smaller the risk %, the faster the BB St...
using RSI for stops calculation.For trend trading it is advised to use longer RSI periods. For scalping it is probably better to use shorter RSI periods, but in any case do some ex...
indicator of smoothed WPR.Smoothing types that can be applied to WPR are the usual 4 basic types of averages:SMA EMA SMMA LWMA To avoid WPR smoothing (in which case it becomes an o...
Historical Volatility (HV) is a statistical measure of the dispersion of returns for a given security or market index over a given period of time. Generally, this measure is calcul...
Historical Volatility (HV) is a statistical measure of the dispersion of returns for a given security or market index over a given period of time. Generally, this measure is calcul...
Historical Volatility Bands that are constructed using:Average as the middle line. Upper and lower bands using the for bands calculation. Color of the middle line, unlike the bands...
(RSI that calculates RSI of High, Low, Open and Close and displays those values as candles) with an addition of Trend Envelopes.Since the Trend Envelopes are used on the set of Ope...
Historical Volatility bands that are constructed using:Average as the middle line. Upper and lower bands using the Historical Volatility high/low (instead of "regular" ) for bands ...
This is a Quadratic Regression MA as described by here .It is a sort of a linear regression value variation, but faster in response to market changes....
Indicator based on linear regression value or, as it is sometimes known - LSMA (Least Squares Moving Average).It shows the trend of the used average and displays it as a sort of an...
with an option to chose smoothed/filtered price in calculation instead of using "raw" prices.The usage of filtered prices lessens the number of signals and, depending on your tradi...
The Parkinson's number, or High Low Range Volatility developed by the physicist, Michael Parkinson in 1980, aims to estimate the Volatility of returns for a random walk using the H...
Historical Volatility Bands that are constructed using:Average as the middle line. Upper and lower bands using the (instead of "regular" ) for bands calculation. Color of the middl...
Idea by: .MQL5 code by: .The EA analyzes the Open and Close between zero bar (the rightmost bar in the chart) to bar Number of candles for analysis. New positions may only be opene...
As of the publication of this code, the integrated Bars function used in this iBarShift function has a bug that manifests in the program lags for more than 10 seconds. Basically, t...
The EA works in a channel drawn by the indicator.This indicator itself is not required for the EA operation, since its data are calculated inside the EA.The EA trades on a time bas...
The EA uses indicator that searches and displays the "Inside Bar" Price Action pattern.This indicator itself is not required for the EA operation, since its data are calculated ins...
The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The EA checks whether the account is netting or hedgin...
Idea by: .MQL5 code by: .The EA uses reference to REAL TICKS using the function - it waits for the price to pass NNN points within XXX ticks.Inputs Lots - the size of the position...
Indicator named Adaptive Moving Average was developed by Perry J. Kaufman and primarily presented in his book titled Smarter Trading: Improving Performance in Changing Markets in 1...
This is a stochastic inverse Fisher transform smoothed using the Rainbow Smoothing method.The indicator has three input parameters:Period- period;Slowing- slowing;Applied price- pr...
The Volume Accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:The indicator has no input parameters....
The Volume Accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:where:The indicator has one input para...
The William Blau Candlestick Index indicator shows the William Blau candlestick indexes.It has seven input parameters:Period- period;Applied price- the calculation price;First smoo...
The William Blau Candlestick Momentum indicator shows the William Blau candlestick momentum.It has two input parameters:Period- calculation period;Applied price- price used for cal...
The William Blau Directional Trend Index indicator shows the William Blau directional trend indexes.It has six input parameters:Period- calculation period;First smoothing period- t...
The William Blau Momentum Oscillator shows the William blau momentum.It has five input parameters:Period- calculation period;First smoothing period- the initial smoothin period;Sec...
The William Blau Stochastic Momentum indicator shows the William Blau stochastic momentum.It has five input parameters:Period- calculation period;First smoothing period- the initia...
The Blau Stochastic Index Oscillator indicator shows the William Blau stochastic index.It has five input parameters:Period- calculation period;First smooth period- the initial smoo...
The William Blau Trend Momentum indicator shows the William Blau trend momentum.It has one input parameter:Period- calculation period. Calculations:where:...
The William Blau Stochastic Oscillator indicator shows the William Blau stochastic oscillator.It has six input parameters:Period- calculation period;First smooth period- the initia...
The William Blau True Strength Index indicator shows the William Blau true strength index.It has seven input parameters:Period- calculation period;Applied price- the calculation pr...
The William Blau Stochastic indicator shows the william Blau stochastic.The indicator has five input parameters:Period- calculation period;First smooth period- the initial smoothin...
ZigZag on Fractalsuses fractals (iFractals, Fractals) as reference peaks. Here, the following rule is applied: Where the latest peak was built on the DOWN-fractal and the current D...
Idea by: .MQL5 code by: .The FX-CHAOS_SCALP trading strategy. No more than one position is in the market at a time. The EA uses the indicator, a ZigZag based on fractals.when refer...
Idea by: .MQL5 code by: .The EA trades on two indicators: iMA (Moving Average, MA) and iMomentum (Momentum). The EA also takes into consideration the Close prices of bar #1 and the...
Idea by: .MQL5 code by: .The EA uses two Moving Average indicators, those being the signals on the intersection of two MAs: Here, the slow indicator (MA "Open") is used for opening...
Idea by: .MQL5 code by: .The EA trades on the iMA (Moving Average, MA) indicator. At the same time, there is a parameter (defined in percents) Distance between "MA" and the price- ...
The indicator allows creating an index for one of the eight basic currencies. The index may contain up to ten components.The indicator has twenty-two input parameters:Index- the cu...
Indicator USDX shows the USD index.Calculations:The indicator has two input parameters:Applied price- the calculation price;Reverse- reverse of the calculated index chart. Please n...
Indicator USDX shows the in form of Japanese candlesticks.Calculations:The indicator has one input parameter:Reverse- reverse of the calculated index chart. Please note that for th...
Indicator Advance Decline Line shows the trend strength line. It can also detect possible changes in its direction.It has two input parameters:Period- calculation period;Cumulative...
Idea by: .MQL5 code by: .The EA trades with the Absorption pattern. It places pending orders Buy Stop and Sell Stop. It can move a position to a breakeven, as well as trailing. Ind...