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 underlying algorithm can be described in the following way. consider it on the minimalistic example with one currency pair (eurusd) and gold (xauusd).at every moment, the marke...
this indicator was already published, but in these times of perpetual complaints that the terminal (mt5 or mt4 does not matter) is slow, this one is one more in the "need for speed...
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...
scans multiple symbols looking for when the price crosses a pivot point or when xxpoints near or bounce off pivot then it alerts the trader.put scanner on a separate chart tab from...
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...
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 ...
this is not a real world indicator, but a simple demo of bpnn library, originally written in c++ and ported to mql.the demo shows training and testing a neural network for timeseri...
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...
this indicator predicts possible future price movements by searching for similar candle patterns in the rate history.this is an adaptation of original indicator wmifor 3.0 (with dy...
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...
usage : you can use the arrows (dots) as early signals you can use the appearance of the color candle as signal for entry or re-entry as usual : some experimenting with the param...
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...
i want to remind you that for you to see the maximum data history on the screen, you need to set unlimited in the settings "max bar in chart"(tools ->options->charts).the pos...
this indicator is a pseudo-indicator w/o buffers. its only purpose is to demonstrate multi-threaded calculations technique. the indicator can issue commands for lenghty calculation...
3d is applied without the use of direct x only by means of the icanvas class.there is only one parameter in the indicator - a maximum number of circles displayed.to change the peri...
the indicator management is simple and intuitive.there are two color modes:color varies with price color changes depending on the ma period. switching between the two color modes i...
the good old mt4 indicator! now for metatrader 5.automatic summer time (dst) detection on trade server, display of economic calendar events and many improvements.gmt and est hours ...
the indicator consists in an rsi and bollinger bands calculated on it, it also plots arrows when rsi value was out of bands and came again in bands....
this indicator is ideal for scalpers who need to know the biggest spread possible with his broker. this will limit his stop-loss. stop-loss should be higher than the biggest spread...
trading the strong against the weak!the currency strength index (csi) is a technical indicator to chart the strength momentum of the 8 major currencies. (eur, gbp, aud, nzd, usd, c...
the original code is available at:this code will display the report in a panel on your chart.images: the report is compared with the metatrader5 report:use it and let me know what ...