Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Exp_breakeven_trailing_SL - sistema esperto per MetaTrader 5

Visualizzazioni:
11364
Valutazioni:
(59)
Pubblicato:
2015.12.04 11:43
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The Exp_breakeven_trailing_SL Expert Advisor transfers to break-even and/or trails positions on every currency pairs or only on the current one.

Parameters

Adjustable parameters:

1. symbol:
  • The EA works only with current currency pair
  • or with every positions.
2. magic:
  • the EA works with all magic numbers (set -1);
  • only with positions opened by user (set magic to 0);
  • or with positions opened by other Experts (set the corresponding magic).

3. Next come the break-even and trail sizes. If the parameters are set to 0, then the function will not enabled.

It is possible to choose break-even only, trail only, or both. If trail only is chosen, then the first Stop Loss transfer will be similar to break-even transfer.

  • Break-even parameters: plus points — how far the price has to go into the green in order to move Stop Loss by a single step from opening price in step breakeven points
  • Trail parameters: plus points — how far the price has to go into the green from opening price for negative Stop Loss, or from Stop Loss price, if it is in the green, in order to move Stop Loss by a single step in trailing step points.

If plus points of the trail are set less than plus points of the break-even, then break-even is triggered first, trail is triggered later.

Comments describe what is enabled — trail and/or break-even or all off, and also the the currency pair the Expert is working with.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/14300

Background_DotsCandle_HTF Background_DotsCandle_HTF

The indicator draws DotsCandle indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.

DotsCandle DotsCandle

The Dots indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the Dots algorithm.

LinearMomentum LinearMomentum

A variant of the Momentum indicator with volumes and time used in its calculations.

fractal_dimension_HTF fractal_dimension_HTF

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