Join our fan page
- Views:
- 19579
- Rating:
- Published:
- 2016.02.01 09:06
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator displays the server time and the time until the current candlestick ends on the М1-D1 timeframes.
One parameter — list of timeframes separated by spaces. All the necessary timeframes are specified in minutes. An empty list means one current timeframe of the chart. There can be custom timeframes, not necessarily the same as the terminal's. I.e. it is possible to display the time until the end of a 3-minute, 6-hour candlestick, etc.
Drag the blue clock to drag the indicator to anywhere on the screen. The red counters adjust to the clock automatically. To change the indicator font size, it is necessary to change the font size of the blue clock.
The indicator works in "idle" mode on weekends. The code uses a timer, so that it does not depend on the quotes.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/13413

The indicator displays the percentage of the price change for the specified period of the specified pairs.

Another interpretation of the moving averages indicators.

The Expert Advisor opens an order by the trading strategy, places a take profit and a stop loss It protects the position by moving the stop loss to breakeven, and maintains it with a trailing stop.

The Random EA, which operates by the principle of a coin flip.