Unisciti alla nostra fan page
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 3140
- Valutazioni:
- Pubblicato:
- 2017.08.10 10:52
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Author of the idea: Iurii Tokman.
MQL5 code author: Vladimir Karputov.
Trades without setting Take Profit and Stop Loss levels (these levels are calculated virtually).
Buying:
- if there are no BUY positions
- if there are BUY positions, and the open price of the last position is higher than the current price by Distance.
Selling: if opposite.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/18443

Crossover of two iMAs (Moving Averages), one more iMA (Moving Average) is used as the filter. Lot: manual or risk percent of balance. Stop, Market or Limit orders. The EA also sets Stop Loss, Take Profit, Trailing Stop.

The NRTR_ATR_STOP indicator with the timeframe selection option available in the indicator input parameters.

The trading system is based on the NRTR_ATR_STOP indicator signals.

The indicator draws a vertical line (OBJ_VLINE) and then moves it to the specified time (hours and minutes).