Sergey Deev / Profilo
- Informazioni
|
11+ anni
esperienza
|
45
prodotti
|
371
versioni demo
|
|
111
lavori
|
0
segnali
|
0
iscritti
|
A working example of an EA with source: http://fx-prog.ru/mql-development/ea-template-mql4/
The expert allows you to build a trading system based on an arbitrary set of technical indicators MT5. The EA uses the following signals: - OpenBuy / OpenSell - opening positions; - StopBuy / StopSell - closing positions; - TakeProfitBuy / TakeProfitSell - get TP levels; - StopLossBuy / StopLossSell - getting SL levels; - NoLossBuy / NoLossSell - transfer to the breakeven state; - MinProfitBuy / MinProfitSell - closing part of a position; - CancelBuy / CancelSell - allow a repeated signal to
The Expert Advisor allows you to build a trading system based on a custom indicator. It performs automated opening/closing of trades based on the signals of arrow indicators (which buffer values other than 0 and EMPTY_VALUE) or color lines. The EA polls the values of the specified indicator buffers, opens/closes and accompanies trades according to the specified parameters. The Expert Advisor implements the following trade support functions: -installation of SL and TP; -calculation of the

