Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
9912
Note:
(31)
Publié:
2017.05.29 13:58
bollinger.mq5 (10.34 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The strategy is based on the iBands indicator.

When the price breaks through the channel, a position is opened in the direction opposite to the price movement. If the price breaks through the upper channel border upwards, a Sell position is opened. If lower border is broken downwards, a Buy position is opened.

Fig. 1. Trading results for 2016-2017.

Fig. 1. Trading results for 2016-2017.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17992

Candle Candle

Trades based on the previous candlestick.

ListPositions ListPositions

A list of all positions. An example of working with CPositionInfo.

ToClearChartObjectsByType ToClearChartObjectsByType

The script removes from the current chart all objects of the user selected type

ToClearObjectsByType ToClearObjectsByType

The script removes all objects of the type selected by the trader in input parameters from all charts of the client terminal.