MetaTrader MTall Indicator Source Code Downloads - Page 134

Showing 7383 results
ss m rs i pivots indicator MT5
MetaTrader 5 indicator

ss m rs i pivots

theory : the original calculation of rsi is (in short) the following :add the changes up and changes down. from those sums, we can then calculate the rsi (relative strength index)....
rocket rs i pivots indicator MT5
MetaTrader 5 indicator

rocket rs i pivots

theory : "rocket rsi" was (along with detailed description) published here :display pivot onlydisplay pivot and 1st level support and resistancedisplay pivot and 1st and 2nd level ...
multi forex scanner indicator MT4
MetaTrader 4 indicator

multi forex scanner

the multi forex scanner indicator is a mt4 indicator that i developed because i wanted to save time finding good pairs to trade.it shows the list of currencies available in the mar...
trix pivots indicator MT5
MetaTrader 5 indicator

trix pivots

theory : trix oscillator is a nice trending indicator found as a built in indicator in metatrader.display pivot onlydisplay pivot and 1st level support and resistancedisplay pivot ...
kalman filter - generalized version indicator MT5
MetaTrader 5 indicator

kalman filter - generalized version

theory : ps: the color of the indicator is nor based on the slope of the indicator, but on the internal "velocity" that is calculated in the process of calculating this indicatorus...
kalman filter - multi time frame version indicator MT5
MetaTrader 5 indicator

kalman filter - multi time frame version

theory : multi time frames are having, apart from all the standard multi time frames that can be used in metatrader 5, 3 additional "time frames" :first higher time frame (first ti...
kalman velocity - multi time frame version indicator MT5
MetaTrader 5 indicator

kalman velocity - multi time frame version

theory : first higher time frame (first time frame higher than the current chart time frame)second higher time frame (second time frame higher than the current chart time frame)thi...
kalman filter - with candles or bars indicator MT5
MetaTrader 5 indicator

kalman filter - with candles or bars

theory : first higher time frame (first time frame higher than the current chart time frame)second higher time frame (second time frame higher than the current chart time frame)thi...
consecutive rs i indicator MT5
MetaTrader 5 indicator

consecutive rs i

just a combining of a variable consecutive candle detector along with associated rsi levels.interesting settings:number of consecutive candles needed before a valid signaloverbough...
aroon - multi time frame version indicator MT5
MetaTrader 5 indicator

aroon - multi time frame version

theory : the aroon indicator was developed by tushar chande in 1995.first higher time frame (first time frame higher than the current chart time frame)second higher time frame (sec...
aroon oscillator - multi time frame version indicator MT5
MetaTrader 5 indicator

aroon oscillator - multi time frame version

theory : the aroon indicator was developed by tushar chande in 1995. arron oscillator is belonging to the same family and is (even if it does not look so at the first glance) a dir...
rs i swings indicator MT5
MetaTrader 5 indicator

rs i swings

theory : rsi swings indicator is based on rsi(oma) indicator and the zone where the values is floating in. you can use the usual set of averages types of rsi(oma) calculationsimple...
channel20 indicator MT4
MetaTrader 4 indicator

channel20

channel20 is very simple, but very useful, this idea is well known and i just write it.this indicator calculates the highest and the lowest rate of the last n candles (n is an inpu...
squeeze indicator MT5
MetaTrader 5 indicator

squeeze

theory : there are different ways how traders are trying to determine if the market is trending or consolidating. one of the methods used is to compare standard deviation to averag...
squeeze - on chart indicator MT5
MetaTrader 5 indicator

squeeze - on chart

squeeze indicator (originally published here : ) made to display colored candles or bars (depending on the type of display you are using for your chart) on the main chart...
bollinger bands - squeeze indicator MT5
MetaTrader 5 indicator

bollinger bands - squeeze

theory : the "squeeze" method (indicator doing that was posted here : )is usually (due to the nature of calculation - since it uses standard deviations as a part of calculation) as...
rs i summed indicator MT5
MetaTrader 5 indicator

rs i summed

theory : the theory of this indicator is simple :it takes nnn rsi values specified by periods parameter and checks if all the nnn rsi values are above or bellow the required value....
normalized ma c d - of averages indicator MT5
MetaTrader 5 indicator

normalized ma c d - of averages

theory : use one of the 4 basic types of averages for calculation :simple moving averageexponential moving averagesmoothed moving averagelinear weighted moving averageit is normali...
intra-day at r indicator MT5
MetaTrader 5 indicator

intra-day at r

theory : this is an atr (average true range) that resets itself on the start of a new period. new periods are :daily (for all time frames less than dailyweekly for daily time frame...
3 dma indicator MT4
MetaTrader 4 indicator

3 dma

changing two parameters with the mouse pointerx - maximum ma period changes y - step of changing of ma period left click of the mouse - the beginning/end of the change of parameter...
obv m t f indicator MT4
MetaTrader 4 indicator

obv m t f

indicator obvmtf base on the on balance volume indicator for metatrader 4hopefully useful for fellow traders....
3 dma indicator MT5
MetaTrader 5 indicator

3 dma

changing two parameters with the mouse pointerx - maximum ma period changesy - step of changing of ma periodleft click of the mouse - the beginning/end of the change of parameters....
parabolic sa r of average indicator MT5
MetaTrader 5 indicator

parabolic sa r of average

theory :parabolic sar is calculated using high and low prices. this indicator allows you to :use any price (not just high and low)use average of the price (instead of using "raw" p...
corrected am a indicator MT5
MetaTrader 5 indicator

corrected am a

adaptive ma made using dr. alexander uhl's corrected algorithmyou can use color changes as signals in this indicator...
rs i + cc i indicator MT5
MetaTrader 5 indicator

rs i + cc i

a combination of rsi (relative strength index) indicator and cci (commodity channel index) that provides a confirmation of rsi signalsyou can use the color changes as signals...
daily percent change indicator MT4
MetaTrader 4 indicator

daily percent change

this indicator computes the % change in price for the current day and displays it at the top left of the main window, under price information.this can be used as an indication of o...
rs i of parabolic sa r indicator MT5
MetaTrader 5 indicator

rs i of parabolic sa r

theory : ps: the rsi used in this calculation is the one using double smoothed wilder's ema instead of "simple" wilder's ema. results are a bit smoother (and faster) this wayusage ...
average trend indicator MT5
MetaTrader 5 indicator

average trend

theory : the idea is simple : the indicator checks the slope of the (chosen type of) average. the longer the slope goes in one direction, the steeper the value of the indicator goe...
daily percent change indicator MT4
MetaTrader 4 indicator

daily percent change

uses daily open price and current price (close price for closed candles) to compute % change for the day....
daily percent change indicator MT5
MetaTrader 5 indicator

daily percent change

indicator window shows % change for the day. % change = (daily open price - candle close or current price) / daily open price ) * 100...
vortex 2 indicator MT5
MetaTrader 5 indicator

vortex 2

since it seems that we can not rely only on the brute force of metatrader 5, from time to time we need to revisit the code and optimize it - for speed mainly. one example of that i...
simple moving average indicator MT5
MetaTrader 5 indicator

simple moving average

back to the basics : one might ask : "why do we need the simple moving average when it is published already"?there are multiple reasons :existing sma calculations tend to have one ...
i trend new indicator MT4
MetaTrader 4 indicator

i trend new

itrend_new is base on itrend indicator by metaquotes software corp. update and modify by roberto jacobs 3rjfx @ 2019/03/18, for mt4 with signal and alert and options to display sig...
forex candlestick patterns indicator MT4
MetaTrader 4 indicator

forex candlestick patterns

forexcandlestickpatterns with alert are forex indicators based on japanese candlestick strategiesby the legendary japanese munehisa homma, which can help traders penetrate inside o...
day pivot point indicator MT4
MetaTrader 4 indicator

day pivot point

indicator daypivotpoint system with signal and alert for metatrader 4 with options to display signal on the chart.this indicator can use only on tf_m1 to h4, and will visually appe...
exponential moving average indicator MT5
MetaTrader 5 indicator

exponential moving average

in the "back to basic" again :ps: using the alternative mode of oncalculate() - this mode :...
pan priz ma sin leverage 72 indicator MT4
MetaTrader 4 indicator

pan priz ma sin leverage 72

the indicator draws a moving line based on interpolation by a polynomial of 4 degrees. built line extrapolate a sine wave and its axial or nearly constant line_power=2, or around a...
premium pivot indicator MT4
MetaTrader 4 indicator

premium pivot

i'm not a professional programmer but made many changes by with the help of people in the forum.the indicator plots pivot levels for three pivots with different periods with separa...
pan priz ma sin leverage 72 indicator MT5
MetaTrader 5 indicator

pan priz ma sin leverage 72

the indicator builds a sliding line based on interpolation by a polynomial of 4 degrees. the constructed line is extrapolated as a section of a given function by a sinusoid and its...
hull moving average indicator MT5
MetaTrader 5 indicator

hull moving average

basics (description by all hull) by alan hull back in 2005 when i was working on a new indicator i was temporarily sidetracked by trying to solve the problem of lag in moving avera...
xo indicator MT5
MetaTrader 5 indicator

xo

Download the source code for this indicator
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.