nikolay kositsintwo moving averages, 2pbidealma.mq4 and 2pbideal3ma.mq4. the averaging algorithms in them is developed by neutron. the second indicator 2pbideal3ma.mq4 uses this av...
increased the operation speed, correctly processes the missing bars. if the distance between the vertical lines is noticeably smaller, then the history is missing bars there. the i...
the image shows the effectiveness of the smoothing properties of the "ma_parabolic_st2" indicator, compared to the standard "parabolic sar" indicator.the purple dotted line is the ...
it is based on the filtr_ao indicator, which has been shared on kroufr. modified to output arrows on the chart. added the ability to output signals both to alert and comment (set t...
aggressiveness shows the number of points the instrument passes within one candle on average, analyzing the last myperiod periods. no matter in which direction!volatility - the siz...
the suggestions mentioned in the comments on the original page have been taken into account. 1. added coloring of the histogram bars relative to the previous bar.the original indic...
a line y=ax+bcan be drawn through a set of points, and the distance from each point to the line will be approximately balanced.to plot the highlineand lowlinelines it uses the set ...
if the blue bar is directed upwards, the price will also go up. downwards - likewise.dots indicate the identified peaks (fractals) of the specified indicator.red bars are the maxim...
in essence, it implements the idea of visual interpretation of the state of the fourth dimension of the chaos theory by b. williams - zone.information on the chaos theory in genera...
oscillator of the osma type but interpreted for the atr oscillator. it is used as an additional signal (crossing 0) to exit the position with the maximum profit. normalized for the...
ahlanbikathis indicator provides an easy way to find out the current direction of a pair. if you notice in the image below, just by looking at the last line you already know what w...
continuously records tick data in format "datetime, bid, ask, volume" even after restart.you can use it for broker data manipulation evidence, collect you own history data, compare...
the indicator places a panel on your chart that shows 5 economic events listed on the forex factory calendar. you can filter out/in the events of high, medium, or low impact, speak...
indicator calculates profit (loss) of the current orders on the symbol. you can freely drag and drop a line to display the current profit or loss.parameters to count in money or i...
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...
ahlanbikaeach buy and sell will be marked by arrow that will show the right direction to help you make the decision when the appropriate time to buy or sell. red arrow to sell. blu...
this indicator is based on the moving average, but it doesn't use any standard mt4/mt5 moving average indicators. it uses its own formula to calculate the moving average with a com...
awesome oscillator, customizable, 4 colors, and some more parametersi started with default metaquotes awesome oscillator.i borrowed the 4 colors idea from aims youtube videos. and ...
the indicator determines the inside bar and marks its high/low. it is plotted based on the closed candles (does not redraw). the identified inside bar can be displayed on smaller p...
this indicator plots up arrow for bullish gaps and down arrow for bearish gaps.it also can plot a cross for a closed gap or hide it.trader can select the minimum gap size in points...
the indicator displays five parameters of the symbol and two parameters of the account, some of them may change during the release of important news or before closing the weekly se...
modification of the standard awesome oscillator by bill williams. recommended timeframe - М15.it is more suitable for capturing small movements (abouts 100 points) on volatile pair...
the indicator is designed for calculating and displaying the options levels on the screen.download the СМЕ bulletin:or from here: ftp://ftp.cme.com/bulletin/fill the input paramete...
the indicator is designed for testing manual strategies and for practicing working according to the strategy. it provides operation reports presented as a table, chart, and additio...
the oandaxproduct series is designed to display additional data on orders and positions provided by the oanda fxlabsservice.the oandax orderbook chartindicator is designed to displ...
after adding the indicator to the chart, two text labels will appear at the right bottom corner, which display the current spread and the amount of time left until the closure of t...
the indicator displays the price pivot point.when the candles form a pattern, where all their wicks can be crossed by a line, as a rule, the price reverses.example:the number of ca...
indicator that displays the change in price as a percentage relative to the open price of the current candle.it can display up to 8 pairs on the chart.candle timeframe can be selec...
purpose of the pattern - predict the type of the next candle: bullish or bearish. it has no further effect.the "checkmark" pattern is plotted the same way as the , which means that...
the indicator shows the difference of arithmetic mean and geometric mean of the price.the price is calculated according to the formula: (o+h+l+c)/4, where О — bar open price, Н — b...
the indicator shows the difference in the estimated values of the current bar and the previous bar.estimated value is the difference between the arithmetic mean and geometric mean ...
the indicator displays the total volume and profit of trades for each direction. monitoring is performed only for the instrument the indicator is attached to....
specifically, in this indicator i have studied the movement of the price for a certain number of bars (barscount = 200). for this purpose, the ma with a period of 1 was used (maper...
first, it is using hilbert transform for phase accumulation to calculate macd fast and slow periods, and that way it is having the basic macd calculation adaptive (the interesting ...
this indicator shows how much time remaining to the next bar opening. it provides automatic output string assembling depending on timeframe selected....
the name of the indicator might be a bit misleading. holt's double exponential smoothing is mostly used for forecasting, not as an average. the forecasting method usually used with...
holt's double exponential smoothing, but showing only the trend componentas it can be seen, it is useful oscillator and with some experimenting it can work as good as any other osc...
contents general provisions brief description metacot 2 cftc toolbox indicators is a set of indicators analyzing cftc reports (us commodity futures trading commission) and allowing...
the code contains the implementation of moving average indicator. for the code, the following input parameters are available:period shift method: simple, exponential, smoothed, lin...
moving average based on ultimate oscillator (i modified ultimate oscillator's code). it calculates weighted average of three moving averages (simple, exponential, smoothed or linea...