Search found more than 2532 matches

Return

Re: Moving Average indicators for MT4

by: Darks
Tried to build the corrected nema version for MT4 so it could use MT5 timeframes. Results are not matching the MT5 version on same settings as currently the method used for achieving the values is very crude. Still posting the result indicator. This version has more features actually all of feature...

Re: Moving Average indicators for MT4

by: Darks
You've really done a superb job with this one Darks. How long have you been coding for? :Shocked: This is an awesome indicator my friend, thank you so much. Basically since I started posting here. Before that I was building an algorithm in Excel, which I did and was all okay but then Excel has limi...

Re: RSI Indicators for MT4

by: TEAMTRADER
Sorry to be such a dumbass - I am not talking about any arrows but about the black spots (see black spots in gray boxes) It is where the indicator 'changes its mind'. The change from one direction to another but at the last few seconds it re-changes back. The change in colour signifies these areas....

Re: RSI Indicators for MT4

by: TEAMTRADER
I compared the signals of the rsima to 2 Stoch. It doesn't as far as I can see do any better - one could even argue it does - at times - a bit worse. But that can be tweaked, of course. Just saying... I too am a fan of stochs - but it rarely shows the sideways movement of the RSx. I've put two sets...

Re: RSI Indicators for MT4

by: TEAMTRADER
interesting, thanks! Even more intersting - to me - are your indicators' inputs. Stoch: 144, 5, 2 and 39.5,3 - where did this come from? RSIMA: 43, 34? The numbers look pretty random and one wonders what exactly they want to emulate. Wouldn't it be a much better idea to use the 2nd one to emulate a...

Re: Moving Average indicators for MT4

by: Darks
Did a quick experiment with step averages. Average true range has been commonly used in a lot of indicators to filter out signals. In this version some other volatility metrics are tried out with ATR. So it has four step models as below:- Model 1 is simply using ATR. Model 2 is using ATR scaled by S...