Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 2751
- Rating:
- Published:
- 2017.05.29 14:08
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The script removes from the chart a comment located in the upper left corner. The script can be useful after you remove from your chart indicators that add such comments but do not delete them in the OnDeinit functional block.
Fig1. An example of such a comment
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/18005

The Chaikin volatility indicator modified to have a stochastiс view, and implemented in the form of a signal cloud.

The indicator displays the price pivot point.

The EA searches for N identical candlesticks in a row. If the found candlesticks are bullish, it buys. I they are bearish, the EA sells.

A semi-automated Expert Advisor which signals of breakouts of specified horizontal levels.