Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3363
- Note:
- Publié:
- 2017.05.29 13:49
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Expert Advisor closes all positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.
//+----------------------------------------------+ //| Expert Advisor input parameters | //+----------------------------------------------+ input datetime StopTime=D'2030.01.01 23:59'; //Position closing time input uint Deviation_=20; //max price deviation in points
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17910

The Expert Advisor closes all the current symbol positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.

The ColorParabolic indicator with the timeframe selection option available in its input parameters.

The indicator finds candlesticks without an upper or lower shadow. The indicator style is DRAW_ARROW.

The indicator finds candlesticks with a minimum or maximum shadow size. Limitation on the size of the candlestick body.