Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 14773
- Note:
- Publié:
- 2019.02.12 11:54
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Theory :
Bollinger bands are calculated as :
A Bollinger Band® is a technical analysis tool defined by a set of lines plotted two standard deviations (positively and negatively) away from a simple moving average (SMA) of the security's price, but can be adjusted to user preferences. Bollinger Bands® were developed and copyrighted by famous technical trader John Bollinger,
The part that is using standard deviations is a part that can be interpreted differently. The standard deviation usually used is the standard deviation - this version adds an option to chose standard deviation of a sample too. Also, it is adding Bollinger bands zones as a sort of an early warning of a price entering a "breakout zone"
Usage :
It can be used as any regular Bollinger bands indicator

Export history of deals from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.

Simple harmonic oscillator

Bollinger bands breakout

This script will export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. Current version 1.0 does not add the takeprofit and stoploss. Any advice to improve this is welcomed.