cci in ma is an indicator to change color in ima if icci crosses level up (uptrend) or crosses level down (downtrend). it helps any trader to see the trend of pair. parameters ma_p...
rsi in ma is an indicator to change color in ima if irsi crosses level up (uptrend) or crosses level down (downtrend). it helps any trader to see the trend of pair. parameters ma_p...
macd in ma is an indicator to change color in ima if imacd is upper of zero (uptrend) or lower of zero (downtrend). it helps any trader to see the trend of pair. parameters ma_peri...
stoch in ma is an indicator which applies the stochastic changes to the ima. it helps any trader to see the trend of pair. parameters ma_periods - ima period. ma_method - ima meth...
this indicator uses moving average to detect markets trend. it's a very useful tool for manual trading. update v1.2: added popup alert. parameters barscount—how many bars used to s...
this indicator uses bollinger bands lines to detect markets trend. it's a very useful tool for manual trading. parameters barscount- how many bars used to show the line.bbperiod- p...
this indicator is a tool to show history orders on chart.indicator show open time and price, close time and price and profit in pips on chart.it can to help the trader to see all h...
sell relative strength index (srsi or “sell gravitation index”) by howard wand as featured in the february 2019 issue of tasc magazine.“traders accumulate profits trade by trade, w...
by definition :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 averages, the outcome o...
this utility allows monitoring of multiple symbols and positions on one chart, with one group for long (buy) symbols, and another group for short (sell) symbols. there are 7 defaul...
the standard deviation is a measure of how much a dataset differs from its mean; it tells us how dispersed the data are. a dataset that’s pretty much clumped around a single point ...
welford’s method for computing variance (published here : ) is using single pass method for calculation, but it is still using a loop.this method is avoiding loops after initial va...
green = bullish trend red= bearish trend gray= retracement in bullish/bearish trend started used with bollinger band to detect possible reversal point in ongoing trend....
the atr is a great tool. however, it cannot be used as a volatility indicator. i've bound it within 0 - 100% and compared it to the previous x days so a comparison can be made.reco...
it is a good trend indicator that has two lines. when white line is above the blue line then this is a buy signal, otherwise it is sell signal.based on tradingview indicator that h...
quarters theory takes full levels and divides these into halfs and quarters. you can use these levels as support and resistance.white lines - majors/wholes/fulle levelsyellow lines...
the comparison may serve as a reminder how some things are much simpler in mt5 now (non-repainting color line for example, since almost the whole change in this indicator is a chan...
arrow trends by ibearspower and ibullspower indicator for mt4.hopefully useful for fellow traders.update_01: 2019/07/31 ~ added distance in input property from zero in pips....
image: modified overlay chart usdjpy vs usdchf (4hr chart)functionthe original overlay chart is used to have two currencies or 2 assets on 1 chart.the relative price of the one cur...
one more in the series of indicators that are usually not made as adaptive : this is an adaptive atr for metatrader 4.apart from being adaptive, there is one more deviation in it -...
two indicators are required:- trainingchartgenerator.mq4 to be added to a chart where all bars are to be based on.- trainingchartcontroller.mq4 to be added to the training/controll...
it is a manual trading system consisting of 5 indicators. open long position when all indicators are in blue, and open short when all indicators are in red.indicators auto turn cha...
the indicator is shown in a histogram the rsi up and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is that...
the indicator is shown in a histogram the cci up and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is that...
the indicator is shown in a histogram the atr uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is...
the indicator is shown in a histogram the bull and bears uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it s...
the indicator is shown in a histogram the stochastic uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand...
the indicator is shown in a histogram the adx uptrend and downtrend uses a different way.you can set period of indicator and bars count averages levels....
the code is based on indicator zigzag which is in-built in mt4, developed by metaquotes.i have changed it slightly so that it isn't calculated on highest highs and lowest lows, but...
average price indicator that helps the trader to calculate the price for closing all the orders without loss and profit.with the help of the indicator, the trader creates the virtu...
this is an updated indicator i came across from an old forum thread back in year 2013, you find the forum thread here :i thought it was an interesting indicator and maybe it could ...
the marks show the level of the mark with a small white dot for level one, a red circle around the white dot for level 2, a yellow circle around both the white dot and red circle f...
usage(updated 7.6.2020):the variables such as kijun,chikou... also contain their respective values at the specified shift as well. remember to put " #include <ichimoku2_kinko_hy...
there were requests for this to be converted to mt4.the formulae used are:resistance 3 = high + 2*(pivot - low)resistance 2 = pivot + (r1 - s1)resistance 1 = 2 * pivot - lowpivot p...
i use the indicator mainly in my advisors to divide the market into volatile and flat.recommended m5 timeframe.the indicator is displayed by a straight line in a separate one under...