Unisciti alla nostra fan page
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 5543
- Valutazioni:
- 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.
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
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/19968

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

An oscillator of market movement, mood and trend.

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.

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.