you can see how macd works on main price chart.equivalency #1:macd oscillator: macd line crosses the signal line.macd_cw: indicator red line crosses the price bar.example in fig.: ...
sma_channel indicator is indicator based on 1 moving average(sma) which will plot channel on chart. the indicator use 2 plot styles where user can select 1 or 2 in settings. if plo...
this indicator is used for stop loss placements with atr as reference and comes in two lines with equal distance from a moving average.the indicator can also be used for safety mea...
the hlc trend indicator is a confirmation indicator with sub-type as a two-line-crossover.buy signal: long line (white) crosses and closes above short line (red).sell signal: short...
this indicator shows trend line and channels using the bsi indicator.first, it will check the trend by bsi. then, draw the trend line or channels by condition. the trend line uses ...
the roofing filter indicator was created by john ehlers ("cycle analytics for traders" pg. 80 - 82). when the indicator crosses over its signal then it is a short term uptrend and ...
typical unassuming volumes indicator, but divided by spread. i removed the color changing, as it became useless after dividing by spread. edit: ability to use spread or not. to be ...
simple indicator that will scan thru the symbols in the marketwatch window to alert you if price is overbought or oversold based on rsi.you can use a pop up alert or send to phone....
this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
going west going east trying to read the fibonacci lines values or to find an auto fibonacci indicator in the metatrader! no avail!one of my clients asked my for an expert advisor ...
(you need use heiken ashi to see the graph or change the parameter ti put the graph in front of the indicators)so i choose a h1 period to have a strong trend, i write a histogramme...
1. shows moving last price on bid line + symbol name + countdown of candle closing + timeframe2. last 24 hours percentage change3. time based on input selection to the price line :...
this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
the main idea behind it is to search for support and resistance levels,becouse i could not fint any similar indicator. the support and resistance functions do exactly that. when ca...
this line tries to reflect the main direction of the trend and it is calculated based on japanese candlestick data.if the trend is up, then the line is closer to the high prices of...
this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : )recommendations:use it as any bolling...
this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : ) recommendations:use it as any bollin...
changes i added:1. isolated only the asian session.2. allow users to modify settings such as asian time in their local time, color of the boxes, and whether to fill boxes or not.3....
an implementation of the commodity channel index using exponential moving averages, instead of simple moving averages as implemented by the its creator, donald lambert.the code use...
an implementation of the commodity channel index using exponential moving averages, instead of simple moving averages as implemented by the its creator, donald lambert.the code use...
available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine...
you have developed your own mt4/mt5 indicator ? for your personal usage for your clients just add 3 lines of code to your mql4/mql5 file to: add trading capabilities to your indi...
this indicator reads balance and reads equity from the trading account and displays them on a separate chart window. very simple, and really useful for backtesting.here is how it d...
1. rma relative moving average is a variant of ema, with a calculation factor of 1/cycle .2. there is only one input variable, which is the calculation period. if you need to chang...
the unique stock arrow indicator "strength index signal" is an indispensable tool for traders,based on analysis of currency strength. this indicator will help you make informed dec...
the basic idea behind the indicator is to check for bouncebacks between support and resistance levels. there are two input parameters: period and overlook. a support level is the l...
my goal was to make an indicator that triggers signals when the market price cuts the moving average.the moving average period length can be user defined (default is 200 length). t...
trend dashboard indicator metatrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: stochastic oscillator, rsi (relative strength index), and...