If you are a successful trader and would like to make money using your experience and skills, you can register as a provider in the Signals service via the MQL5.community web site. The trading account is connected to the monitoring system where the detailed information about it will be displa...
The HTML pages will be parsed using WebDataExtractor from article [1]. The parser will be used as the include file WebDataExtractor.mqh. Compared to the original source code, all working methods in this file are wrapped in the HTMLConverter class in order not to litter the global context....
You can not only install Stop Loss for position, but also periodically change its value. For example, you can pull it up when price changes to the profitable direction, thereby reducing the possible loss. Such pulling of protective level is known as trailing stop. There are plenty of trailing...
Let's try to make sure that it can work properly not only on a static history, and evaluate the effectiveness of the considered method of graphical analysis. To do this, we create a simple Expert Advisor. The EA should open positions on all signals of the indicator. This will allow us ...