introduced new input parameters added three new functions to the end of the indicator code: buysignal(), sellsignal() and getstringtimeframe() added a couple of calls to buysignal(...
the indicator draws candlesticks of a larger timeframe as color filled rectangles using buffers. rectangles are color filled according to the indicator values.depending on trend di...
the exp_i-spectranalysis_wpr expert advisor is based on change of direction of the indicator. the signal is formed when a bar is closing if there is change in color of the indicato...
wellxintroduced new input parameters added three new functions to the end of the indicator code: buysignal(), sellsignal() and getstringtimeframe() added a couple of calls to buy...
trading system based on indicator signals. a signal is formed at the close of a bar if a color icon of the indicator has appeared.this expert advisor requires the compiled indicato...
deso'regansmoothed difference between the main and signal lines of the stochastic oscillator in the form of a colored histogram.the indicator uses smoothalgorithms.mqh library clas...
deso'regansmoothed difference between the main and signal lines of the rvi oscillator in the form of a colored histogram.the indicator uses smoothalgorithms.mqh library classes (co...
the indicator with the timeframe selection option available in the input parameters:the indicator requires xtrendlessos.mq5 indicator file. place it in <terminal_data_folder>...
the xpfe indicator with the timeframe selection option available in input parameters:the indicator requires xpfe.mq5 indicator file. place it in <terminal_data_folder>\mql5\i...
during the execution, slippages induce non-system profit/loss.this script outputs the values of these slippages in the account currency.it is possible to evaluate the order executi...
the stlm digital filter implemented as a sequence of candlesticks. candlesticks appear as a result of relevant price timeseries processed by the colorstlm_histogram indicator algor...
this indicator is a hybrid of the (slow adaptive trend line) digital filter and the analog adaptive averaging.this average is calculated the following way:where:satl() — value of t...
andrey voytenkoprovide the ability to highlight the indicator entries into the overbought and oversold areas with color. pale histogram tones are simply a rise or fall, bright tone...
the indicator with the timeframe selection option available in the input parameters:the indicator requires xchannel.mq5 indicator file. place it in <terminal_data_folder>\mql...
the indicator with the timeframe selection option available in the input parameters:the indicator requires atr_channels.mq5 indicator file. place it in <terminal_data_folder>...
luis guilherme damianithree channels using the atr indicator, based on one moving average, drawn as a colored cloud, with the display of the last values as price labels and the pos...
the macd histogram, based on the fatl and satl digital filters with color indication of trends.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data...
indicator based on smoothed fatl and satl digital filters and signal trend cloud between them.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_...
this small cross-platform library allows to the 'double' values of the "price" conveniently and quickly.for example, before placing a selllimit, it is sometimes useful to check if ...
introduced new input parameters added three new functions to the end of the indicator code: buysignal(), sellsignal() and getstringtimeframe() added a couple of calls to buysign...
a simple trend indicator with calculation of rise and fall in high and low prices. calculation formula:i4_drf_v2=100 * (psum - nsum) / periodwhere:psum — the number of candles per ...
backspacethe bs living now indicator points at the market extremums and somewhat resembles the standard fractals indicator.if you are not familiar with the fractals by bill william...
the cronexchaikin_signal indicator shows information on the current trend using the values of the indicator with a fixed timeframe.the source of a signals is the mutual arrangement...
the cronexdemarker_signal indicator shows information on the current trend using the values of the indicator with a fixed timeframe.the source of a signals is the mutual arrangemen...
the indicator with the timeframe selection option available in the input parameters:the indicator requires pricechannel_stop_digit.mq5 indicator file. place it in <terminal_data...
the indicator with the timeframe selection option available in the input parameters:the indicator requires oshma.mq5 indicator file. place it in <terminal_data_folder>\mql5\i...
j.bthe moving average with the ability to change the averaging algorithm.the indicator uses smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\mql5\inclu...
the indicator with the timeframe selection option available in the input parameters:the indicator requires floatpivot.mq5 indicator file. place it in <terminal_data_folder>\m...
nick a. zhilinthe indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channe...
the rsi indicator implemented as candlesticks with indication of breaking the overbought and oversold areas. candlesticks appear as a result of relevant price timeseries processed ...
the indicator with the timeframe selection option available in the input parameters:the indicator requires balanceofpower_histogram.mq5 indicator file. place it in <terminal_dat...
the exp_balanceofpower_histogram expert advisor is based on change of direction of the indicator. the signal is formed when a bar is closing if there is change in moving average di...
the exp_i-spectranalysis_chaikin expert advisor is based on change of direction of the indicator. the signal is formed when a bar is closing if there is change of direction of the ...
igoradtrend indicator. the location of the histogram and the signal line of the indicator relative to the 0 level can serve as the reference mark to determine the trend. the inters...
the exp_rvidiff expert advisor is based on change of direction of the indicator. the signal is formed when a bar is closing if there is change in histogram direction.this expert ad...
the indicator with the timeframe selection option available in the input parameters:the indicator requires rvidiff.mq5 indicator file. place it in <terminal_data_folder>\mql5...
trading system based on indicator signals. a signal to perform a deal is formed at the close of a bar if the color of the indicator candlesticks changes from blue-green to orange o...
the indicator with the timeframe selection option available in input parameters.the indicator requires stochasticdiff.mq5 indicator file. place it in <terminal_data_folder>\m...
the standard chart grid has a number of peculiarities, that do not allow to determine the price movement at first sight: the grid step changes dynamically when switching timeframes...
this cross-platform library allows to conveniently perform byte-wise operation with structures and standard data types.features:byte-wise comparison (== and !=) of the structures a...
the script displays the monthly and weekly levels on the chart.number of days — the number of days for calculation; w1 color of lines — the color of the weekly lines; w1 line width...
priceposition indicator provides the position of price in the point of angle when the price rises above (buy) or falls below the angle section line (sell). indicator also shows cur...
might be useful if you want to determine hours with lowest (or highest) actual historical spreads for particular instrument and adjust your ea entries accordingly.every line repres...
the advanced encryption standard or aes is a symmetric block cipher used by the u.s. government to protect classified information and is implemented in software and hardware throug...
this indicator is not on bars or on tick based. it strictly works based on a time. it generates a new bar with open, close, high and low for the given period in seconds. this versi...
it does not have signal line and it does not have the price. instead it is calculating 4 macd-values (of open, close, high and low) and constructs macd from those 4 values as a can...