Schaff Trend Series indicator that is less known.While is a sort of a double smoothed stochastic of a MACD, this is an RSI of the MACD. It partially reminds of a RSI of Moving Aver...
Doug Schaff created a few indicators that were meant to assess trends.In one of his indicators he uses what he calls "Shaff CD" (which is actually MACD signal line instead of using...
As a logical step to filter out more the possible false signals, this variation of is using RSX (which is a smoother RSI than the "regular" RSI) to produce a smoother result....
An MQL5 implementation of the adaptive Expert Advisor.General Theory of Trading (GTT): In order to make profit, trade your own function synchronized with the market.The attached Ex...
The main principle of the EA operation is as follows: a market entry signal emerges when both indicator lines have the same sign, and an exit signal emerges when the lines become d...
Trailing Stop Break-even, which is also the Trailing Step parameter, so it cannot be equal to 0. The operating algorithm: the EA tries to move a position to breakeven first and the...
The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The EA checks if the account is netting or hedging. Th...
The indicator shows the so-called safe zone, which is calculated using the High, Low and Close prices, and the Moving Average indicator.It is recommended to perform trades when the...
When a signal emerges, an opposite position is closed. The EA can also close half of the position (the Profit for closing half of the positionparameter), as well as move a position...
The indicator draws Bollinger Bands in a separate window in the form of an oscillator.There indicator has three adjustable parameters:Period- period;Bands Deviation- deviation;Appl...
The custom indicator CCI_Divergence draws the CCI indicator line in a separate window and displays found divergences in the indicator window and on the price chart.The indicator ha...
The indicator allows finding on the price chart fractals with different dimensions and displaying them simultaneously.It searches for fractals with dimensions form 1х1 to 10х10The ...
The New High New Low Index indicator displays the High/Low values of a symbol.The index is calculated as the difference between the number of highest highs and the number of lowest...
This library is a further development of .What's new in version 2 The Type of tradeparameter allows to set the type of signal to be produced by the module: only BUY only SELL BUY...
The custom NHNL_Divergence indicator (based on the indicator) draws the HL index line in a separate window and displays found divergences in the indicator window and on the price c...
The indicator is based on moving averages. It dynamically calculates and shows possible support/resistance levels.It has two parameters:Period- calculation period;Applied price- pr...
A simple Moving Average with a variable (increasing) calculation period. The period is reset at the beginning of new calculation, when price and the MA intersect.The indicator has ...
The indicator draws on the price chart a simple ZigZag, for which you need to specify only the step value. A break point is added when the length of the ZigZag leg (step) is exceed...
The indicator displays the ratio of two ATRs with different periods.It is calculated by the following formula:ATRR = (ATR1/ATR2)*100 It has two parameters:ATR1 Period- ATR1 calcula...
The indicator displays on the chart the previous trading day's channel. The indicator allows setting trading day start and end hours. Channels are displayed in different colors dep...
The indicator searches for custom patterns specified in settings, and displays them on a chart. The pattern must be set as a text code, in which:U is a bullish candlestick D is a b...
The indicator shows the names of the days of the week, as well as the beginning of each month and year as lines and text labels on the chart.The indicator has 31 input parameters:S...
The KOT (Keep On Trading) indicator shows time for holding a position. For example, if we have an open buy position, the indicator draws a line below the price, which means you can...
The indicator draws a Moving Average relative to ATR and overbought/oversold levels in a separate window.Calculation formula:Overbought_Oversold = (MA/ATR)*100 where:MA - the Movin...
The PMF (Pivot Money Flow) indicator displays the direction and the reversal of money flows.It has two parameters:Applied price- the calculation price;Cumulative- apply cumulative ...
The indicator is similar to the standard MACD, but is calculated using both MACD and SAR, which enables it to generate confident signals in trend areas. Overbought/oversold levels ...
The Expert Advisor uses the indicator of thirty popular candlestick patterns: .Several trading types can be used for opening positions. Positions of the set type are opened for eac...
What's new in version 2 The EA now allows setting two time intervals, inside which positions can be opened; It also allows setting the days of the week when opening of positions i...
The Expert Advisor is based on the indicator.The calculation period of the indicator is constantly increased starting from the intersection of its line with the price until the nex...
A simple oscillator, which is based on the values of the iStochastic, iRSI and iMomentum indicators and is implemented as a two-colored histogram.Indicator calculation formula:kwan...
The averaged non-trivial linear combination of iRSI and iDeMarker implemented as a color histogram.Indicator calculation formula:XRSIDeMarker = MA((iRSI[bar] + 100 * iDeMarker[bar]...
The indicator with the possibility to change the indicator timeframe in input parameters:To enable the indicator operation, add the XRSIDeMarker_Histogram.ex5indicator file to <...
The indicator with the possibility to change the indicator timeframe in input parameters:To enable the indicator operation, add the KWAN_NRP.ex5indicator file to <terminal data ...
The indicator is an MACD with expanded settings.In addition to the standard parameters of the fast and slow EMA periods, signal SMA periods and calculation price, this indicator al...
The indicator displays on a price chart fractals with any dimension of sides. A traditional fractal may have a dimension of 2x2, 3x3 etc. This indicator allows setting any dimensio...
The indicator calculates and displays on a chart the autocorrelation function, which shows the relationship between the function (signal) and its shifted copy depending on the time...
The indicator searches for the "Inside Bar" pattern and marks it on a chart. In the Inside Bar candlestick pattern, the right candlestick is inside the right candlestick, which is ...
SSS (Special Slow Stochastic) has an additional smoothed (slow) line based on the Stochastic signal line.It has six input parameters:%K period- the %K period of the standard Stocha...
This Accumulation/Distribution indicator has three calculation methods:Classical Classical Incremental (used in the standard AD indicator available in the terminal); Trade Station ...
The Expert Advisor uses the iFractals indicator signals to place pending Buy Stop and Sell Stop orders and trail the Stop Loss levels of positions. A condition to place a Buy Stop ...
An example of mathematical functions:returns the nearest upper integer; rounds a number to the nearest integer; returns the nearest lower integer. The code:Starting with "price" ...
The Expert Advisor calculates the nearest upper and lower "round" price depending on Step of the "round" number(to see how the calculation of the "round" price is performed, commen...
An indicator for automatic drawing of trendlines based on fractals of a given timeframe.Input Parameters base_tf- the timeframe for calculating fractals, based on which the trendli...
BUY position opening rule:Tenkan-sen on bar #1 < Kijun-sen on bar #0 ANDTenkan-sen on bar #0 >= Kijun-sen on bar #0 ANDClose of bar #0 > Senkou Span B on bar #0 The follow...
The Expert Advisor places pending Buy Stop and Sell Stop orders. To place an order, the EA searches for the highest and lowest price within the given range of bars (set to 80 in th...
The oscillator shows the value of price deviation from the Moving Average taking into account ATR.Calculation formula:CVI = (Close – MA ) / ATR Modified formula:(MCVI) = (Close – M...
The SZO (Sentiment Zone Oscillator) indicator shows the market sentiment (activity and direction) and zones of excessive activity (overbought/oversold zones). It can display a dyna...
The indicator finds and displays gaps between High and Low prices of two neighboring bars.The gap is marked with arrows: an up arrow is used for an upward gap and a down arrow is u...