Search found 153 matches

Return

Re: Moving Average indicators for MT4

by: Darks
So it seems that anything that can reflect trend and oscillates between 0 to 1 (or can be normalized to fit that range) can be used as an gain factor for constructing corrected average. This version is using the RSI indicator to calculate the gain for cma. PS: For the settings used on the Daily Down...

Re: MT4 Indicator requests and ideas

by: Darks
greetings all, I just want to ask... is there an indicator that measures the length of the latest closed candle using the average ATR value of a certain period number of days? for example: the average ATR value for the EURUSD pair for 5 days is 0.0060 or 60 pips... now, what the indicator does is t...

Re: Stochastic indicators for MT4

by: Darks
Don't know if something like this exist already but had an idea to build a stochastic based on two different stochastic (fast & slow). Calculation is very simple, it is just calculating the mean of both. Because of this type of calculation method it tends to give extreme level signals when the b...