Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Telegram!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Expert Advisors

Trailing - Experte für den MetaTrader 4

Ansichten:
23718
Rating:
(20)
Veröffentlicht:
2016.07.01 11:26
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

Manages all orders in the terminal. If there is no required profit - it waits. Suitable both for manual trading and for expert advisors that lack trailing stop.

If the required profit is reached, sets the drawdown. And trails by it. Drawdown is in percent. Suppose that the following parameters are set: minimum profit = 1000. Percentage is 20. Orders reach a profit of 1000. IF the profit falls to 800 - closes them. If the price moves further, for example, reaches 2000, the allowed drawdown will be 400. That is, the orders will be closed at a total profit of 1600. There is no fixed drawdown limit, as I do not find it useful to use absolute values.

In theory, it is possible to set percentage = 0. It will act as a total take profit. It is possible to set percentage = 100, it will act as breakeven (do not forget, as some orders are being closed, others may become losing).

Attention!! The EA works independently of the arrival of quotes, except the first one. To change the parameters in trading mode, change the chart and/or timeframe, it is necessary to disable the EA using the button! Also, it is necessary to check its status after each compilation.

Übersetzt aus dem Russischen von MetaQuotes Ltd.
Originalpublikation: https://www.mql5.com/ru/code/8702

Live limit Live limit

When assigned to a hotkey, the script allows to almost instantly open limit orders with the specified risk level (in the deposit currency) and take profit (so-called braces).

Pipso Pipso

Rebound pipsing within a daily channel

ZeroLag MACD Colored ZeroLag MACD Colored

The ZeroLag MACD Colored indicator is a modification of the ZeroLag MACD. Added coloring of the histogram bars relative to the previous bar, if the previous bar is below/above the current.

Channel and the angle of its inclination using the least squares method Channel and the angle of its inclination using the least squares method

It responds to market faster than the MA (moving average)