Unisciti alla nostra fan page
- Visualizzazioni:
- 25765
- Valutazioni:
- Pubblicato:
- 2016.02.08 12:37
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The EA opens trades at the intersection of the fast and the slow MAs. Closes trades if there is a reverse signal.
If the function of outstaying the losses is enabled, the EA does not close the unprofitable trades by the reverse signal, but opens new ones (see Fig. - EURUSD, H1, every tick, from 1.09.2015 to 8.01.2016). The Stop Loss order of these unprofitable trades is moved to their opening prices.
The maximum amount of opened trades during the outstaying is limited by the 'Maximum deals' parameter.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/14601

The EA closes orders when certain loss is reached by them in the account currency. It is possible to vary the loss by the volume of the order.

Script for opening opposite stop orders at a specified time. Once one of them triggers, the other one is deleted.

One of the implementation variants of the Quantum trading system.

Display of the Heiken Ashi candlestick indicator in a subwindow.