Rejoignez notre page de fans
BB 3sigma - indicateur pour MetaTrader 5
- Publié par:
- imchurch
- Vues:
- 11534
- Note:
- Publié:
- 2010.07.14 16:19
- Mise à jour:
- 2016.11.22 07:32
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Bollinger Bands +-3sigma.
You can change period and sigma ratio (Proper size of Deviation is 0.5~1.0).
Bollinger Bands Indicator (BB) is similar to Envelopes. The only difference is that the bands of Envelopes are plotted a fixed distance (%) away from the moving average, while the Bollinger Bands are plotted a certain number of standard deviations away from it. Standard deviation is a measure of volatility, therefore Bollinger Bands adjust themselves to the market conditions. When the markets become more volatile, the bands widen and they contract during less volatile periods.
This indicator finds the nearest neighbor by using a weighted correlation coefficient, in which more recent prices have larger weights. The weight decays linearly from newer to older prices within a price pattern.
Price prediction by Nearest NeighborThis indicator uses the Nearest Neighbor clustering technique, also called k-NN, to search for the most similar pattern in history and use its past prices as predictions of the current pattern future prices.
Now it's two-color (or two-mode) trend indicator, the number of calculated bars can be specified.
The Moving Average Indicator, based on the Quasi-Digital FilterThe Moving Average indicator, based on the Quasi-Digital Filter. The MACD indicator as example of its use is presented.