Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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

Invest System 4.5 - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
5049
Valutazioni:
(18)
Pubblicato:
2018.03.01 12:00
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Author of the idea: Andrey, author of the mq5 code: barabashkakvn.

The Expert Advisor checks two parameters: the profitability of the last closed trade and the account balance.

Attention: works only on "EURUSD"!


Input Parameters

  • Stop Loss (in pips) - Stop Loss value;
  • Take Profit (in pips) - Take Profit value;
  • magic number - unique identifier for the EA.

Testing on EURUSD,M30

Invest System 4.5

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

TrailingStopAndTake TrailingStopAndTake

Simple trailing of stop loss and take profit orders of open positions.

Vector Vector

An oscillator of market movement, mood and trend.

Channels Channels

Trading in a channel based on a Moving Average with the period of 220 and three Envelopes with the periods of 220 and different heights. Position trailing.

Instantaneous Trend Line (generalized) Instantaneous Trend Line (generalized)

This version differs from the original Instantaneous Trend Line in one important part: instead of using fractional alpha parameter for calculation, this version uses period which makes it the same category as averages are and the usage becomes a bit more intuitive than the original version.