Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 3136
- Rating:
- Published:
- 2017.05.29 13:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
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.
//+----------------------------------------------+ //| 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
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/17909

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

The indicator colors candlesticks whose size multiplied by volume exceeds a preset value.

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.

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