
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Mike
Here you goregards
And to finish it
_________________________
Added : triangular moving average, sine weighted moving average, volume weighted moving average and end point moving average smoothing for stochastic and signal values. So now the complete list of methods is : It took some time because of the need to check everything (comparisons showed some rather serious errors on both ends). First the metatrader (an a lot of trading platforms) side. Unfortunately triangular moving average formula that is used as a standard formula (the SMA(SMA(value,MathCeil(halfPeriod)),MathCeil(halfPeriod)) is wrong (it, for example gives same results for periods 11 and 12, and as a matter of fact skips every even period which is not correct) There are 2 ways to calculate it accurately and I choose to make one pass calculation (calculating simple moving averages would make it a 2 pass calculating) Also it seems that the sine weighted moving average that is available on metatrader is wrong. But than that same sine weighted moving average is dead wrong on VT trader (the most similar to sine weighted moving average is triangular moving average but on VT trader it gives results like these (remember - that should be a moving average and not some cycle plotting)) While they should look like these : _________________________So, along with having all the smoothing methods included in VT trader, it calculates all of them correctly (unlike the "raw model")