to calculate the average price, you can specify the periods h1 and d1. for example, the d1 average price allows you to track whether the price of a certain financial instrument is ...
this is a variation on the standard deviationit is using momentum of price (instead price itself) for calculation it is calculated in a way that it takes minimal cpu load as far as...
as a quick example how momentum deviation (published here : ) can be used, this is a momentum deviation bands indicator (similar - but just similar - to bollinger bands)recommendat...
zigzag color indicator for line charts which works on close prices rather than high lowthis indicator has only one input parameter which is extdepth and its optimized for performan...
in his article in january 2022 issue of tasc, “(yet another) improved rsi,” john ehlers explains how he enhances the rsi by taking advantage of hann windowing. the rsih indicator p...
cycles though market watch symbols, using hotkeys comma and period for prev/next symbol in market watch listif you want to change hotkey default keys use this site to find out keyc...
zigzag nk sound alerts notifies you with sound alert, push notification or popup notification on terminal when zigzag changes its bar.this indicator has 3 buffers, two are used for...
net (noise elimination technology) - a sort of a rolling kendall rank correlation coefficient -was introduced in one of the rsi indicators posted at this code base.now it is used t...
this is a sort of stochastic indicator on chart. if, defaults are used, then it calculates the same way as built-in stochastic that uses high/low prices. in this indicator you have...
indicator is based on calculation of two standard deviations and result is ratio between them.as single indicator it doesnt show direction of price, it only show high activity area...
recommendations:some experimenting with parameters advised (see the example bellow : red is default, blue is with periods 100,100 - so there is plenty of room for experimenting) ...
when the triglv level specified in the settings is crossed within the deviation, the indicator sends a push notification to the mobile device if the input parameter notification is...
the laguerre filter is a smoothing filter based on laguerre polynomials. the indicator works by letting you know both the short-term and long-term trend.buy when the indicator line...
add popup or push alert notification on manually placed horizontal lines, the lines are deleted and reset itself as soon as price touches these lines...
this ea help you for1. auto set the tp & sl by default parameter2. auto trailing stop & step for any order that you place from any device3. easy way to close all orders wit...
simple moving average is calculated by adding prices for last n periods and then dividing that sum by the period. this addition is often done with help of a loop. this loop within ...
default trailing stop allow you to take a safe way to trade by ensure that if there is a reverse fluctuation you will be guaranteed profit.but sometime you want trailing stop to ta...
1. shows moving last price on bid line2. daily percentage change3. time based on input selection to the price line : local, gmt or current4. color for bear and bull can be set from...
single currency or manual orders closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. the code check for comment to ...
this indicator was done to fulfill the need from eas to check on volume increase and decrease in a extremely simple way.all it does is calculate the average volume of a certain per...
i search moving average that can be hide and shown with button, just like in trading view, but i cannot found it.then i try to modify example of moving average code from mql5 metae...
set grid distance.open a long order for the price fall a grid distance, and o pen a short order for the price rise a grid distance.when the price rise two grid distance, close the ...
some grids setted around the moving average index.in general, trade of nomal grid is afraid the price break of grid. so i think turn the straight line of grid into the curve. then ...
i have use free indicator for metatrader 4 from mql5 in below link, but don't know why the owner remove it.by taiwo okunbanjothen i try to create the indicator myself, for metatrad...
recursive moving average calls itself a number of times in order to reach the appropriate smoothing. for instance dema and tema indicators are recursive exponential moving averages...
the leading indicator was created by john ehlers (cybernetic analysis for stocks and futures pg 235) and as the name implies, this is a leading indicator that provides super early ...
function, draws arrows and alerts, whenrsi is overbought or soldfor a buy ect, rsi below 30, price opens above the 8 moving averageand the lower wick of the candle is greater than ...
logic goes, for buy ect. ao changes direction above zero.same time as engulfing candle , or close above last candles high.rsi filters , two. full alerts.rsi filters can be very use...
extremely simple indicator, equally extremely crucial and powerful to help traders manage their risk and help ea with automated symbol selection.this indicator uses the atr to calc...
radixsort algorithm radixsort sorts numeric data (integers or float) by considering a string of numbers where digit by digit sort starting from least significant digit position to ...
the idea of the indicator the indicator shows signals ('arrow' objects) of the 'moving average' indicator crossings. the peculiarity of the indicator: if there was an intersection ...
the idea of the indicator in the subwindow, show the filling of the areas between the two lines: the 'rsi' line and the 'rsi' line smoothed with 'ma'.rice. 1. rsi_maonrsi_filling...
trading strategythe ea uses a custom indicator - the signal is the intersection of two indicator lines. the indicator is created on the specified timeframe 'working timeframe' - th...
the idea of the indicator show on the chart 'daily change' for the last 'number of bars':rice. 1. daily change text alertwhen the specified limit is reached (on the current bar), i...
the idea of the indicatoradditional style to the isar indicator (parabolic sar, sar). filling the area between the price and the isar indicator. additionally (on the right side) a ...
the idea of the indicator two lines ('rsi fast' and 'rsi slow') smoothed using the 'moving average' indicator. signals can be the intersection of the indicator lines.rice. 1. rsi_m...